PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-72607 Koha Community CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-11T12:17:43.867Z and has not been modified since then. This stored SQL injection vulnerability in Koha allows authenticated staff with specific permissions to read arbitrary database contents. The vulnerability arises from the agefield value of an automatic item modification rule being stored verbatim and later interpolated without parameterization into a SQL query. To verify and mitigate this vulnerability, defenders should review the tools => items_batchmod permission, check for suspicious database queries and cron job executions, and restrict access to sensitive database contents. Additionally, they should consider implementing parameterization for SQL queries to prevent injection and monitor for potential exploitation attempts. The vulnerability can be exploited to read the entire Koha database, including patron PII and staff bcrypt password hashes. Koha users and administrators, especially those with staff members having the tools => items_batchmod permission, should be aware of this vulnerability and take necessary actions to mitigate it.

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

Koha users and administrators, especially those with staff members having the tools => items_batchmod permission, should be aware of this vulnerability and take necessary actions to mitigate it. They should review their current permissions, monitor for suspicious activity, and implement security measures to prevent exploitation. Additionally, they should consider updating Koha to a version that addresses this vulnerability and restrict access to sensitive database contents.

Technical summary

A stored SQL injection vulnerability in Koha allows authenticated staff with the tools => items_batchmod permission to read arbitrary database contents by storing a SQL payload in the agefield value of an automatic item modification rule. The agefield value is stored verbatim and later interpolated without parameterization into a SQL query in C4::Items::ToggleNewStatus when the scheduled cron job executes. This vulnerability can be exploited to read the entire Koha database, including patron PII and staff bcrypt password hashes.

Defensive priority

Authenticated staff with specific permissions may exploit this vulnerability to read arbitrary database contents.

Recommended defensive actions

  • Inventory and verify the tools => items_batchmod permission is not granted to unauthorized staff.
  • Implement parameterization for SQL queries to prevent injection.
  • Monitor for suspicious database queries and cron job executions.
  • Restrict access to sensitive database contents.
  • Update Koha to a version that addresses this vulnerability.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The vulnerability is a stored SQL injection issue in Koha, allowing authenticated staff to read arbitrary database contents. The issue arises from the agefield value of an automatic item modification rule being stored verbatim and later interpolated without parameterization into a SQL query. To verify and mitigate this vulnerability, defenders should review the tools => items_batchmod permission, check for suspicious database queries and cron job executions, and restrict access to sensitive database contents. Additionally, they should consider implementing parameterization for SQL queries to prevent injection and monitor for potential exploitation attempts.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-72607 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-72607

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-72607 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72607

    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.