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**: Adobe ColdFusion suffers from **Improper Access Control**. <br>π₯ **Consequences**: Attackers can bypass security features and access sensitive admin endpoints without permission.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-284** (Improper Access Control). <br>π **Flaw**: The application fails to properly restrict access to resources that should be protected, allowing unauthorized entry.
Q3Who is affected? (Versions/Components)
π¦ **Affected Versions**: <br>β’ Adobe ColdFusion **2023.5** and earlier <br>β’ Adobe ColdFusion **2021.11** and earlier <br>π’ **Vendor**: Adobe
β‘ **Threshold**: **LOW**. <br>π **Auth**: **Unauthenticated** (PR:N). <br>π±οΈ **UI**: No user interaction required (UI:N). <br>π **Network**: Network accessible (AV:N).
Q6Is there a public Exp? (PoC/Wild Exploitation)
π’ **Public Exp?**: **Yes**. <br>π **PoC**: Available via ProjectDiscovery Nuclei templates. <br>π₯ **Status**: Automated exploitation is possible using standard scanning tools.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Check ColdFusion version against affected lists. <br>2. Use **Nuclei** with the specific CVE-2023-26347 template. <br>3. Scan for exposed admin CFM/CFC endpoints.