CVE-2026-71288
Koha · Koha
Koha's guided report builder contains a SQL injection vulnerability that allows authenticated users to execute arbitrary database commands.
Executive summary
A high-severity SQL injection vulnerability in the Koha guided report builder allows authenticated attackers to compromise the underlying database.
Vulnerability
This vulnerability is a SQL injection (CWE-89) within the guided report builder component, which allows a user with low-level privileges to manipulate database queries.
Business impact
Successful exploitation allows an attacker to bypass security controls, leading to unauthorized data exfiltration, modification, or complete database destruction. Given the CVSS score of 8.8, this vulnerability poses a significant risk to the confidentiality, integrity, and availability of sensitive library management data.
Remediation
Immediate Action: Upgrade to a version of Koha beyond 26.05.01-1 to resolve the underlying SQL injection flaw.
Proactive Monitoring: Review application access logs for unusual patterns in the guided reports module and monitor database query logs for suspicious syntax or unexpected execution times.
Compensating Controls: Implement strict input validation or use a Web Application Firewall (WAF) to detect and block common SQL injection payloads targeting report parameters.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
The severity of this vulnerability necessitates immediate attention to prevent database-level compromise. Administrators should prioritize updating the Koha installation to the latest patched release to neutralize this injection risk.