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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-29732 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in the login page's `user` parameter. πŸ“‰ **Consequences**: Attackers can read, modify, or delete **ALL** database information. Total data compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The flaw lies in how the `user` parameter on the login page handles input, allowing malicious SQL commands.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Abast** products. Specifically: **SCAN_VISIO eDocument Suite Web Viewer**. πŸ“… **Published**: March 21, 2024.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Power**: **Unauthenticated** access allowed. πŸ—„οΈ **Impact**: Full CRUD (Create, Read, Update, Delete) rights on the database. Complete data theft or destruction.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. No authentication (`PR:N`) or user interaction (`UI:N`) needed. Easy to exploit remotely.

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

πŸ” **Exploit Status**: The provided data lists **empty PoCs** (`pocs: []`). However, the severity (CVSS 10.0 equivalent) implies high risk. Check vendor advisories for active exploits.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **Abast** web servers. Test the login endpoint for SQL injection errors using the `user` field. Look for database error messages or time delays.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Refer to the **Incibe CERT** notice linked in references. πŸ”„ **Action**: Update to the patched version provided by Abast immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Implement **WAF rules** to block SQL keywords in the `user` parameter. 🚫 **Mitigation**: Restrict network access to the web viewer. Disable login if possible.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS scores are maxed out (High/High/High). ⚠️ **Priority**: Patch immediately. Unauthenticated RCE/DB access is a top-tier threat.