Cyber Resilience

CVE-2026-24430

HighPublic PoC

Published: 26 January 2026

Published
26 January 2026
Modified
28 January 2026
KEV Added
Patch
CVSS Score v4 8.2 CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0024 14.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-24430 is a high-severity Insertion of Sensitive Information Into Sent Data (CWE-201) vulnerability in Tenda W30E Firmware. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Network Sniffing (T1040); ranked at the 14.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SC-7 (Boundary Protection).

Deeper analysis

CVE-2026-24430 is a vulnerability in the Shenzhen Tenda W30E V2 router firmware, affecting versions up to and including V16.01.0.19(5037). The issue stems from the maintenance interface disclosing sensitive account credentials in cleartext within HTTP responses. As the management interface is accessible over unencrypted HTTP by default, this exposes credentials to potential network-based interception, classified under CWE-201 (Exposure of Sensitive Information to an Unauthorized Actor). The CVSS v3.1 base score is 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact.

Network-based attackers can exploit this vulnerability by intercepting HTTP traffic to the management interface, such as through man-in-the-middle techniques on the local network or exposed WAN if misconfigured. No authentication, privileges, or user interaction are required, enabling remote exploitation with low complexity. Successful interception yields plaintext credentials, potentially granting attackers administrative access to the device for further actions like configuration changes or pivoting within the network.

Advisories provide guidance on mitigation; refer to the Tenda product page at https://www.tendacn.com/product/W30E and the VulnCheck advisory at https://www.vulncheck.com/advisories/tenda-w30e-v2-http-responses-expose-plaintext-credentials for details on patches, workarounds, or configuration recommendations, such as enabling HTTPS or restricting management interface access.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Shenzhen Tenda W30E V2 firmware versions up to and including V16.01.0.19(5037) disclose sensitive account credentials in cleartext within HTTP responses generated by the maintenance interface. Because the management interface is accessible over unencrypted HTTP by default, credentials may be exposed…

more

to network-based interception.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1040 Network Sniffing Credential Access
Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network.
T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1133 External Remote Services Persistence
Adversaries may leverage external-facing remote services to initially access and/or persist within a network.
Why these techniques?

Vulnerability exposes plaintext credentials in unauthenticated HTTP responses on the management interface, directly enabling network sniffing or adversary-in-the-middle interception (T1040/T1557) to obtain valid accounts (T1078) via the exposed external remote service (T1133).

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

CVEs Like This One

CVE-2026-24436Same product: Tenda W30E
CVE-2026-24429Same product: Tenda W30E
CVE-2025-57085Same product: Tenda W30E
CVE-2026-38834Same product: Tenda W30E
CVE-2026-24440Same product: Tenda W30E
CVE-2026-24428Same product: Tenda W30E
CVE-2026-38835Same product: Tenda W30E
CVE-2024-46429Same vendor: Tenda
CVE-2026-1610Same vendor: Tenda
CVE-2024-46436Same vendor: Tenda

Affected Assets

tenda
w30e firmware
≤ 16.01.0.19\(5037\)

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-8 mandates confidentiality and integrity protection for transmissions, directly preventing network interception of cleartext credentials in unencrypted HTTP responses from the management interface.

prevent

CM-6 enforces secure configuration settings, such as requiring HTTPS for the maintenance interface to avoid cleartext credential disclosure over HTTP.

prevent

SC-7 boundary protection controls access to the management interface at network boundaries, minimizing exposure to network-based interception attacks.

References