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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2019-25298 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in html5_snmp v1.11. πŸ’₯ **Consequences**: Attackers can extract or modify database info via Router_ID/IP params. Critical integrity/availability risk.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-89**: Improper Neutralization of Special Elements used in an SQL Command. πŸ› **Flaw**: Unsanitized input in Router_ID and Router_IP parameters.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Product **html5_snmp** by vendor **lolypop55**. πŸ“¦ **Version**: Specifically **v1.11** is vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Extract sensitive data or modify database records. πŸ“‰ **Impact**: High Integrity (I:H) and High Availability (A:H) impact. No Confidentiality loss (C:N) noted, but DB manipulation is severe.

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)

πŸ“œ **Public Exp?**: YES. πŸ“Ž **Ref**: ExploitDB ID **47588** is available. Wild exploitation is possible given the low barrier.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **html5_snmp** instances. πŸ§ͺ **Test**: Inject SQL payloads into **Router_ID** and **Router_IP** fields. Monitor for DB errors or unexpected responses.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Patch**: Data does not list a specific fixed version or official patch link. ⚠️ **Status**: Vendor homepage (GitHub) is linked, but no explicit 'fixed' tag in provided data.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Input validation on Router_ID/IP. πŸ›‘ **Mitigation**: Restrict network access to the SNMP interface. Use WAF rules to block SQL injection patterns in these specific parameters.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. πŸ“… **Priority**: Immediate action. CVSS Score implies High Availability/Integrity impact with Zero Auth required. Patch or isolate immediately.