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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-26852 โ€” AI Deep Analysis Summary

CVSS 10.0 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: SQL Injection in DESCOR INFOCAD. <br>๐Ÿ’ฅ **Consequences**: Full system compromise. Attackers can steal, modify, or delete data. Critical integrity and availability risks.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-89** (Improper Neutralization of Special Elements used in an SQL Command). <br>๐Ÿ” **Flaw**: Unsanitized user input directly executed in database queries.

Q3Who is affected? (Versions/Components)

๐Ÿข **Vendor**: Descor. <br>๐Ÿ“ฆ **Product**: INFOCAD FM (BIM & Facility Management). <br>๐Ÿ“‰ **Affected**: Versions **3.5.1 and earlier**.

Q4What can hackers do? (Privileges/Data)

๐Ÿ•ต๏ธ **Privileges**: High. <br>๐Ÿ“‚ **Data**: Full access to sensitive BIM and facility management data. <br>โš ๏ธ **Impact**: Complete confidentiality, integrity, and availability loss (CVSS H).

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Threshold**: **LOW**. <br>๐ŸŒ **Network**: Attack Vector is Network (AV:N). <br>๐Ÿ”‘ **Auth**: No Privileges Required (PR:N). <br>๐Ÿ‘€ **UI**: No User Interaction needed (UI:N).

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

๐Ÿ“œ **Exploit**: Public references exist (Changelog). <br>๐Ÿšซ **PoC**: No specific PoC code provided in data. <br>โš ๏ธ **Risk**: Likely exploitable given CVSS 3.1/AV:N/AC:L.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Check**: Scan for SQL injection patterns in web inputs. <br>๐Ÿ› ๏ธ **Tool**: Use SQLMap or similar DAST tools on INFOCAD FM endpoints. <br>๐Ÿ“‹ **Verify**: Check installed version against 3.5.1.

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Fix**: Update to a version **newer than 3.5.1**. <br>๐Ÿ“ข **Source**: Check Descor's official changelog for the patch. <br>โœ… **Status**: Patch available via vendor update.

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround**: Implement strict input validation. <br>๐Ÿ›ก๏ธ **Defense**: Use Web Application Firewall (WAF) rules to block SQL syntax. <br>๐Ÿ”’ **Limit**: Restrict network access to the application if possible.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. <br>๐Ÿ“… **Priority**: Immediate action required. <br>๐Ÿš€ **Reason**: High CVSS score, no auth needed, network-accessible. Patch ASAP.