CVE-2026-70369
Published:August 04, 2026
Updated:August 05, 2026
Koha's reports/acquisitions_stats.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.budget_code, 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), borrower_password_recovery, api_keys, and sessions.
Affected Packages
https://github.com/Koha-Community/Koha.git (GITHUB):
Affected version(s) >=v25.11.00 <v25.11.06-1Fix Suggestion:
Update to version v25.11.06-1https://github.com/Koha-Community/Koha.git (GITHUB):
Affected version(s) >=v25.05.00-1 <v25.05.12-2Fix Suggestion:
Update to version v25.05.12-2https://github.com/Koha-Community/Koha.git (GITHUB):
Affected version(s) >=v24.11.00 <v24.11.17-1Fix Suggestion:
Update to version v24.11.17-1Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')