PatchSiren cyber security CVE debrief
CVE-2026-72609 Koha Community CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-11T12:17:44.120Z and has not been modified since then. The CVE-2026-72609 vulnerability is an SQL injection issue in Koha versions through 24.11.17, 25.05.12, 25.11.06, and 26.05.01. Authenticated staff with the acquisition => order_receive permission can exploit this vulnerability to read arbitrary database contents. The vulnerability is located in the orderby request parameter in acqui/parcels.pl, which is passed to C4::Acquisition::GetInvoices. This function allow-lists the column name but concatenates the direction token raw into the SQL ORDER BY clause without validation, leading to a blind time-based SQL injection vulnerability in production. This could allow extraction of sensitive data such as patron PII, staff bcrypt password hashes, and two-factor secrets. Organizations using Koha versions through 24.11.17, 25.05.12, 25.11.06, and 26.05.01 should be aware of this SQL injection vulnerability. Specifically, authenticated staff members with acquisition permissions are at risk of being exploited. The vulnerability could lead to unauthorized access to sensitive database information, including patron personally identifiable information (PII), staff password hashes, and two-factor authentication secrets.
- Vendor
- Koha Community
- Product
- Koha
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-08-28
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-08-28
Who should care
Organizations using Koha versions through 24.11.17, 25.05.12, 25.11.06, and 26.05.01 should be aware of this SQL injection vulnerability. Specifically, authenticated staff members with acquisition permissions are at risk of being exploited. The vulnerability could lead to unauthorized access to sensitive database information, including patron personally identifiable information (PII), staff password hashes, and two-factor authentication secrets.
Technical summary
The CVE-2026-72609 vulnerability is an SQL injection issue in Koha versions through 24.11.17, 25.05.12, 25.11.06, and 26.05.01. Authenticated staff with the acquisition => order_receive permission can exploit this vulnerability to read arbitrary database contents. The vulnerability is located in the orderby request parameter in acqui/parcels.pl, which is passed to C4::Acquisition::GetInvoices. This function allow-lists the column name but concatenates the direction token raw into the SQL ORDER BY clause without validation, leading to a blind time-based SQL injection vulnerability in production. This could allow extraction of sensitive data such as patron PII, staff bcrypt password hashes, and two-factor secrets.
Defensive priority
Authenticated staff with acquisition permissions could exploit this SQL injection vulnerability to extract sensitive data.
Recommended defensive actions
- Inventory and verify affected Koha versions
- Restrict acquisition permissions to minimal required
- Monitor for suspicious database queries
- Implement WAF rules for SQL injection prevention
- Apply vendor patches or updates when available
Evidence notes
The CVE description indicates an SQL injection vulnerability in Koha versions through 24.11.17, 25.05.12, 25.11.06, and 26.05.01. The vulnerability allows authenticated staff with acquisition => order_receive permission to read arbitrary database contents via the orderby request parameter in acqui/parcels.pl. The parameter is passed to C4::Acquisition::GetInvoices, which allow-lists the column name but concatenates the direction token raw into the SQL ORDER BY clause without validation.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72609 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72609
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72609 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72609
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://koha-community.org/
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.