CVE-2026-40524 PUBLISHED

FrontAccounting < 2.4.20 SQL Injection via get_gl_transactions()

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 get_gl_transactions() function where the filter_type parameter is concatenated directly into a SQL IN() clause without parameterization. Attackers with SA_GLANALYTIC permission can inject arbitrary SQL by supplying a closing parenthesis followed by malicious conditions to extract sensitive journal entry data through boolean-based blind SQL injection with reliable response size differentials.

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