CVE-2024-10576
Raw vector
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:X/R:I/V:D/RE:X/U:AmberSummary
CVE-2024-10576 is a critical-severity Improper Verification of Intent by Broadcast Receiver (CWE-925) vulnerability in Cert (inferred from references). Its CVSS base score is 9.4 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Inter-Process Communication (T1559); ranked at the 6th 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 IA-9 (Service Identification and Authentication) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-33513
- 🇵🇱 CERT-PL: cert.pl
- 🇵🇱 CERT-PL: cert.pl
Vulnerability Data
Infinix devices contain a pre-loaded "com.transsion.agingfunction" application, that exposes an unsecured broadcast receiver. An attacker can communicate with the receiver and force the device to perform a factory reset without any Android system permissions. After multiple attempts to contact the…
more
vendor we did not receive any answer. We suppose this issue affects all Infinix Mobile devices.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Access enforcement requires the receiver to check authorizations on incoming intents before acting, directly stopping unauthorized sources from succeeding.
Service identification and authentication forces the receiver to verify the sending service or component before accepting the intent.
Information flow enforcement mandates validating the origin of each message before allowing processing, preventing the exact flaw described.
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 development practices include explicit sender verification for broadcast receivers.
Verifying sender identity directly prevents unauthorized broadcast Intents.
Verifying identity assertions implements the missing authorization check for received Intents.
Enforcing authorization policy for the receiver mitigates the improper verification flaw.
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 missing intent verification but does not prevent the weakness by itself.
Application security requirements can mandate intent verification for broadcast receivers.
Secure architecture principles include proper component authorization and input validation.
Secure coding practices directly address proper intent verification in broadcast receivers.