Cyber Resilience

CVE-2024-40672

Google Android 12.0 … 14.0

Published
28 January 2025
Modified
18 April 2025
Patch / advisory
CVSS Score v3.1 8.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.00085 0.4th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2024-40672 is a high-severity Improper Preservation of Permissions (CWE-281) vulnerability in Google Android. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 0.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-16 (Security and Privacy Attributes) and AC-3 (Access Enforcement) — 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-40672 is a vulnerability in the onCreate method of ChooserActivity.java within Android's IntentResolver component, located in platform/packages/modules/IntentResolver. The issue stems from a missing permission check, enabling attackers to bypass factory reset protections. This flaw results in local escalation of privilege and is rated at CVSS 3.1 score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), mapped to CWE-281 (Improper Preservation of Permissions).

A local attacker with no privileges (PR:N) can exploit this vulnerability without user interaction (UI:N) or additional execution privileges. By targeting the affected ChooserActivity, the attacker achieves high-impact confidentiality, integrity, and availability violations (C:H/I:H/A:H), potentially gaining elevated access on the device and circumventing factory reset safeguards.

The Android Security Bulletin for October 2024 (https://source.android.com/security/bulletin/2024-10-01) documents this vulnerability and recommends updating to patched Android versions. A specific upstream patch is available at https://android.googlesource.com/platform/packages/modules/IntentResolver/+/ccd29124d0d2276a3071c0418c14dec188cd3727, which addresses the missing permission check.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In onCreate of ChooserActivity.java, there is a possible way to bypass factory reset protections due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for…

more

exploitation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1039 Data from Network Shared Drive Collection
Adversaries may search network shares on computers they have compromised to find files of interest.
T1080 Taint Shared Content Lateral Movement
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1555 Credentials from Password Stores Credential Access
Adversaries may search for common password storage locations to obtain user credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-56191Same product: Google Android
CVE-2024-56192Same product: Google Android
CVE-2024-49722Same product: Google Android
CVE-2025-26417Same product: Google Android
CVE-2025-48654Same product: Google Android
CVE-2023-21387Same product: Google Android
CVE-2023-20964Same product: Google Android
CVE-2023-21097Same product: Google Android
CVE-2023-21464Same product: Google Android
CVE-2024-31319Same product: Google Android

Affected Assets

google
android
12.0, 12.1, 13.0, 14.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 8 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Associating and preserving security attributes (including permissions) with objects reduces the chance they are lost or weakened on copy/restore/share.

Enforcing approved authorizations for access directly stops objects from receiving or retaining less-restrictive permissions than intended.

Least-privilege assignments limit the blast radius when permissions are incorrectly relaxed during copy/restore/share operations.

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

Enforcing least-privilege permission policies and reviews directly prevents incorrect permission propagation on copy/restore/share operations.

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.

degrades

Access-control policy defines how permissions must be preserved when objects are copied or shared.

degrades

Access-rights provisioning and review processes directly address the risk of overly permissive copied objects.

degrades

Privileged-access management includes rules for maintaining correct permissions on copied or restored data.

degrades

Information-access-restriction controls enforce least-privilege permissions that must be preserved during copy/restore operations.

none

Change-management procedures can require verification that permissions remain intact after modifications or restores.

none

Configuration baselines can embed permission settings, indirectly reducing the chance of incorrect preservation.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Windows Server 2019 (1 rule)
  • V-205743 Windows Server 2019 organization created Active Directory Organizational Unit (OU) objects must have proper access control permissions. prevents CWE-281
Windows Server 2022 (2 rules)
  • V-254393 Windows Server 2022 Active Directory Group Policy objects must have proper access control permissions. prevents CWE-281
  • V-254395 Windows Server 2022 organization created Active Directory Organizational Unit (OU) objects must have proper access control permissions. prevents CWE-281

References