Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2692+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-86152: Max-Severity Tenda CP3 Command Injection via AutoAddWifi
CVE-2026-86152: Max-Severity Tenda CP3 Command Injection via AutoAddWifi

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-86152

CVE-2026-86152: Max-Severity Tenda CP3 Command Injection via AutoAddWifi

CVSS 10.0 flaw in Tenda CP3's Kylin AutoAddWifi thread lets remote attackers inject and execute arbitrary OS commands.

Dylan H.

Security Team

September 6, 2026
3 min read

Affected Products

  • Tenda CP3 — Firmware 27.5.57.101

Overview

CVE-2026-86152 is a maximum-severity (CVSS 10.0) OS command injection vulnerability in Tenda CP3 firmware 27.5.57.101, affecting the CAutoAddWifi::ThreadProc function inside Functions/AutoAddWifi.cpp, part of the device's "Kylin" component. It is the most severe of three related vulnerabilities disclosed in this firmware build — see CVE-2026-86151 and CVE-2026-86153.


Technical Details

FieldValue
CVE IDCVE-2026-86152
CWECWE-78 (OS Command Injection)
SeverityCritical (CVSS 10.0 — maximum)
Attack VectorNetwork
Affected FunctionCAutoAddWifi::ThreadProc in Functions/AutoAddWifi.cpp
ComponentKylin (Wi-Fi auto-provisioning)
Exploit AvailabilityNo public PoC at time of writing

How It Works

CAutoAddWifi::ThreadProc runs as part of Tenda's Wi-Fi auto-provisioning workflow, which handles adding new wireless clients or configuring SSIDs. The thread builds and executes an OS command using externally-influenced input without neutralizing shell metacharacters, so a crafted request can append arbitrary commands to whatever the process intends to run. Because the flaw sits in a background worker thread tied to Wi-Fi provisioning rather than behind an authenticated admin panel, VulDB rates the exploit path as remotely reachable with no listed authentication requirement — consistent with the maximum CVSS score assigned.


Impact Assessment

A CVSS 10.0 score reflects full compromise of confidentiality, integrity, and availability with no privileges or user interaction required. On Tenda CP3 hardware, successful exploitation grants command execution in the context of the device's core management process, effectively handing the attacker the device. From there, an attacker can:

  • Exfiltrate video/network traffic passing through the device
  • Modify Wi-Fi configuration to intercept or redirect client traffic
  • Install persistent implants for botnet recruitment (a common outcome for command-injection bugs in cheap consumer/SMB network hardware)
  • Pivot into the internal network the device sits on

Mitigation

  • Check Tenda's official channels for a firmware update addressing CVE-2026-86152; none was referenced in the initial disclosure, so treat this as unpatched until confirmed otherwise.
  • Isolate the device — do not expose CP3 management or provisioning services to the public internet; restrict access to a trusted LAN or VPN.
  • Disable Wi-Fi auto-provisioning/auto-add features if not actively needed, to reduce the exposed attack surface.
  • Segment IoT/camera hardware on its own VLAN so a compromised unit cannot directly reach critical internal systems.
  • Treat any Tenda CP3 device showing unexpected outbound connections or configuration drift as potentially compromised and reimage/replace it.

References

  • NVD — CVE-2026-86152
  • VulDB — CVE-2026-86152
#Tenda#CVE-2026-86152#OS Command Injection#IoT Security#Router Vulnerability#Critical Vulnerability

Related Articles

CVE-2026-86151: Tenda CP3 OS Command Injection via Network Config Handler

Tenda CP3 firmware 27.5.57.101 lets remote attackers inject OS commands through its network configuration handler, no authentication noted.

3 min read

CVE-2026-86148: Tenda CP3 OS Command Injection via AlarmVoiceURL

A critical unauthenticated OS command injection flaw in Tenda CP3 Wi-Fi cameras lets remote attackers run arbitrary commands via the AlarmVoiceURL parameter.

4 min read

CVE-2026-86149: Tenda CP3 OS Command Injection via NetCheckPing

A second critical command injection flaw in Tenda CP3 cameras lets remote attackers execute OS commands through the ping utility's host/interface argument.

3 min read
Back to all Security Alerts