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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.