Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-0919

CVE-2026-0919: Tapo Camera HTTP Parser DoS Vulnerability

CVE-2026-0919 is a denial of service flaw in Tapo C220 v1 and C520WS v2 cameras that allows unauthenticated attackers to crash the service via malformed HTTP requests. This article covers technical details, impact, and mitigations.

Published: January 30, 2026

CVE-2026-0919 Overview

CVE-2026-0919 is an improper input validation vulnerability affecting TP-Link Tapo C220 v1 and C520WS v2 security cameras. The HTTP parser in these devices improperly handles requests containing an excessively long URL path. When an invalid URL is processed, the error handling path continues into cleanup code that assumes allocated buffers exist, leading to a crash and service restart. An unauthenticated attacker on the adjacent network can force repeated service crashes or device reboots, causing denial of service.

Critical Impact

Unauthenticated attackers can repeatedly crash the camera service or force device reboots, resulting in loss of surveillance coverage and potential security blind spots.

Affected Products

  • TP-Link Tapo C220 v1 Security Camera
  • TP-Link Tapo C520WS v2 Security Camera

Discovery Timeline

  • 2026-01-27 - CVE-2026-0919 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-0919

Vulnerability Analysis

This vulnerability stems from insufficient input validation in the HTTP parser component of the affected TP-Link Tapo cameras. When the web service receives an HTTP request with an abnormally long URL path, the parser fails to properly validate the input length before processing. The error handling mechanism for invalid URLs contains a flaw where the cleanup code assumes that certain memory buffers have been allocated and initialized.

The vulnerability is classified under CWE-20 (Improper Input Validation), which occurs when the product receives input but does not validate or incorrectly validates that the input has the properties required to process the data safely and correctly. In this case, the HTTP parser does not adequately check the length of incoming URL paths, allowing malformed requests to trigger an unsafe code path.

Root Cause

The root cause lies in the error handling logic of the HTTP parser. When an excessively long URL path is received, the parser correctly identifies it as invalid but then proceeds to execute cleanup code that attempts to free or access buffers that were never properly allocated due to the early error condition. This results in a null pointer dereference or access violation, causing the service to crash.

The vulnerability exists because the cleanup routine does not verify buffer allocation states before attempting to operate on them. This represents a failure to implement defensive programming practices in error handling code paths.

Attack Vector

The attack requires network adjacency, meaning the attacker must be on the same local network segment as the vulnerable camera. No authentication is required to exploit this vulnerability, making it accessible to any attacker with local network access.

The exploitation process involves:

  1. The attacker crafts an HTTP request with an excessively long URL path
  2. The request is sent to the camera's web service on the local network
  3. The HTTP parser attempts to process the malformed URL
  4. An error is triggered due to the oversized path
  5. The faulty cleanup code executes, assuming buffers exist when they do not
  6. The service crashes and the camera reboots
  7. Repeated requests can cause continuous denial of service

This attack does not require any user interaction and can be automated to maintain a persistent denial of service condition against the target camera.

Detection Methods for CVE-2026-0919

Indicators of Compromise

  • Unexpected or frequent camera service restarts appearing in device logs
  • Repeated device reboots without user intervention or power issues
  • Network traffic showing HTTP requests with unusually long URL paths targeting camera devices
  • Gaps in video surveillance recordings correlating with service restart times

Detection Strategies

  • Monitor network traffic for HTTP requests to IoT devices containing abnormally long URL paths (typically exceeding several thousand characters)
  • Implement intrusion detection rules to flag malformed HTTP requests targeting known vulnerable camera models
  • Configure SIEM alerts for repeated device offline/online state changes from Tapo cameras
  • Use network behavior analysis to detect automated attack patterns against IoT endpoints

Monitoring Recommendations

  • Enable logging on network infrastructure to capture traffic to and from IoT camera devices
  • Implement network segmentation monitoring to detect unauthorized access attempts to IoT VLANs
  • Deploy IoT-specific network monitoring solutions to track device health and availability
  • Review camera connection logs regularly for signs of exploitation attempts or unusual disconnection patterns

How to Mitigate CVE-2026-0919

Immediate Actions Required

  • Update affected TP-Link Tapo cameras to the latest available firmware immediately
  • Isolate vulnerable cameras on a dedicated IoT network segment with restricted access
  • Implement network access controls to limit which devices can communicate with the cameras
  • Monitor affected devices for signs of exploitation while awaiting firmware updates

Patch Information

TP-Link has released firmware updates to address this vulnerability. Users should download and apply the latest firmware versions from the official TP-Link support pages:

  • TP-Link Tapo C220 Firmware Download
  • TP-Link Tapo C520WS Firmware Download

Additional information is available in the TP-Link Tapo FAQ.

Workarounds

  • Implement strict network segmentation to isolate IoT cameras from untrusted network segments
  • Configure firewall rules to restrict HTTP access to cameras from only authorized management hosts
  • Deploy a reverse proxy or web application firewall in front of camera devices to filter malformed requests
  • Consider disabling direct HTTP access to cameras and using only the Tapo mobile app through cloud services if network isolation is not feasible
bash
# Example network segmentation using iptables to restrict camera access
# Only allow management host (192.168.1.10) to access camera on IoT VLAN
iptables -A FORWARD -s 192.168.1.10 -d 192.168.100.0/24 -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -d 192.168.100.0/24 -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechTapo

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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-20
  • Technical References
  • TP-Link Tapo C220 Download

  • TP-Link Tapo C520WS Download

  • TP-Link Tapo C220 Firmware Download

  • TP-Link Tapo C520WS Firmware Download

  • TP-Link Tapo FAQ
  • Related CVEs
  • CVE-2026-1315: Tapo Camera DoS Vulnerability

  • CVE-2026-0918: Tapo Camera DoS 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