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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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!