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-86153: Tenda CP3 Improper Privilege Management in Redirect Service
CVE-2026-86153: Tenda CP3 Improper Privilege Management in Redirect Service

Critical Security Alert

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

SECURITYCRITICALCVE-2026-86153

CVE-2026-86153: Tenda CP3 Improper Privilege Management in Redirect Service

Tenda CP3's SetRedirectEnable function lacks authorization checks, letting remote attackers alter port-forwarding without admin access.

Dylan H.

Security Team

September 6, 2026
2 min read

Affected Products

  • Tenda CP3 — Firmware 27.5.57.101

Overview

CVE-2026-86153 is a critical improper privilege management vulnerability in Tenda CP3 firmware 27.5.57.101, located in the CRedirServer::SetRedirectEnable function within Functions/Redirect.cpp. The flaw allows remote manipulation of the device's redirect/port-forwarding subsystem without proper authorization checks. It is the third of three related Tenda CP3 flaws disclosed together — see CVE-2026-86151 and CVE-2026-86152.


Technical Details

FieldValue
CVE IDCVE-2026-86153
CWECWE-269 (Improper Privilege Management)
SeverityCritical (CVSS 9.1)
Attack VectorNetwork
Affected FunctionCRedirServer::SetRedirectEnable in Functions/Redirect.cpp
ComponentRedirect / port-forwarding service
Exploit AvailabilityNo public PoC at time of writing

How It Works

SetRedirectEnable governs whether port-forwarding/redirection rules are active on the device — functionality normally gated behind administrator authentication. The vulnerability stems from missing authorization checks on this method, meaning an attacker who can reach the router's management interface over the network can invoke the function directly and enable or reconfigure redirect rules without ever authenticating as an administrator.


Impact Assessment

Because port-forwarding rules control which internal services are exposed to the outside world, an attacker who can flip them on silently can:

  • Expose internal devices (NVRs, NAS, cameras, IoT hubs) that were never meant to be internet-reachable
  • Redirect legitimate traffic to attacker-controlled internal or external hosts
  • Use the device as a pivot point into the LAN without needing valid credentials
  • Make changes that persist and go unnoticed, since no admin login is required to trigger them

Combined with the command-injection flaws disclosed in the same firmware build (CVE-2026-86151, CVE-2026-86152), this gives attackers multiple independent, unauthenticated paths into affected devices.


Mitigation

  • Watch for a Tenda firmware update addressing CVE-2026-86153; treat the device as unpatched until one is confirmed.
  • Restrict management-interface access to trusted internal networks only — never expose it directly to the internet.
  • Audit existing port-forwarding rules on any Tenda CP3 device for unexpected entries that may indicate prior exploitation.
  • Segment the device onto an isolated VLAN so unauthorized redirect changes can't expose other internal systems.
  • Consider disabling remote/UPnP-style redirect management entirely if it is not required for normal operation.

References

  • NVD — CVE-2026-86153
  • VulDB — CVE-2026-86153
#Tenda#CVE-2026-86153#Improper Privilege Management#IoT Security#Router Vulnerability#Critical Vulnerability

Related Articles

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.

3 min read

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
Back to all Security Alerts