Cyber Resilience

CVE-2024-20137

Published
02 December 2024
Modified
15 April 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.012 67th percentile
Risk Priority 66 floored blend · peak EPSS

CVSS and EPSS are reproduced from their sources (NVD, FIRST EPSS). Risk Priority is our own derived reading, not an NVD score.

Summary

CVE-2024-20137 is a high-severity Uncaught Exception (CWE-248) vulnerability in Mediatek (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked in the top 33% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-8 (Security and Privacy Engineering Principles) and SC-24 (Fail in Known State) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

In the MediaTek wlan driver, CVE-2024-20137 arises from improper handling of exceptional conditions that can trigger client disconnection. The flaw is tracked under CWE-248 and carries a CVSS 3.1 score of 7.5, reflecting network attack vectors with low complexity and no required privileges or user interaction. It affects wireless LAN components in MediaTek chipsets and is addressed by patch ID WCNCR00384543 for issue MSV-1727.

An unauthenticated remote attacker can send crafted network traffic that exploits the exception-handling weakness, forcing connected clients to disconnect and thereby producing a denial-of-service condition without any further execution rights on the target system.

MediaTek’s December 2024 product security bulletin lists the issue and directs users to apply the referenced patch to resolve the driver-level flaw.

The associated EPSS score has remained flat at 0.1007 with no material increase since disclosure, indicating limited observed exploitation interest to date.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In wlan driver, there is a possible client disconnection due to improper handling of exceptional conditions. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: WCNCR00384543;…

more

Issue ID: MSV-1727.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-38504Shared CWE-248
CVE-2024-0754Shared CWE-248
CVE-2025-66578Shared CWE-248
CVE-2026-9509Shared CWE-248
CVE-2025-59229Shared CWE-248
CVE-2026-31812Shared CWE-248
CVE-2025-24836Shared CWE-248
CVE-2025-54777Shared CWE-248
CVE-2025-24851Shared CWE-248
CVE-2023-52342Shared CWE-248

Affected Assets

Mediatek
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Security engineering principles include robust exception management to keep the system in a defined state.

Fail-in-known-state reduces the impact when an uncaught exception occurs by preserving a safe condition.

Error handling requirements force structured catching and response to exceptions instead of allowing them to propagate uncaught.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices explicitly require structured exception handling to prevent uncaught exceptions from reaching production.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect uncaught exceptions before production deployment.

prevents

Secure development lifecycle includes exception-handling standards that reduce uncaught exceptions.

prevents

Application security requirements typically mandate robust error and exception handling.

prevents

Secure architecture principles call for centralized, comprehensive exception management.

prevents

Secure coding standards directly require catching and handling exceptions to prevent crashes or leaks.

References