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

CVE-2026-0918: Tapo Camera DoS Vulnerability

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

Published: January 30, 2026

CVE-2026-0918 Overview

CVE-2026-0918 is a Null Pointer Dereference vulnerability affecting TP-Link Tapo C220 v1 and C520WS v2 security cameras. The HTTP service on these devices does not safely handle POST requests containing an excessively large Content-Length header. When such a request is received, the resulting failed memory allocation triggers a NULL pointer dereference, causing the main service process to crash. An unauthenticated attacker on the adjacent network can repeatedly crash the service, causing temporary denial of service. The device restarts automatically, but repeated requests can keep it unavailable for extended periods.

Critical Impact

Unauthenticated attackers on the local network can persistently disable TP-Link Tapo security cameras, creating surveillance blind spots and potentially enabling physical security breaches.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-0918

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The affected TP-Link Tapo cameras expose an HTTP service that processes incoming POST requests. When a malformed POST request contains an excessively large Content-Length header value, the service attempts to allocate memory based on this declared size. When the memory allocation fails due to insufficient available memory, the service does not properly handle the failure condition.

Instead of gracefully rejecting the request or returning an appropriate error response, the service proceeds to dereference the NULL pointer returned by the failed allocation. This causes the main service process to crash immediately. Because the attack requires only network adjacency and no authentication, any device on the same local network segment can exploit this vulnerability.

Root Cause

The root cause of this vulnerability lies in improper error handling within the HTTP service's request processing logic. When the service receives a POST request, it reads the Content-Length header and attempts to allocate a memory buffer of that size. The code fails to validate whether the requested size is reasonable before attempting allocation, and critically, does not check if the memory allocation succeeded before using the returned pointer. This missing NULL check after malloc() or equivalent memory allocation function leads directly to the NULL pointer dereference crash.

Attack Vector

The attack is exploitable from an adjacent network position, meaning the attacker must be on the same local network segment as the vulnerable camera. No authentication is required to trigger the vulnerability. An attacker crafts a POST request with an artificially large Content-Length header value—one that exceeds available memory on the embedded device.

When the camera's HTTP service receives this request, it attempts to allocate a buffer matching the declared Content-Length. The allocation fails due to insufficient memory, returning NULL. The service then attempts to write incoming request data to this NULL pointer, causing an immediate crash. Since the camera automatically restarts after a crash, an attacker can script repeated malicious requests to maintain a persistent denial of service condition.

Detection Methods for CVE-2026-0918

Indicators of Compromise

  • Repeated camera service restarts visible in device logs
  • Network traffic showing POST requests with abnormally large Content-Length headers (values exceeding available device memory)
  • Camera feeds becoming intermittently unavailable despite stable network connectivity
  • Increased reboot cycles detected on affected Tapo camera devices

Detection Strategies

  • Monitor network traffic for HTTP POST requests to camera IP addresses with Content-Length headers exceeding reasonable thresholds (e.g., values greater than 100MB)
  • Implement network intrusion detection rules to flag anomalous Content-Length values targeting IoT device subnets
  • Configure alerting on camera availability to detect persistent unavailability patterns
  • Review DHCP logs for unusual frequency of IP address requests from camera MAC addresses indicating repeated reboots

Monitoring Recommendations

  • Deploy network segmentation to isolate IoT cameras on dedicated VLANs with traffic inspection
  • Implement network behavior analysis to baseline normal camera traffic patterns and alert on deviations
  • Enable logging on network firewalls to capture all traffic to and from camera devices
  • Consider implementing rate limiting on HTTP requests to camera devices at the network level

How to Mitigate CVE-2026-0918

Immediate Actions Required

  • Update affected TP-Link Tapo C220 v1 cameras to the latest available firmware
  • Update affected TP-Link Tapo C520WS v2 cameras to the latest available firmware
  • Isolate vulnerable cameras on a separate network segment with restricted access
  • Implement network access controls to limit which devices can communicate with cameras

Patch Information

TP-Link has made firmware updates available for the affected camera models. Users should download and apply the latest firmware from the official TP-Link support pages:

  • TP-Link Tapo C220 Firmware - Download the latest firmware for C220 v1
  • TP-Link Tapo C520WS Firmware - Download the latest firmware for C520WS v2

For additional guidance, consult the TP-Link Tapo C220 FAQ.

Workarounds

  • Place affected cameras behind a firewall that filters HTTP traffic and blocks requests with excessively large Content-Length headers
  • Implement network segmentation to restrict camera access to trusted management hosts only
  • Disable direct HTTP access to cameras if cloud-based management is sufficient for operational needs
  • Deploy intrusion prevention systems (IPS) with signatures to detect and block exploitation attempts
bash
# Example: iptables rule to isolate camera subnet (adjust IPs as needed)
# Allow only management host to communicate with camera
iptables -A FORWARD -s 192.168.10.0/24 -d 192.168.20.0/24 -j DROP
iptables -A FORWARD -s 192.168.1.100 -d 192.168.20.0/24 -j ACCEPT

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.02%

  • 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-476
  • Technical References
  • TP-Link Tapo C220 Firmware

  • TP-Link Tapo C520WS Firmware

  • TP-Link Tapo C220 Firmware v1.60

  • TP-Link Tapo C520WS Firmware v2

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

  • CVE-2026-0919: Tapo Camera HTTP Parser 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