The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-23227

CVE-2022-23227: Nuuo NVRmini2 Auth Bypass Vulnerability

CVE-2022-23227 is an authentication bypass flaw in Nuuo NVRmini2 firmware that lets attackers upload encrypted archives and add arbitrary users. This article covers technical details, affected versions, and mitigations.

Published: February 18, 2026

CVE-2022-23227 Overview

CVE-2022-23227 is a critical authentication bypass vulnerability affecting NUUO NVRmini2 network video recorder devices through firmware version 3.11. This flaw allows unauthenticated remote attackers to upload encrypted TAR archives to the device, enabling the creation of arbitrary user accounts due to missing authentication checks in handle_import_user.php. When chained with CVE-2011-5325 (a path traversal vulnerability in BusyBox), attackers can overwrite arbitrary files under the web root and achieve remote code execution with root privileges.

Critical Impact

This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Unauthenticated attackers can achieve complete device compromise with root-level access, potentially compromising surveillance infrastructure and pivoting to internal networks.

Affected Products

  • NUUO NVRmini2 Firmware through version 3.11
  • NUUO NVRmini2 Hardware devices

Discovery Timeline

  • 2022-01-14 - CVE-2022-23227 published to NVD
  • 2025-11-07 - Last updated in NVD database

Technical Details for CVE-2022-23227

Vulnerability Analysis

This vulnerability stems from a complete absence of authentication controls in the handle_import_user.php endpoint on NUUO NVRmini2 devices. The affected endpoint is designed to handle user import functionality via encrypted TAR archives but fails to verify whether the requesting party is authenticated before processing uploads.

The vulnerability exploits the user import functionality which accepts encrypted TAR archives. An attacker can craft a malicious TAR archive containing user configuration data that, when processed by the vulnerable endpoint, results in the creation of attacker-controlled user accounts on the device. This alone grants unauthorized access to the surveillance system.

However, the severity is significantly amplified when combined with CVE-2011-5325, a long-standing path traversal vulnerability in BusyBox's TAR implementation. By including path traversal sequences within the TAR archive (such as ../ directory traversals), attackers can escape the intended extraction directory and overwrite arbitrary files under the web root. This capability enables the deployment of web shells or malicious scripts that execute with root privileges, resulting in complete device compromise.

Root Cause

The root cause of CVE-2022-23227 is CWE-306: Missing Authentication for Critical Function. The handle_import_user.php script processes sensitive user import operations without implementing any authentication or session validation. This allows any network-accessible attacker to invoke the functionality and upload malicious archives without credentials.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication and no user interaction. An attacker with network access to the NUUO NVRmini2 web interface can directly target the vulnerable endpoint.

The exploitation workflow typically follows this pattern: First, the attacker crafts an encrypted TAR archive containing malicious user data or path traversal payloads. The archive is then uploaded to the handle_import_user.php endpoint via an HTTP POST request. The device processes the archive without authentication checks, extracting its contents. If path traversal sequences are included (exploiting CVE-2011-5325), files can be written to arbitrary locations within the web root. Finally, the attacker can access any deployed web shells to execute commands as root.

A Metasploit module has been developed for this vulnerability, indicating its reliability and ease of exploitation. For technical details, see the GitHub PoC Advisory and the Metasploit Pull Request.

Detection Methods for CVE-2022-23227

Indicators of Compromise

  • Unexpected HTTP POST requests to /handle_import_user.php from external or unusual IP addresses
  • New user accounts appearing on NVRmini2 devices that were not created by administrators
  • Web shell files or unfamiliar PHP scripts appearing in the device web root directory
  • Outbound connections from NVRmini2 devices to unknown external hosts
  • System log entries showing user import operations without corresponding administrative activity

Detection Strategies

  • Monitor web server logs for access to handle_import_user.php especially from unauthenticated sessions
  • Implement network intrusion detection rules to identify TAR archive uploads to NUUO devices
  • Deploy file integrity monitoring on NVRmini2 web directories to detect unauthorized file creation
  • Review user account lists on affected devices for unauthorized or suspicious accounts

Monitoring Recommendations

  • Isolate NUUO NVRmini2 devices on dedicated network segments with restricted access
  • Implement egress filtering to detect and block unauthorized outbound connections from surveillance devices
  • Enable verbose logging on affected devices and forward logs to a centralized SIEM platform
  • Conduct regular audits of user accounts and file system integrity on all NVR devices

How to Mitigate CVE-2022-23227

Immediate Actions Required

  • Restrict network access to NUUO NVRmini2 devices using firewall rules, limiting access to trusted management hosts only
  • Audit existing user accounts on all NVRmini2 devices and remove any unauthorized accounts
  • Review device file systems for signs of compromise including web shells or modified files
  • Consider taking vulnerable devices offline if they are internet-exposed and no mitigations are available
  • Monitor the CISA KEV Catalog for updated guidance

Patch Information

At the time of this writing, no vendor patch or advisory has been identified in the available CVE data. Organizations should contact NUUO directly to inquire about firmware updates that address this vulnerability. Given the critical nature of this flaw and its active exploitation status, upgrading to patched firmware should be treated as a high priority.

Workarounds

  • Place NUUO NVRmini2 devices behind a VPN or reverse proxy that enforces authentication before access
  • Block direct internet access to NVRmini2 devices and restrict access to internal management networks only
  • Implement web application firewall (WAF) rules to block requests to handle_import_user.php from untrusted sources
  • Consider deploying alternative NVR solutions if vendor remediation is not forthcoming
bash
# Example firewall rule to restrict access to NVRmini2 management interface
# Allow only trusted management subnet
iptables -A INPUT -p tcp --dport 80 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNuuo Nvrmini2

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability46.99%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-306
  • Technical References
  • GitHub PoC Advisory

  • Metasploit Pull Request

  • Hacker News Discussion

  • PortSwigger Vulnerability Disclosure

  • CISA Known Exploited Vulnerabilities
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English