Cyber Resilience

CVE-2025-20934

Samsung Android ≤ 14.0

Published
08 April 2025
Modified
30 April 2025
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0014 4th percentile
Risk Priority 41 floored blend · peak EPSS

Summary

CVE-2025-20934 is a medium-severity Improper Export of Android Application Components (CWE-926) vulnerability in Samsung Android. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Inter-Process Communication (T1559); ranked at the 4th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Improper access control in Sticker Center prior to SMR Apr-2025 Release 1 allows local attackers to access image files with system privilege.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1559 Inter-Process Communication Execution
Adversaries may abuse inter-process communication (IPC) mechanisms for local code or command execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-21486Same product: Samsung Android
CVE-2023-21485Same product: Samsung Android
CVE-2025-21048Same product: Samsung Android
CVE-2023-21476Same product: Samsung Android
CVE-2023-21435Same product: Samsung Android
CVE-2024-34610Same product: Samsung Android
CVE-2024-20874Same product: Samsung Android
CVE-2023-21442Same product: Samsung Android
CVE-2023-30679Same product: Samsung Android
CVE-2024-20849Same product: Samsung Android

Affected Assets

samsung
android
14.0 · ≤ 14.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 directly requires enforcement of authorizations on logical access, which stops an exported Android component from being reachable without proper restrictions.

Least privilege reduces the exposure of exported components by limiting unnecessary authorizations granted to other apps.

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.AA-05 mostly match
prevents

Defining and enforcing least-privilege access permissions directly prevents unauthorized export of Android components.

PR.PS-06 mostly match
prevents

Secure SDLC practices include configuring component exports and permission checks to avoid this weakness.

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.

prevents

Secure-coding standards require explicit permission declarations and intent-filter restrictions to avoid improper exports.

finds

Security testing can detect exported components lacking proper restrictions, providing partial coverage of the weakness.

prevents

Enforcing information-access restrictions on exported Android components directly prevents unauthorized launch or data access.

prevents

Defining application security requirements includes specifying proper export restrictions and permission checks for components.

prevents

Secure architecture principles discourage overly permissive component exports, though the control is broader than this single weakness.

References