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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-36144 β€” AI Deep Analysis Summary

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**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Lack of Access Control on specific endpoints. <br>πŸ” **Flaw**: The endpoint `/cgi-bin/exportCfgwithpasswd` does not require login.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Product**: Intelbras SG 2404 MR (L2+ Switch). <br>πŸ“‰ **Version**: Firmware **1.00.54**. <br>🌍 **Vendor**: Intelbras (Brazil). Check your network gear if you use this model!

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. Download full device backup. <br>2. Extract **user credentials** (hashed passwords). <br>3. Reveal **network topology** & config details. <br>πŸ”“ **Privilege**: None needed!…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **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**!…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: Check Intelbras support for firmware updates > 1.00.54. <br>πŸ“’ **Status**: CVE published June 2023. Vendor likely aware. <br>⏳ **Action**: Contact vendor immediately for a patched version.

Q9What if no patch? (Workaround)

🚧 **No Patch? Workaround**: <br>1. **Block Access**: Firewall rules to deny external access to `/cgi-bin/` endpoints. <br>2. **Isolate**: Move switch to a restricted VLAN. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“‰ **CVSS**: Likely High (due to Confidentiality impact & No Auth). <br>πŸš€ **Priority**: Patch immediately or apply strict network segmentation. Don't leave your config exposed!