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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-71284 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unsanitized input in `radius_address` allows **OS Command Injection**. πŸ“‰ **Consequences**: Remote Code Execution (RCE) on the target system.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). The `sed` command directly interpolates user-controlled POST parameters (`radius_address`, etc.) without any sanitization or validation.…

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Synway SMG Gateway Management Software** by Synway Information Engineering Co., Ltd. πŸ“¦ **Component**: The RADIUS configuration endpoint located at `/en/9-2radius.php`.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Full **Remote Code Execution (RCE)**. πŸ—οΈ **Privileges**: The injected commands run with the privileges of the web server process.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. 🚫 **Auth**: **Unauthenticated**. No login required. 🌐 **Access**: Remote attackers can send crafted POST requests directly to the internet-facing endpoint.

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

πŸ”₯ **Exploitation**: **YES**. Publicly observed by **Shadowserver** on July 11, 2025. πŸ“œ **Proof**: Nuclei templates and technical descriptions (e.g., mrxn.net) are available, indicating active wild exploitation.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the specific POST endpoint `/en/9-2radius.php`. πŸ§ͺ **Test**: Send a POST request with `save=1`, `enable_radius=1`, and a malicious `radius_address` (e.g., containing `| whoami`).…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: The vendor page is listed, but **no official patch date** is provided in the data (Published: 2026-04-30). ⚠️ **Status**: Assume **unpatched** until verified. Check vendor site for updates.

Q9What if no patch? (Workaround)

🚧 **Workaround**: **Block external access** to `/en/9-2radius.php` via firewall/WAF. 🚫 **Restrict**: Ensure the management interface is not exposed to the public internet. Disable RADIUS if not strictly necessary.

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Urgency**: **CRITICAL**. 🚨 **Priority**: **Immediate Action Required**. CVSS Score is **9.8** (Critical). Unauthenticated RCE is a top-tier threat. Patch or isolate immediately.