LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24435: Tenda W30E V2 Permissive CORS Allows Cross-origin Data Access

Shenzhen Tenda W30E V2 firmware versions up to and including V16.01.0.19(5037) implement an insecure Cross-Origin Resource Sharing (CORS) policy on authenticated administrative endpoints. The device sets Access-Control-Allow-Origin: * in combination with Access-Control-Allow-Credentials: true, allowing attacker-controlled origins to issue credentialed cross-origin requests.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-24435 affects Tenda W30E V2 routers. If an administrator is logged into the device, a malicious website could potentially use that browser session to read sensitive administrative data across origins. The source bundle does not show public exploitation or a confirmed vendor patch.

Executive priority

Prioritize remediation for deployed W30E V2 devices used in business networks, especially where administrators manage devices from everyday browsing workstations. Business risk is sensitive configuration or administrative data exposure, not confirmed device takeover from the provided sources.

Technical view

The device exposes authenticated administrative endpoints with an unsafe CORS configuration: Access-Control-Allow-Origin: * combined with Access-Control-Allow-Credentials: true. This is CWE-942 and affects W30E V2 firmware up to and including V16.01.0.19(5037). The CVSS 4.0 score is 7.1, driven mainly by high confidentiality impact and required user interaction.

Likely exposure

Exposure is most likely where Tenda W30E V2 administration is reachable from user workstations and administrators browse the web while authenticated to the device. Internet-exposed management interfaces would increase concern, but the bundle does not confirm exposure prevalence.

Exploitation context

The bundle does not report active exploitation, and the CVE is not marked KEV. Exploitation requires user interaction, likely an authenticated administrator visiting or loading attacker-controlled web content while the browser can reach the device management interface.

Researcher notes

The key evidence is the contradictory credentialed CORS policy on authenticated admin endpoints. The source bundle does not provide proof-of-concept details, exploit telemetry, or a named fixed firmware version. Treat patch status and exact operational impact as incomplete until vendor guidance is available.

Mitigation direction

  • Check Tenda guidance for updated firmware or an official mitigation.
  • Restrict administrative access to trusted management networks only.
  • Avoid internet exposure of the device management interface.
  • Require administrators to log out after management sessions.
  • Use a dedicated browser profile or workstation for device administration.

Validation and detection

  • Inventory Tenda W30E V2 devices and record firmware versions.
  • Identify devices running firmware up to V16.01.0.19(5037).
  • Review administrative endpoint CORS headers in a controlled authenticated test.
  • Confirm management interfaces are not reachable from general user networks.
  • Monitor vendor and CVE sources for patch or advisory changes.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-942: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-24435 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

7.1High
CVSS 4.0 vector shape for CVE-2026-24435Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Shenzhen Tenda Technology Co., Ltd.W30E V20unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-942 · source CWE mapping

Permissive Cross-domain Security Policy with Untrusted Domains

Permissive Cross-domain Security Policy with Untrusted Domains represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.