CVE-2026-40523 PUBLISHED

FrontAccounting < 2.4.20 SQL Injection via reporting/rep710.php

Assigner: VulnCheck
Reserved: 13.04.2026 Published: 29.06.2026 Updated: 29.06.2026

FrontAccounting before 2.4.20 contains a SQL injection vulnerability in the Audit Trail report handler that allows authenticated attackers with SA_GLANALYTIC permission to execute arbitrary SQL queries by injecting malicious code into the PARAM_2 and PARAM_3 POST parameters. Attackers can exploit time-based blind SQL injection through SLEEP() functions that are amplified across JOIN result sets to cause denial of service by exhausting database connections, or extract arbitrary database content through UNION-based injection techniques.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.2

Product Status

Vendor FrontAccounting
Product FrontAccounting
Versions Default: affected
  • affected from 0 to 2.4.20 (excl.)
  • Version 647a18196caad27f96ea852e993c9e30f815357f is unaffected

Credits

  • Jiva (JivaSecurity) finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE