Cyber Posture

CVE-2026-6024

HighPublic PoC

Published: 10 April 2026

Published
10 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0024 46.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

A vulnerability was determined in Tenda i6 1.0.0.7(2204). Affected by this issue is the function R7WebsSecurityHandlerfunction of the component HTTP Handler. This manipulation causes path traversal. It is possible to initiate the attack remotely. The exploit has been publicly disclosed…

more

and may be utilized.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Remediates the specific path traversal vulnerability in the R7WebsSecurityHandler function of the HTTP Handler by identifying, reporting, and applying vendor firmware patches.

prevent

Validates and sanitizes inputs to the HTTP Handler to block path traversal manipulations such as '../' sequences.

prevent

Enforces approved access authorizations in the HTTP Handler to restrict unauthorized traversal to files and directories outside intended paths.

Security SummaryAI

CVE-2026-6024 is a path traversal vulnerability (CWE-22) affecting Tenda i6 routers running firmware version 1.0.0.7(2204). The flaw resides in the R7WebsSecurityHandlerfunction of the HTTP Handler component, enabling manipulation that allows attackers to traverse directory paths.

The vulnerability can be exploited remotely by unauthenticated attackers with network access and no requirement for user interaction, as reflected in its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Exploitation grants limited impacts on confidentiality, integrity, and availability, and the proof-of-concept exploit has been publicly disclosed, making it readily utilizable.

Advisories published on 2026-04-10 detail the issue on VulDB (https://vuldb.com/vuln/356600) and related CTI pages, with a disclosure repository on GitHub (https://github.com/Litengzheng/vuldb_new/blob/main/M3/vul_84/README.md). Practitioners should consult the vendor site (https://www.tenda.com.cn/) for patch information or mitigation steps.

Details

CWE(s)

Affected Products

tenda
i6 firmware
1.0.0.7\(2204\)

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1083 File and Directory Discovery Discovery
Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system.
Why these techniques?

Path traversal in public-facing HTTP handler on router directly enables T1190 (exploit public-facing app) for initial access and facilitates T1005/T1083 (data/file discovery from local system via arbitrary file access).

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

References