CVE-2026-70373

Koha's reports/issues_stats.pl (the circulation statistics report) builds its calculation query in sub calculate by concatenating several user-controlled request parameters directly into the SQL string. The PeriodTypeSel, PeriodDaySel, and PeriodMonthSel parameters are interpolated raw into single-quoted equality and function-comparison fragments, and the Filter slots plus the Line and Column identifiers are likewise interpolated with no whitelist and no placeholder binding.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-04 13:18

Updated : 2026-08-26 17:36


NVD link : CVE-2026-70373

Mitre link : CVE-2026-70373

CVE.ORG link : CVE-2026-70373


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')