← Back to search

CVE-2026-70372

8.8 HIGH

Published 2026-08-04 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows an authenticated staff user to inject arbitrary SQL, potentially reading sensitive data from various tables in the Koha database.
Exploitability
Exploitation requires authentication and permission to access the reports module; difficulty varies based on user privileges.
Blast radius
If exploited, it could lead to exposure of sensitive information such as borrower details, API keys, and session data.
Prioritized remediation
Update Koha to a version with this vulnerability fixed or disable the affected report functionality for untrusted users.
rcesql-injectionwebdatabase

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

Koha's reports/bor_issues_top.pl builds dynamic SQL in sub calculate by concatenating several user-controlled request parameters directly into the query string. An authenticated staff user holding the reports module permission can inject arbitrary SQL and read any table reachable by the Koha database user, including borrowers (password hashes, two-factor secrets, personal data), api_keys, and sessions.

CVSS vector

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

Weaknesses

CWE-89

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.