CVE-2026-70371

Koha's reports/issues_avg_stats.pl builds dynamic SQL in sub calculate by concatenating several user-controlled request parameters directly into the query string. The Line and Column parameters are not validated against any whitelist and land verbatim in identifier positions (SELECT DISTINCTROW, GROUP BY, ORDER BY), and each Filter slot is concatenated raw into single-quoted LIKE, BETWEEN, and comparison fragments with no bound parameters.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-04 13:18

Updated : 2026-08-26 17:36


NVD link : CVE-2026-70371

Mitre link : CVE-2026-70371

CVE.ORG link : CVE-2026-70371


JSON object : View

Products Affected

No product.

CWE
CWE-89

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