CVE-2026-82693
Received Received - Intake

Authentication Bypass in Tenda AC1206 Web UI

Vulnerability report for CVE-2026-82693, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability was determined in Tenda AC1206 15.03.06.23. This vulnerability affects the function TendaTelnet of the file /goform/telnet of the component Web UI. Executing a manipulation can lead to missing authentication. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tenda ac1206 15.03.06.23

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82693 is a vulnerability in Tenda AC1206 routers running firmware version US_AC1206V1.0RTL_V15.03.06.23_multi_TD01. It involves a hidden web form route /goform/telnet that allows enabling Telnet without authentication when the device is in a factory-default state. The flaw permits a network-adjacent attacker to start a Telnet daemon via a single HTTP request, bypassing credential requirements.

Detection Guidance
  • Check if the /goform/telnet endpoint is accessible on the router's web interface without authentication by sending an HTTP GET request to http://<router-ip>/goform/telnet.
  • Scan for open Telnet port (typically 23) on the router using tools like nmap: nmap -p 23 <router-ip>.
  • Verify if Telnet service is running on the device by checking active services or listening ports.
Impact Analysis

This vulnerability allows unauthorized remote access to the router via Telnet. Attackers could gain full control over the device, intercept network traffic, install malware, or use the router as a pivot point for further attacks. Since Telnet often lacks encryption, credentials and data transmitted may be exposed.

Compliance Impact

This vulnerability allows unauthenticated remote access to Tenda AC1206 routers via Telnet, potentially exposing sensitive network traffic and device configurations. This could violate data protection requirements under GDPR and HIPAA by enabling unauthorized interception or manipulation of data in transit.

Mitigation Strategies
  • Disable Telnet access on the router and switch to SSH for secure remote management.
  • Set a strong admin password if not already configured to prevent unauthorized access.
  • Update the router's firmware to the latest version that patches this vulnerability.
  • Block external access to the router's web interface and management ports from untrusted networks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82693. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart