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**: A critical **Remote Code Execution (RCE)** flaw in Dassault SystΓ¨mes DELMIA Apriso. <br>π₯ **Consequences**: Attackers can take full control of the server.β¦
π‘οΈ **Root Cause**: **CWE-502**: Deserialization of Untrusted Data. <br>π **Flaw**: The .NET objects within the application are processed unsafely, allowing malicious payloads to be executed upon deserialization.
Q3Who is affected? (Versions/Components)
π’ **Affected Vendor**: Dassault SystΓ¨mes. <br>π¦ **Product**: DELMIA Apriso. <br>π **Versions**: Release **2019** through **2024**. All versions in this range are vulnerable.
Q4What can hackers do? (Privileges/Data)
π» **Attacker Actions**: Pre-authentication **Remote Code Execution**. <br>π **Privileges**: No login required. <br>π **Data**: Full access to system data and configuration due to high severity (C:H, I:H, A:H).
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **LOW**. <br>π **Auth**: **None** required (PR:N). <br>π **Access**: Network accessible (AV:N). <br>βοΈ **Config**: High complexity (AC:H) but no user interaction needed (UI:N).
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **YES**. <br>π **PoC**: Available via **ProjectDiscovery Nuclei Templates**. <br>π **Status**: Automated scanning tools can detect and potentially exploit this easily.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Use **Nuclei** with the specific CVE-2024-3300 template. <br>π‘ **Scanning**: Look for unsafe .NET deserialization patterns in HTTP requests/responses from the affected product versions.
π₯ **Urgency**: **CRITICAL**. <br>β³ **Priority**: Immediate action required. <br>π **Reason**: Pre-auth RCE with public PoC means active exploitation is highly likely. Patch or mitigate NOW.