LiveActive security incident?Get immediate response
CVE Record

CVE-2026-0918: Null Pointer Dereference in Tapo SmartCam HTTP Service on TP-Link Tapo C220 & C520WS

The Tapo C100 v5, C220 v1 and C520WS v2 cameras’ HTTP service does not safely handle POST requests containing an excessively large Content-Length header. The resulting failed memory allocation triggers a NULL pointer dereference, causing the main service process to crash. An unauthenticated attacker can repeatedly crash the service, causing temporary denial of service. The device restarts automatically, and repeated requests can keep it unavailable.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-0918 lets an unauthenticated nearby-network attacker crash the HTTP service on certain TP-Link Tapo cameras. The camera restarts automatically, but repeated requests can keep it unavailable. This is a business issue where cameras support safety, monitoring, or operations continuity.

Executive priority

Prioritize remediation where these cameras protect physical spaces, retail sites, warehouses, or safety-sensitive areas. The issue is not data theft in the provided sources, but repeated outages can undermine monitoring and incident response.

Technical view

Affected Tapo C100 v5, C220 v1, and C520WS v2 cameras mishandle POST requests with excessively large Content-Length headers. Failed memory allocation leads to a NULL pointer dereference in the main HTTP service process. CVSS 4.0 is 7.1 High, with adjacent-network attack vector, low complexity, no privileges, and high availability impact.

Likely exposure

Exposure is most relevant where the camera HTTP service is reachable from local, Wi-Fi, or otherwise adjacent networks. Risk increases if untrusted users can access the same network segment as the cameras. The provided sources do not establish internet-wide exposure.

Exploitation context

The source bundle states unauthenticated denial of service is possible. It does not cite active exploitation, and the CVE is not listed as KEV in the provided data. No public exploit status is established by these sources.

Researcher notes

This is CWE-476 NULL pointer dereference caused by unsafe handling of oversized Content-Length in POST requests. The impact is availability-only per the provided CVSS vector. Patch references exist, but exact fixed firmware versions are not included in the supplied bundle; verify against TP-Link guidance.

Mitigation direction

  • Check TP-Link advisory FAQ 4923 for model-specific guidance.
  • Update affected cameras using the referenced TP-Link firmware download pages.
  • Restrict camera HTTP access to trusted management networks only.
  • Avoid placing cameras on networks accessible to guests or untrusted users.
  • Monitor for repeated camera service restarts or unexplained unavailability.

Validation and detection

  • Inventory Tapo C100 v5, C220 v1, and C520WS v2 devices.
  • Confirm each camera hardware version and installed firmware version.
  • Compare installed firmware against TP-Link advisory and download page guidance.
  • Verify camera HTTP management is not reachable from untrusted networks.
  • Review device logs or monitoring for repeated restarts or service crashes.
Prepared
Confidence
medium
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-0918 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (4.0)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 4.0HighCVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

7.1High
CVSS 4.0 vector shape for CVE-2026-0918Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TP-Link Systems Inc.Tapo C220 v10unaffected
TP-Link Systems Inc.Tapo C520WS v20unaffected
TP-Link Systems Inc.Tapo C100 v50unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.