CVE-2024-43093
Google Android 12.0 … 15.0
Raw vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:HSummary
CVE-2024-43093 is a high-severity Improper Handling of Unicode Encoding (CWE-176) vulnerability in Google Android. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Invisible Unicode (T1027.018); ranked in the top 50% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.
The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — 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-2024-43093 is a vulnerability in Android's ExternalStorageProvider.java within the frameworks/base component, where the shouldHideDocument method fails to correctly apply Unicode normalization when enforcing a file path filter. This flaw allows bypass of restrictions intended to block access to sensitive directories and carries a CVSS 3.1 score of 7.3 under CWE-176.
An attacker with local access and limited privileges can exploit the issue to reach protected paths, achieving escalation to higher privileges. Successful exploitation requires user interaction, such as an action that triggers the affected storage provider logic.
The March 2025 Android security bulletin and the associated AOSP commit provide the official remediation, which updates the normalization handling in ExternalStorageProvider. The vulnerability is also tracked in CISA's Known Exploited Vulnerabilities catalog.
EPSS for the CVE rose from a low baseline to a peak of 0.0197 the day after disclosure before receding, indicating a transient but measurable increase in exploitation interest following public release.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-40034
Vulnerability Data
In shouldHideDocument of ExternalStorageProvider.java, there is a possible bypass of a file path filter designed to prevent access to sensitive directories due to incorrect unicode normalization. This could lead to local escalation of privilege with no additional execution privileges needed.…
more
User interaction is needed for exploitation.
- CWE(s)
- KEV Date Added
- 07 November 2024
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Input validation directly requires checking and normalizing encodings so that Unicode is handled consistently before further processing.
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.
Secure SDLC practices directly require proper Unicode/input validation to prevent 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.
Security testing can detect Unicode-handling flaws before deployment.
Secure development lifecycle mandates input validation and encoding handling that can prevent Unicode mishandling.
Application security requirements include proper handling of character encodings and input sanitization.
Secure architecture principles require robust input processing to avoid encoding-related vulnerabilities.
Secure coding standards directly address proper Unicode and character-encoding validation.