CVE-2026-0652
Published: 10 February 2026
Summary
CVE-2026-0652 is a high-severity OS Command Injection (CWE-78) vulnerability in Tp-Link Tapo C260 Firmware. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses improper sanitization of POST parameters by requiring validation of untrusted inputs to prevent command injection.
Mitigates the specific vulnerability through timely flaw remediation, including application of TP-Link firmware patches.
Reduces impact of successful command injection by enforcing least privilege on processes handling configuration synchronization.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Command injection vulnerability in public-facing camera service enables remote exploitation (T1190, T1210) and arbitrary Unix shell command execution (T1059.004).
NVD Description
On TP-Link Tapo C260 v1, command injection vulnerability exists due to improper sanitization in certain POST parameters during configuration synchronization. An authenticated attacker can execute arbitrary system commands with high impact on confidentiality, integrity and availability. It may cause full…
more
device compromise.
Deeper analysisAI
CVE-2026-0652 is a command injection vulnerability (CWE-78) affecting the TP-Link Tapo C260 v1 camera. The issue arises from improper sanitization of certain POST parameters during configuration synchronization, allowing arbitrary system command execution. Published on 2026-02-10, it has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity with significant impacts on confidentiality, integrity, and availability.
An authenticated attacker with low privileges (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low complexity and no user interaction required. Successful exploitation enables execution of arbitrary system commands, potentially resulting in full device compromise.
TP-Link provides mitigation resources through its support pages, including firmware downloads for Tapo C260 v1 at https://www.tp-link.com/en/support/download/tapo-c260/v1/ and https://www.tp-link.com/us/support/download/tapo-c260/v1/, as well as FAQ 4960 at https://www.tp-link.com/us/support/faq/4960/. Security practitioners should consult these for patching instructions and updates.
Details
- CWE(s)