Cyber Posture

CVE-2026-0652

High

Published: 10 February 2026

Published
10 February 2026
Modified
13 February 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0018 39.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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.

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.

Security SummaryAI

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)

Affected Products

tp-link
tapo c260 firmware
≤ 1.1.9

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

References