CVE-2026-72608 PUBLISHED

Koha Community Koha - Stored SQL Injection via Patron Card Layout image_name

Assigner: TuranSec
Reserved: 10.08.2026 Published: 11.08.2026 Updated: 11.08.2026

A stored SQL injection vulnerability in Koha through 24.11.17, 25.05.12, 25.11.06, and 26.05.01 allows authenticated staff with the tools => label_creator permission to execute arbitrary SQL via the image_name field of a patron card layout. The image_name value is stored verbatim in the layout XML and later concatenated raw into a SQL query in patroncards/create-pdf.pl when a patron card batch is printed. An attacker can read the entire Koha database including patron PII and staff bcrypt password hashes via error-based or time-based blind injection.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor Koha Community
Product Koha
Versions
  • affected from 0 to 24.11.18 (excl.)
  • affected from 25.05.0 to 25.05.13 (excl.)
  • affected from 25.11.0 to 25.11.07 (excl.)
  • affected from 26.05.0 to 26.05.02 (excl.)

Credits

  • Sanjar Tulkinov Anvar ogʻli (sanjarbiy11@gmail.com) finder

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command (SQL Injection) CWE