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
    • AI 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-2026-35903

CVE-2026-35903: MERCURY IP Camera Auth Bypass Flaw

CVE-2026-35903 is an authentication bypass flaw in MERCURY MIPC252W IP camera RTSP service that lets attackers reuse session parameters to issue unauthorized commands. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-35903 Overview

CVE-2026-35903 is an improper authentication vulnerability (CWE-287) affecting the MERCURY MIPC252W IP camera firmware version 1.0.5 Build 230306 Rel.79931n. The vulnerability exists in the device's RTSP (Real Time Streaming Protocol) service, where session authentication is improperly validated after the initial Digest authentication handshake. This flaw allows attackers with network access to bypass authentication and execute unauthorized RTSP control commands by reusing session parameters from a previously authenticated session.

Critical Impact

Network attackers can bypass authentication on the RTSP service to issue unauthorized control commands (SETUP, PLAY, TEARDOWN), potentially gaining full control over the camera's video streaming capabilities without valid credentials.

Affected Products

  • MERCURY MIPC252W IP Camera - Firmware version 1.0.5 Build 230306 Rel.79931n

Discovery Timeline

  • 2026-04-27 - CVE-2026-35903 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-35903

Vulnerability Analysis

The vulnerability stems from a fundamental flaw in how the MERCURY MIPC252W IP camera handles RTSP session authentication. The device implements HTTP Digest authentication for initial RTSP DESCRIBE requests, which is a standard security mechanism for protecting streaming resources. However, after a client successfully completes the initial Digest authentication challenge-response, the device fails to properly validate subsequent Authorization headers within the same RTSP session.

Specifically, once a session is established with a valid nonce and session identifier, the camera does not verify that the response parameter in the Digest Authorization header contains a valid cryptographic hash. This means an attacker can submit RTSP requests with an empty or completely invalid response value, and the device will still process the request as long as the nonce and session identifier match those from a previously authenticated session.

This authentication bypass allows attackers to manipulate camera streaming operations, potentially enabling surveillance interception, denial of service through stream termination, or integration into larger attack chains targeting network infrastructure.

Root Cause

The root cause is improper authentication validation in the RTSP service's session management logic. After the initial DESCRIBE request establishes a session, the authentication middleware only checks for the presence of session-related parameters (nonce, session ID) but fails to cryptographically verify the Digest response field. This violates the fundamental principle of Digest authentication where every request must include a valid response hash computed from the shared secret.

Attack Vector

The attack exploits the RTSP service accessible over the network. An attacker can execute this attack by:

  1. Intercepting or observing a legitimate RTSP session's nonce and session identifier (via network sniffing or through an initial authentication attempt)
  2. Crafting subsequent RTSP requests (SETUP, PLAY, TEARDOWN) with the captured nonce and session ID
  3. Submitting an empty or arbitrary value for the response parameter in the Authorization header
  4. The camera accepts these malformed requests, allowing the attacker to control video streaming operations

The vulnerability can be exploited without any user interaction and requires only network access to the device's RTSP service port. Technical details and proof-of-concept information can be found in the GitHub PoC Repository.

Detection Methods for CVE-2026-35903

Indicators of Compromise

  • RTSP requests containing Authorization headers with empty or malformed response parameter values
  • Multiple RTSP control commands (SETUP, PLAY, TEARDOWN) from sources that did not complete full Digest authentication
  • Unusual session reuse patterns where nonce values appear in requests from different source IP addresses
  • Rapid succession of RTSP method calls without corresponding valid authentication exchanges

Detection Strategies

  • Deploy network monitoring to inspect RTSP traffic (typically port 554) for malformed Digest Authorization headers
  • Implement IDS/IPS rules to flag RTSP requests where the Authorization header's response field is empty or contains obviously invalid values
  • Monitor for session parameter reuse across different source addresses or abnormal time intervals
  • Audit RTSP service logs for authentication anomalies or unexpected command sequences

Monitoring Recommendations

  • Enable verbose logging on network security appliances for RTSP protocol traffic
  • Configure alerts for any RTSP SETUP, PLAY, or TEARDOWN requests that fail Digest authentication validation
  • Monitor for unauthorized access attempts to IP camera streams on your network
  • Implement network segmentation alerts for IoT devices attempting unusual outbound connections

How to Mitigate CVE-2026-35903

Immediate Actions Required

  • Isolate affected MERCURY MIPC252W cameras from untrusted network segments immediately
  • Restrict network access to the RTSP service (typically port 554) using firewall rules to trusted IP addresses only
  • Implement VPN or other secure tunneling for remote camera access
  • Monitor all RTSP traffic to affected devices for signs of exploitation

Patch Information

No vendor security patch has been published at this time. Monitor MERCURY's official support channels and the GitHub PoC Repository for updates on remediation guidance.

Workarounds

  • Place affected cameras on an isolated network segment (VLAN) with strict access controls
  • Disable RTSP service if not required for your use case, or restrict access via firewall rules
  • Implement a reverse proxy with proper authentication validation in front of the RTSP service
  • Consider replacing vulnerable devices with cameras from vendors that have demonstrated timely security patching practices
  • Enable network-level authentication (802.1X) to limit device access to authorized users only

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMercury

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.02%

  • 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
  • CWE References
  • CWE-287
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-31256: MERCURY MIPC252W RTSP DoS Vulnerability

  • CVE-2026-35902: MERCURY IP Camera RTSP DoS Vulnerability

  • CVE-2026-35901: Mercury MIPC252W RTSP DoS Vulnerability

  • CVE-2025-10392: Mercury WiFi Router Buffer Overflow Flaw
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