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
    • 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-2026-0854

CVE-2026-0854: Merit LILIN DVR/NVR RCE Vulnerability

CVE-2026-0854 is an OS command injection flaw in Merit LILIN DVR/NVR devices that allows authenticated attackers to execute arbitrary commands remotely. This article covers technical details, affected systems, and mitigations.

Updated: January 22, 2026

CVE-2026-0854 Overview

Certain DVR/NVR models developed by Merit LILIN contain an OS Command Injection vulnerability (CWE-78) that allows authenticated remote attackers to inject arbitrary OS commands and execute them on the device. This vulnerability enables attackers with valid credentials to gain full control over affected surveillance systems, potentially compromising recorded footage, network security, and enabling lateral movement within the target infrastructure.

Critical Impact

Authenticated attackers can execute arbitrary system commands on vulnerable Merit LILIN DVR/NVR devices, leading to complete device compromise, data exfiltration, and potential network intrusion.

Affected Products

  • Merit LILIN DVR models (specific versions not disclosed)
  • Merit LILIN NVR models (specific versions not disclosed)

Discovery Timeline

  • 2026-01-12 - CVE-2026-0854 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-0854

Vulnerability Analysis

This vulnerability is classified as OS Command Injection (CWE-78), which occurs when an application constructs all or part of an operating system command using externally-influenced input without properly neutralizing special elements. In the context of Merit LILIN DVR/NVR devices, authenticated users can exploit insufficient input validation in web management interfaces or API endpoints to inject malicious shell commands that execute with the privileges of the underlying system process.

DVR and NVR devices typically run embedded Linux operating systems and process user input through web-based management interfaces. When user-supplied data is passed directly to shell commands or system calls without adequate sanitization, attackers can break out of the intended command context and execute arbitrary commands on the underlying operating system.

Root Cause

The root cause of this vulnerability is improper neutralization of special elements used in OS commands. The affected Merit LILIN firmware fails to properly validate and sanitize user-controlled input before incorporating it into system-level command execution. Common injection vectors in DVR/NVR systems include network configuration parameters, firmware update paths, diagnostic utilities, and user management functions where input may be passed to shell interpreters.

Attack Vector

The attack is network-based and requires the attacker to have valid authentication credentials for the device's management interface. Once authenticated, the attacker can exploit vulnerable input fields or API parameters by injecting shell metacharacters such as semicolons (;), pipes (|), command substitution sequences ($()), or backticks to append or redirect command execution.

A typical exploitation scenario involves:

  1. Attacker gains legitimate or compromised credentials for the DVR/NVR web interface
  2. Attacker identifies vulnerable input parameters in configuration or management functions
  3. Malicious payload containing OS commands is crafted using shell metacharacters
  4. Payload is submitted through the vulnerable parameter
  5. Device executes the injected commands with system-level privileges

For technical details on this vulnerability, refer to the TW-CERT Security Advisory.

Detection Methods for CVE-2026-0854

Indicators of Compromise

  • Unusual outbound network connections from DVR/NVR devices to unknown external hosts
  • Unexpected process execution on surveillance devices (e.g., wget, curl, nc, bash spawned from web server processes)
  • Unauthorized configuration changes or new user accounts on affected devices
  • Log entries showing suspicious command sequences or shell metacharacters in request parameters
  • Unexplained CPU or memory usage spikes on DVR/NVR systems

Detection Strategies

  • Deploy network intrusion detection rules to identify command injection patterns in HTTP traffic to DVR/NVR management interfaces
  • Monitor authentication logs for brute force attempts or credential stuffing against surveillance device web portals
  • Implement application layer inspection to detect shell metacharacters (;, |, $(), backticks) in POST parameters
  • Review web server access logs on DVR/NVR devices for unusual URL patterns or encoded payloads

Monitoring Recommendations

  • Establish baseline network behavior for DVR/NVR devices and alert on anomalies such as new outbound connections
  • Configure SIEM rules to correlate authentication events with subsequent unusual activity on surveillance infrastructure
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised DVR/NVR devices
  • Enable verbose logging on surveillance device management interfaces where possible

How to Mitigate CVE-2026-0854

Immediate Actions Required

  • Review and restrict authentication credentials for all Merit LILIN DVR/NVR devices, using strong unique passwords
  • Isolate affected DVR/NVR devices on separate network segments with restricted internet access
  • Implement firewall rules to limit management interface access to trusted IP addresses only
  • Audit user accounts on affected devices and remove any unauthorized or unnecessary accounts
  • Monitor affected devices for signs of compromise while awaiting vendor patches

Patch Information

Merit LILIN users should consult the TW-CERT Security Advisory and TW-CERT Security Notice for official guidance on available firmware updates. Contact Merit LILIN support directly to obtain patched firmware versions for affected DVR/NVR models.

Workarounds

  • Disable remote management access to affected devices if not operationally required
  • Place DVR/NVR devices behind a VPN and require VPN authentication before accessing management interfaces
  • Implement web application firewall (WAF) rules to filter command injection payloads if a reverse proxy can be deployed in front of the device
  • Restrict outbound network access from surveillance devices to prevent command-and-control communication
bash
# Network segmentation example - restrict DVR/NVR management access
# Allow management access only from trusted admin network
iptables -A INPUT -p tcp --dport 80 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

# Block outbound connections from DVR/NVR devices
iptables -A OUTPUT -d 10.0.0.0/8 -j ACCEPT
iptables -A OUTPUT -d 192.168.0.0/16 -j ACCEPT
iptables -A OUTPUT -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMerit Lilin

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • TW-CERT Security Advisory

  • TW-CERT Security Notice
  • Related CVEs
  • CVE-2026-0855: Merit LILIN IP Camera RCE Vulnerability
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