This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Remote Command Execution (RCE) in NUUO NVRmini. π₯ **Consequences**: Attackers can run arbitrary OS commands via the `upgrade_handle.php` file. Total device compromise!
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Improper Input Validation. π **Flaw**: The `writeuploaddir` parameter accepts shell metacharacters without sanitization. CWE not specified in data, but classic injection flaw.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: NUUO NVRmini devices. π’ **Vendor**: NUUO (USA). β οΈ **Component**: Specifically the `upgrade_handle.php` script within the firmware/web interface.
Q4What can hackers do? (Privileges/Data)
π **Privileges**: Remote Code Execution (RCE). π **Data**: Full control over the device. Attackers can execute commands as the web server user, potentially escalating to root.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Threshold**: LOW. π **Auth**: Unauthenticated. π **Config**: No login required to exploit. Just send a crafted HTTP request to the target IP.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π₯ **Public Exp?**: YES. π **Sources**: Exploit-DB IDs #46340 and #45070. π§ͺ **PoC**: Available via Nuclei templates (projectdiscovery). Wild exploitation is highly likely.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for `upgrade_handle.php` endpoints. π‘ **Tooling**: Use Nuclei templates or Nmap scripts targeting NUUO devices. Look for response anomalies when injecting shell chars.
π§ **No Patch?**: Block port 80/443 externally. π **Mitigation**: Restrict access to management interface via VLAN/Firewall. Disable remote access if not needed. Isolate the NVR.
Q10Is it urgent? (Priority Suggestion)
π¨ **Urgency**: CRITICAL. π΄ **Priority**: P1. Unauthenticated RCE is a top-tier threat. Patch immediately or isolate from the internet to prevent ransomware/data theft.