CVE-2026-6024
Published: 10 April 2026
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
Remediates the specific path traversal vulnerability in the R7WebsSecurityHandler function of the HTTP Handler by identifying, reporting, and applying vendor firmware patches.
Validates and sanitizes inputs to the HTTP Handler to block path traversal manipulations such as '../' sequences.
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
MITRE ATT&CK Enterprise TechniquesAI
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).