CVE-2025-62817
Published: 03 March 2026
Summary
CVE-2025-62817 is a high-severity NULL Pointer Dereference (CWE-476) vulnerability in Samsung Exynos 1280 Firmware. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 26.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote network-exploitable null dereference enables direct application/system crash for DoS via vulnerability exploitation.
NVD Description
An issue was discovered in Samsung Mobile Processor Exynos 1280, 2200, 1380, 1480, 2400, 1580, and 2500. A NULL pointer dereference of session->ncp_hdr_buf in __pilot_parsing_ncp() causes a denial of service.
Deeper analysisAI
CVE-2025-62817, published on 2026-03-03, is a NULL pointer dereference vulnerability (CWE-476) discovered in Samsung Mobile Processor Exynos 1280, 2200, 1380, 1480, 2400, 1580, and 2500. The flaw occurs in the __pilot_parsing_ncp() function due to dereferencing session->ncp_hdr_buf when it is NULL, leading to a denial of service condition.
The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating it is exploitable over the network with low attack complexity, requiring no privileges or user interaction. Unauthenticated remote attackers can trigger the issue, achieving high-impact denial of service on affected Exynos processors without compromising confidentiality or integrity.
Samsung provides product security updates and mitigation details through its quality support portal at https://semiconductor.samsung.com/support/quality-support/product-security-updates/ and the dedicated CVE-2025-62817 page at https://semiconductor.samsung.com/support/quality-support/product-security-updates/cve-2025-62817/. Security practitioners should consult these resources for patching guidance applicable to devices using the listed Exynos models.
Details
- CWE(s)