Cyber Resilience

CVE-2025-66363

Samsung Exynos 2200 Firmware

Published
03 March 2026
Modified
04 March 2026
Patch / advisory
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.0049 40th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2025-66363 is a high-severity Improper Initialization (CWE-665) vulnerability in Samsung Exynos 2200 Firmware. Its CVSS base score is 7.5 (High).

Operationally, ranked at the 40th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — 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.

CVE-2025-66363 is a vulnerability in the LBS component of the Samsung Mobile Processor Exynos 2200, where there is no check for memory initialization within DL NAS Transport messages. Published on 2026-03-03, this issue falls under CWE-665 (Improper Initialization) and 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).

The vulnerability enables remote exploitation over the network with low complexity, requiring no privileges, user interaction, or authentication. Attackers can trigger it to cause high-impact denial of service, such as system crashes or resource exhaustion due to uninitialized memory handling in DL NAS Transport messages.

Samsung provides mitigation details through their product security updates portal at https://semiconductor.samsung.com/support/quality-support/product-security-updates/ and the dedicated CVE page at https://semiconductor.samsung.com/support/quality-support/product-security-updates/cve-2025-66363/. Security practitioners should consult these resources for patch availability and deployment guidance on affected Exynos 2200 devices.

EU & UK References

Vulnerability Data

An issue was discovered in LBS in Samsung Mobile Processor Exynos 2200. There was no check for memory initialization within DL NAS Transport messages.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-41911Same product: Samsung Exynos 2200
CVE-2023-42482Same product: Samsung Exynos 2200
CVE-2025-23104Same product: Samsung Exynos 2200
CVE-2025-54326Same product: Samsung Exynos 2200
CVE-2024-31957Same product: Samsung Exynos 2200
CVE-2024-46923Same product: Samsung Exynos 2200
CVE-2025-54327Same product: Samsung Exynos 2200
CVE-2025-23105Same product: Samsung Exynos 2200
CVE-2024-31959Same product: Samsung Exynos 2200
CVE-2024-31956Same product: Samsung Exynos 2200

Affected Assets

samsung
exynos 2200 firmware
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation directly exercises initialization paths and can reveal missing or incorrect resource setup.

Engineering principles applied during design and implementation can require explicit initialization to a known state.

Requiring the system to fail to a known state structurally reduces the chance that uninitialized resources remain reachable.

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 directly enforce proper resource initialization during coding and testing.

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 uninitialized variables but does not itself enforce initialization practices.

prevents

Configuration management can enforce secure defaults and initialization settings but is not the primary control for code-level initialization.

prevents

Secure development life cycle mandates initialization checks and secure defaults that directly prevent improper resource initialization.

prevents

Secure system architecture and engineering principles require explicit initialization of resources and secure state management.

prevents

Secure coding standards explicitly forbid uninitialized variables and mandate proper resource initialization before use.

References