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-35901

CVE-2026-35901: Mercury MIPC252W RTSP DoS Vulnerability

CVE-2026-35901 is a denial-of-service flaw in Mercury MIPC252W's RTSP service that allows authenticated attackers to force session termination. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-35901 Overview

A handling issue exists in the RTSP (Real Time Streaming Protocol) service of the Mercury MIPC252W IP camera running firmware version 1.0.5 Build 230306 Rel.79931n. This vulnerability allows an authenticated attacker to trigger session termination by repeatedly sending SETUP requests for the same media track within a single RTSP session. The improper handling of these duplicate requests causes the server to reset the RTSP connection, resulting in a denial-of-service condition that disrupts video streaming capabilities.

Critical Impact

Authenticated attackers can repeatedly crash RTSP sessions on Mercury MIPC252W cameras, disrupting video surveillance and streaming functionality for legitimate users.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-35901

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), which manifests in the RTSP service's inability to properly handle repeated SETUP requests targeting the same media track within an active session. The RTSP protocol is commonly used for establishing and controlling media sessions for streaming video from IP cameras and surveillance devices.

When an authenticated user sends multiple SETUP requests for an identical media track without proper session management, the RTSP service fails to gracefully handle this condition. Instead of rejecting duplicate requests or managing them appropriately, the service enters an error state that causes the entire RTSP connection to reset. This design flaw allows malicious authenticated users to intentionally disrupt streaming sessions.

The vulnerability requires local access and high privileges to exploit, limiting the attack surface. However, in environments where multiple users have authenticated access to camera streams, this vulnerability could be abused to deny service to other legitimate users or disrupt security monitoring operations.

Root Cause

The root cause stems from inadequate request validation and session state management within the RTSP service implementation. The service lacks proper handling logic for scenarios where a client sends duplicate SETUP requests for media tracks that have already been configured within the same session. Rather than maintaining session stability by ignoring or properly rejecting redundant requests, the service attempts to reconfigure the track, leading to resource conflicts that trigger a connection reset.

Attack Vector

The attack requires authenticated access to the RTSP service and is executed locally. An attacker with valid credentials can establish an RTSP session and then deliberately send repeated SETUP requests for the same media track (such as video or audio streams). Each duplicate SETUP request triggers the vulnerability condition, causing the server to reset the connection.

The attack sequence involves:

  1. Authenticating to the RTSP service on the Mercury MIPC252W camera
  2. Initiating an RTSP session using the DESCRIBE method
  3. Sending a SETUP request for a specific media track
  4. Repeatedly sending additional SETUP requests for the same track
  5. Observing the server reset the connection due to improper state handling

For technical details and proof-of-concept information, refer to the CVE reference documentation on GitHub.

Detection Methods for CVE-2026-35901

Indicators of Compromise

  • Repeated RTSP SETUP requests from the same authenticated session targeting identical media tracks
  • Unusual frequency of RTSP connection resets or session terminations
  • Log entries indicating multiple track configuration attempts within short time intervals
  • Service availability interruptions affecting video streaming functionality

Detection Strategies

  • Monitor RTSP service logs for patterns of repeated SETUP requests from individual sessions
  • Implement rate limiting detection for RTSP commands from authenticated users
  • Configure alerts for abnormal session termination rates on camera devices
  • Deploy network monitoring to identify unusual RTSP traffic patterns targeting surveillance infrastructure

Monitoring Recommendations

  • Enable verbose logging on Mercury MIPC252W devices to capture RTSP session details
  • Implement network-based monitoring for RTSP protocol anomalies on port 554
  • Establish baseline metrics for normal RTSP session behavior to identify deviations
  • Monitor camera availability and streaming uptime for unexpected interruptions

How to Mitigate CVE-2026-35901

Immediate Actions Required

  • Review and restrict authenticated access to RTSP services on affected Mercury MIPC252W cameras
  • Implement network segmentation to limit who can reach camera RTSP services
  • Monitor for exploitation attempts by tracking RTSP session patterns
  • Consider temporarily disabling RTSP access if not operationally required until a patch is available

Patch Information

At the time of publication, no vendor patch has been announced for this vulnerability. Organizations should monitor Mercury/TP-Link security advisories for firmware updates addressing this issue. Check the GitHub CVE reference for updates on remediation status.

Workarounds

  • Restrict RTSP service access to only trusted users and networks through firewall rules
  • Implement network-level rate limiting for RTSP connections to affected devices
  • Deploy cameras behind a VPN or jump server to add authentication layers
  • Consider using alternative streaming protocols if supported by the device
  • Enable authentication logging to track and audit RTSP access attempts
bash
# Example: Restrict RTSP access using iptables (adjust IP ranges as needed)
# Allow RTSP (port 554) only from trusted management network
iptables -A INPUT -p tcp --dport 554 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 554 -j DROP

# Rate limit RTSP connections per source IP
iptables -A INPUT -p tcp --dport 554 -m connlimit --connlimit-above 5 -j REJECT

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMercury

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub CVE References Repository
  • Related CVEs
  • CVE-2026-31256: MERCURY MIPC252W RTSP DoS Vulnerability

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

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

  • 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