Cyber Resilience

CVE-2025-52909

Critical

Published: 07 April 2026

Published
07 April 2026
Modified
13 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0050 38.7th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-52909 is a critical-severity Classic Buffer Overflow (CWE-120) vulnerability in Samsung Exynos 1280 Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-52909 is a buffer overflow vulnerability (CWE-120) in the Wi-Fi driver of Samsung Mobile Processor and Wearable Processor models Exynos 980, 850, 1280, 1330, 1380, 1480, 1580, W920, W930, and W1000. The issue stems from incorrect handling of the NL80211 vendor command, which can be triggered via a certain ioctl message; this represents issue 2 of 2 in the affected component. The vulnerability carries a CVSS v3.1 base score of 9.8, reflecting its critical severity.

Attackers can exploit this vulnerability remotely over the network with low complexity, requiring no privileges, no user interaction, and no change in scope. Successful exploitation leads to high impacts on confidentiality, integrity, and availability, potentially allowing arbitrary code execution or system compromise on affected devices.

Samsung Semiconductor has published product security updates addressing this vulnerability, with details available on their quality support pages, including a dedicated page for CVE-2025-52909. Security practitioners should consult these advisories for patch availability and deployment guidance specific to impacted Exynos processors.

EU & UK References

Vulnerability details

An issue was discovered in the Wi-Fi driver in Samsung Mobile Processor and Wearable Processor Exynos 980, 850, 1280, 1330, 1380, 1480, 1580, W920, W930, and W1000. Incorrect Handling of the NL80211 vendor command leads to a buffer overflow via…

more

a certain ioctl message, issue 2 of 2.

CWE(s)

Related Threats

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.
Why these techniques?

Buffer overflow in Wi-Fi driver allows unauthenticated remote code execution over network with no user interaction, directly enabling exploitation of a network-exposed component.

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

CVEs Like This One

CVE-2025-52908Same product: Samsung Exynos 1280
CVE-2025-27807Same product: Samsung Exynos 1280
CVE-2025-62818Same product: Samsung Exynos 1280
CVE-2024-50600Same product: Samsung Exynos 1280
CVE-2025-49495Same product: Samsung Exynos 1380
CVE-2025-53966Same product: Samsung Exynos 1380
CVE-2025-53078Same vendor: Samsung
CVE-2025-54324Same product: Samsung Exynos 1280
CVE-2025-54449Same vendor: Samsung
CVE-2025-54451Same vendor: Samsung

Affected Assets

samsung
exynos 1280 firmware
all versions
samsung
exynos 1330 firmware
all versions
samsung
exynos 1380 firmware
all versions
samsung
exynos 1480 firmware
all versions
samsung
exynos 1580 firmware
all versions
samsung
exynos 850 firmware
all versions
samsung
exynos 980 firmware
all versions
samsung
exynos w930 firmware
all versions
samsung
exynos w920 firmware
all versions
samsung
exynos w1000 firmware
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Flaw remediation directly addresses the buffer overflow vulnerability by applying Samsung's published security updates to the affected Exynos Wi-Fi drivers.

prevent

Information input validation prevents buffer overflows by ensuring proper bounds checking and handling of NL80211 vendor commands and ioctl messages in the Wi-Fi driver.

prevent

Memory protection mechanisms such as address space layout randomization and stack canaries mitigate exploitation of the buffer overflow for arbitrary code execution in the Wi-Fi driver.

References