Cyber Resilience

CVE-2026-0652

HighRCE

Published: 10 February 2026

Published
10 February 2026
Modified
13 February 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/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
EPSS Score 0.2276 97.4th percentile
Risk Priority 60 floored blend · peak EPSS

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.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.6% of CVEs by exploit likelihood; 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).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection vulnerability in public-facing camera service enables remote exploitation (T1190, T1210) and arbitrary Unix shell command execution (T1059.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-0651Same product: Tp-Link Tapo C260
CVE-2026-30818Same vendor: Tp-Link
CVE-2026-0630Same vendor: Tp-Link
CVE-2025-9377Same vendor: Tp-Link
CVE-2026-22225Same vendor: Tp-Link
CVE-2026-0654Same vendor: Tp-Link
CVE-2024-57357Same vendor: Tp-Link
CVE-2026-22227Same vendor: Tp-Link
CVE-2026-3841Same vendor: Tp-Link
CVE-2026-22226Same vendor: Tp-Link

Affected Assets

tp-link
tapo c260 firmware
≤ 1.1.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses improper sanitization of POST parameters by requiring validation of untrusted inputs to prevent command injection.

prevent

Mitigates the specific vulnerability through timely flaw remediation, including application of TP-Link firmware patches.

prevent

Reduces impact of successful command injection by enforcing least privilege on processes handling configuration synchronization.

References