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**: 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.
π§ **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.