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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2024-29972 โ€” AI Deep Analysis Summary

CVSS 9.8 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: OS Command Injection in Zyxel NAS326/NAS542. ๐Ÿ’ฅ **Consequences**: Attackers execute arbitrary OS commands via crafted HTTP POST requests. Full system compromise is possible.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: CWE-78 (OS Command Injection). ๐Ÿ› **Flaw**: The `remote_help-cgi` program fails to sanitize inputs, allowing shell commands to be injected directly into the OS.

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Affected Products**: Zyxel NAS326 & NAS542. ๐Ÿ“‰ **Versions**: NAS326 < V5.21(AAZF.17)C0; NAS542 < V5.21(ABAG.14)C0. โš ๏ธ All older firmware versions are at risk.

Q4What can hackers do? (Privileges/Data)

๐Ÿ”“ **Privileges**: Root-level access. ๐Ÿ“‚ **Data**: Full control over the device. ๐Ÿ•ต๏ธ **Action**: Hackers can execute any OS command, install backdoors (e.g., `NsaRescueAngel`), and steal data.

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ“‰ **Threshold**: LOW. ๐Ÿšซ **Auth**: Unauthenticated. ๐ŸŒ **Config**: No user interaction needed. Attackers just send a malicious HTTP POST request to exploit it remotely.

Q6Is there a public Exp? (PoC/Wild Exploitation)

๐Ÿ’ฃ **Public Exp**: YES. ๐Ÿ“‚ **PoCs**: Available on GitHub (e.g., WanLiChangChengWanLiChang, Pommaq). ๐Ÿงฉ **Note**: Some exploits combine CVE-2024-29972 with others for persistent backdoor access.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: Use FOFA search `app="ZyXEL-NAS326"`. ๐Ÿ“ก **Scan**: Run Nuclei templates (`http/cves/2024/CVE-2024-29972.yaml`). ๐Ÿ“ **Verify**: Check firmware version against the safe thresholds.

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ› ๏ธ **Fix**: YES. ๐Ÿ“… **Advisory**: Published 2024-06-04. โœ… **Action**: Update NAS326 to V5.21(AAZF.17)C0 or later; NAS542 to V5.21(ABAG.14)C0 or later.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: Isolate the device from the internet. ๐Ÿšซ **Block**: Restrict HTTP POST access to the CGI endpoint. ๐Ÿ›ก๏ธ **Monitor**: Watch for unauthorized root accounts like `NsaRescueAngel`.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: CRITICAL. ๐Ÿšจ **Priority**: P1. CVSS Score: 9.8 (High). โšก **Reason**: Unauthenticated, remote, root access. Patch immediately to prevent total takeover.