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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: PLANET UNI-NMS-Lite suffers from **OS Command Injection**. πŸ“‰ **Consequences**: Attackers can read or manipulate device data, potentially compromising the entire network management system.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-78** (Improper Neutralization of Special Elements used in an OS Command). The system fails to sanitize inputs before executing system commands.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Planet Technology**'s **UNI-NMS-Lite** software. This is a general network management system for monitoring wired/wireless PoE industrial devices.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Impact**: High severity (**CVSS 3.1**). Attackers can achieve **High Confidentiality** and **High Integrity** impact. They can execute arbitrary OS commands, leading to full device control.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation**: **Low Threshold**. Vector: **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges Required), **UI:N** (No User Interaction). Easy to exploit remotely.

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

πŸ” **Public Exploit**: **YES**. A Reverse Shell PoC is available on GitHub (`CVE-2025-46271-Reverse-Shell-PoC`). ⚠️ Use only for educational/defense purposes.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **UNI-NMS-Lite** instances exposed to the network. Look for command injection points in web interfaces or API endpoints. Check for CISA ICS Advisory **ICS-25-114-06**.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Refer to official vendor updates. The vulnerability was published on **2025-04-24**. Check Planet Technology's security advisories for patches or updates.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Implement strict **Input Validation** and **Output Encoding**. Restrict network access to the NMS interface via firewalls. Disable unnecessary services.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. Due to **No Auth Required** and **Network Accessible** nature, immediate patching or mitigation is required to prevent remote code execution.