PatchSiren cyber security CVE debrief
CVE-2026-70373 Koha Community CVE debrief
The CVE-2026-70373 vulnerability affects Koha, an open-source integrated library system. The vulnerability class is SQL injection, which allows an authenticated staff user with reports module permission to inject arbitrary SQL and potentially read any table accessible by the Koha database user. The likely operational impact is unauthorized access to sensitive information such as borrower data, API keys, and session information. The source-confidence limits are high, as the vulnerability is based on a confirmed issue in the Koha software. The review context is that Koha administrators, librarians with staff access, and IT personnel responsible for Koha installations should be aware of this vulnerability and take immediate action to mitigate the risk. They should review access controls, monitor database activity, and ensure proper input validation and sanitization are in place to prevent SQL injection attacks. To verify, defenders should review database query logs for suspicious activity and monitor for unauthorized access to sensitive information. The circulation statistics report in Koha uses user-controlled parameters to construct SQL queries without proper sanitization, allowing for potential SQL injection attacks. An authenticated staff user with reports module permission could inject arbitrary SQL and read any table accessible by the Koha database user.
- Vendor
- Koha Community
- Product
- Koha
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-04
- Original CVE updated
- 2026-08-26
- Advisory published
- 2026-08-04
- Advisory updated
- 2026-08-26
Who should care
Koha administrators, librarians with staff access, and IT personnel responsible for Koha installations should be aware of this vulnerability and take immediate action to mitigate the risk. They should review access controls, monitor database activity, and ensure proper input validation and sanitization are in place to prevent SQL injection attacks.
Technical summary
The circulation statistics report in Koha, specifically the issues_stats.pl script, constructs SQL queries by concatenating user-controlled request parameters without proper sanitization. This allows an authenticated staff user with reports module permission to inject arbitrary SQL and potentially read any table accessible by the Koha database user, including sensitive information such as borrower data, API keys, and session information. To mitigate, verify and restrict report module access, monitor for suspicious queries, and implement input validation.
Defensive priority
Authenticated staff users with reports module permissions may be able to inject SQL; verify and restrict report module access, monitor for suspicious queries.
Recommended defensive actions
- Restrict access to the reports module to only necessary personnel
- Monitor database queries for suspicious activity
- Implement input validation and sanitization for user-controlled parameters
- Consider using prepared statements with parameterized queries
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The circulation statistics report in Koha uses user-controlled parameters to construct SQL queries without proper sanitization, allowing for potential SQL injection attacks. An authenticated staff user with reports module permission could inject arbitrary SQL and read any table accessible by the Koha database user. To verify, defenders should review database query logs for suspicious activity and monitor for unauthorized access to sensitive information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-70373 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-70373
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-70373 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-70373
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://download.koha-community.org/koha-25.05.12.tar.gz
309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
-
Source reference
Unverified legacy reference
URL: https://koha-community.org/koha-25-05-12-released/
309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.