This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Critical SQL Injection in Koha library management system. π₯ **Consequences**: Full database compromise, data theft, system takeover. CVSS Score: 10.0 (Critical).
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: CWE-89 (SQL Injection). π **Flaw**: The `supplierid` parameter in `GetLateOrMissingIssues` is not sanitized. Malicious input executes arbitrary SQL commands.
Q3Who is affected? (Versions/Components)
π’ **Affected**: Koha Library Automation System. π **Versions**: 21.11 and earlier. β οΈ **Status**: Vulnerable until patch 24.11.02.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Hacker Actions**: Read/Modify/Delete DB data. ποΈ **Impact**: Access to patron records, financial data, and system configurations. Full control over the library's digital infrastructure.
π£ **Exploit**: YES. π **PoC**: Available on GitHub (RandomRobbieBF/CVE-2025-22954). π― **Target**: `/serials/lateissues-export.pl` via `supplierid` or `serialid` params.
Q7How to self-check? (Features/Scanning)
π **Check**: Scan for Koha instances. π **Endpoint**: Look for `/serials/lateissues-export.pl`. π§ͺ **Test**: Inject SQL payloads into `supplierid` parameter. π **Scan**: Use tools detecting CWE-89 in Koha contexts.
Q8Is it fixed officially? (Patch/Mitigation)
π οΈ **Fix**: Upgrade to Koha version **24.11.02** or later. π **Reference**: See koha-community.org release notes. β **Status**: Patched in latest stable release.
Q9What if no patch? (Workaround)
π§ **No Patch?**: Block external access to `/serials/lateissues-export.pl`. π **WAF**: Deploy Web Application Firewall rules to filter SQL injection patterns in `supplierid`. π **Isolate**: Limit network exposure.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: CRITICAL. π **Priority**: Patch IMMEDIATELY. π **Risk**: CVSS 10.0 + Public PoC. β³ **Time**: Exploitation is easy and widespread potential.