Cyber Resilience

CVE-2023-44121

Google Android 9.0 – 13.0

Published
27 September 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:L
EPSS Score 0.0010 1th percentile
Risk Priority 36 floored blend · peak EPSS

Summary

CVE-2023-44121 is a medium-severity Improper Export of Android Application Components (CWE-926) vulnerability in Google Android. Its CVSS base score is 5.0 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Inter-Process Communication (T1559); ranked at the 1th 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 vulnerability is an intent redirection in LG ThinQ Service ("com.lge.lms2") in the "com/lge/lms/things/ui/notification/NotificationManager.java" file. This vulnerability could be exploited by a third-party app installed on an LG device by sending a broadcast with the action "com.lge.lms.things.notification.ACTION". Additionally, this vulnerability…

more

is very dangerous because LG ThinQ Service is a system app (having android:sharedUserId="android.uid.system" setting). Intent redirection in this app leads to accessing arbitrary not exported activities of absolutely all apps.

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-44126Same product: Google Android
CVE-2023-44123Same product: Google Android
CVE-2023-44125Same product: Google Android
CVE-2023-44127Same product: Google Android
CVE-2025-9675Same product: Google Android
CVE-2025-9674Same product: Google Android
CVE-2025-9695Same product: Google Android
CVE-2025-9677Same product: Google Android
CVE-2024-13917Shared CWE-926
CVE-2025-10722Shared CWE-926

Affected Assets

google
android
9.0 — 13.0

Mitigating Controls

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