CVE-2023-44126
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe vulnerability is that the Call management ("com.android.server.telecom") app patched by LG sends a lot of LG-owned implicit broadcasts that disclose sensitive data to all third-party apps installed on the same device. Those intents include data such as call states, durations, called numbers, contacts info, etc.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe LG Call management app (com.android.server.telecom) broadcasts sensitive call data including call states, durations, called numbers, and contact information via implicit intents. These broadcasts can be intercepted by any third-party application installed on the device, leading to unauthorized disclosure of confidential telecommunications data.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 8.0, <= 13.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Android versionGo to Settings > About Phone > Android version, or run 'getprop ro.build.version.release' via ADBAffected if The version is 8.0 (Oreo), 9 (Pie), 10, 11, 12, 12L, or 13
-
Identify if this is an LG deviceCheck the device manufacturer in Settings > About Phone > Manufacturer, or run 'getprop ro.product.manufacturer' via ADBAffected if The device is manufactured by LG
-
Check for LG Call management appCheck installed apps for 'com.android.server.telecom' or LG's telecom-related app in Settings > Apps, or run 'pm list packages | grep -i telecom' via ADBAffected if The LG Call management app (com.android.server.telecom) is present on the device
-
Verify third-party app installation capabilityCheck if installation of apps from unknown sources is enabled in Settings > Security > Unknown sources, or check if Google Play Protect is disabledAffected if Users can install third-party applications on the device (the vulnerability allows any installed app to intercept the broadcasts)
The environment is affected if it is an LG device running Android 8.0 through 13.0 with the LG Call management app (com.android.server.telecom) installed, as any third-party app on such a device could intercept the sensitive call data broadcasts.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedLG should replace implicit broadcasts with explicit broadcasts or more secure IPC mechanisms (such as bounded services with permission checks) and implement proper signature-level permissions to ensure only authorized system components can receive sensitive call data.
Latest LG security update (October 2023 or later security patch level)
- Check your LG device model number (found in Settings > About Phone)
- Navigate to Settings > Security > Security update or Settings > Software update
- Check for and install the latest security patch or software update available for your device
- Verify the installed security patch level is at least the October 2023 patch or later, as this CVE was disclosed in late 2023
- If no update is available, consider contacting LG customer support for your specific model to request the security fix
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation12.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,040.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-44126 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-44126 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data