Cyber Resilience

CVE-2023-21462

Info Disclosure in Samsung Quick Share ≤ 3.5.14.18

Published
16 March 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 4.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0016 5th percentile
Risk Priority 29 floored blend · peak EPSS

Summary

CVE-2023-21462 is a medium-severity Insertion of Sensitive Information Into Debugging Code (CWE-215) vulnerability in Samsung Quick Share. Its CVSS base score is 4.2 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The sensitive information exposure vulnerability in Quick Share Agent prior to versions 3.5.14.18 in Android 12 and 3.5.16.20 in Android 13 allows to local attacker to access MAC address without related permission.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-49421Same product: Google Android
CVE-2023-21464Same product: Google Android
CVE-2023-21482Same product: Google Android
CVE-2023-30678Same product: Google Android
CVE-2025-20926Same product: Google Android
CVE-2024-34599Same product: Google Android
CVE-2025-21035Same product: Google Android
CVE-2023-42579Same product: Google Android
CVE-2024-20840Same product: Google Android
CVE-2023-21463Same product: Google Android

Affected Assets

samsung
quick share
≤ 3.5.14.18 · ≤ 3.5.16.20

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.4.2

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 prevent developers from embedding sensitive information inside debugging statements or code paths.

PR.DS-10 partial match
prevents

Explicitly calls for removing confidential data from processes, logs, and memory dumps that debug code commonly exposes.

PR.PS-01 partial match
prevents

Hardened configuration baselines and deployment checks can ensure debug features and associated data are disabled in 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 in development catches debug statements and sensitive data leaks.

prevents

Separation of environments reduces accidental exposure of debug builds to production.

prevents

Secure SDLC mandates removal of debug code and sensitive data before release.

prevents

Secure coding standards explicitly prohibit embedding secrets or debug statements.

A.8.15 Logging none match
none

Logging controls may capture debug output, but do not prevent its creation.

none

Test data handling rules discourage use of real sensitive data in debug contexts.

References