CVE-2026-70369: Koha: SQL Injection in reports/acquisitions_stats.pl
Koha's reports/acquisitionsstats.pl builds its per-cell statistics query in sub calculate by interpolating the user-controlled Filter request parameters directly into WHERE fragments covering aqbasket.closedate, aqorders.datereceived, aqbooksellers.name, items.homebranch, items.ccode, biblioitems.itemtype, aqbudgets.budgetcode, aqorders.sort1, and aqorders.sort2. The statement is prepared and executed with no bound parameters. An authenticated staff user holding the reports module permission can inject arbitrary SQL and read any table reachable by the Koha database user, including borrowers (password hashes, two-factor secrets, personal data), borrowerpasswordrecovery, apikeys, and sessions.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-70369?
CVE-2026-70369 has a risk score of 62 indicating a medium severity SQL Injection vulnerability.
How do I fix CVE-2026-70369?
To fix CVE-2026-70369, ensure that user input is properly sanitized and use parameterized queries to prevent SQL Injection.
What software is affected by CVE-2026-70369?
CVE-2026-70369 affects the Koha library management software version that includes reports/acquisitions_stats.pl.
What type of vulnerability is CVE-2026-70369?
CVE-2026-70369 is identified as an SQL Injection vulnerability, allowing attackers to manipulate database queries.
When was CVE-2026-70369 published?
CVE-2026-70369 was published on August 4, 2026.