Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-22954 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

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.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: LOW. 🌐 **Access**: Network Accessible (AV:N). πŸ”‘ **Auth**: None required (PR:N). πŸ–±οΈ **UI**: None required (UI:N). Easy to exploit remotely.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **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.