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**: Authentication Bypass in Intelbras SG 2404 MR. <br>π₯ **Consequences**: Unauthenticated attackers can download backup files containing **critical config info** and **hashed passwords**.β¦
π‘οΈ **Root Cause**: Lack of Access Control on specific endpoints. <br>π **Flaw**: The endpoint `/cgi-bin/exportCfgwithpasswd` does not require login.β¦
β‘ **Threshold**: **EXTREMELY LOW**. <br>π **Auth**: None. <br>π **Access**: Just need network reachability to the device IP. <br>π― **Ease**: One simple HTTP GET request. No complex setup.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π» **Public Exploit**: **YES**. <br>π **PoC**: Available on GitHub (leonardobg/CVE-2023-36144). <br>π€ **Scanner**: Nuclei templates exist. <br>β οΈ **Risk**: Wild exploitation is highly likely due to simplicity.
Q7How to self-check? (Features/Scanning)
π **Self-Check Method**: <br>1. Target: `http://<DEVICE_IP>/cgi-bin/exportCfgwithpasswd` <br>2. Action: Send GET request. <br>3. Result: If a `.tar`/`.zip` file downloads automatically β **VULNERABLE**!β¦