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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
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——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
7.1HighVector: 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
Source materials
- CVE List V5 sourceCVE List V5
- https://www.tp-link.com/us/support/download/tapo-c220/v1.60/CVE reference · patch
- https://www.tp-link.com/en/support/download/tapo-c220/v1/CVE reference · patch
- https://www.tp-link.com/us/support/download/tapo-c520ws/v2/CVE reference · patch
- https://www.tp-link.com/en/support/download/tapo-c520ws/v2/CVE reference · patch
- https://www.tp-link.com/us/support/faq/4923/CVE reference · vendor-advisory
- https://www.tp-link.com/us/support/download/tapo-c100/v5/CVE reference · patch
- https://www.crac-learning.com/post/smart-home-security-research-cve-2026-0918-assignedCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
