MEDIUM 6.5

CVE-2026-0136: Android Modem Out-of-Bounds Read Denial of Service

A memory safety flaw in Android's modem component allows an attacker with valid login credentials to remotely crash a device by triggering an out-of-bounds read. The vulnerability requires network access and authentication but no additional privileges or user interaction, making it a straightforward denial of service vector for authenticated attackers.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weaknesses (CWE)
CWE-120, CWE-125
Affected products
1 configuration(s)
Published / Modified
2026-06-16 / 2026-06-17

NVD description (verbatim)

In Modem, there is a possible out of bounds read due to a missing bounds check. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-0136 is an out-of-bounds read vulnerability in the modem subsystem stemming from insufficient bounds validation. The vulnerability falls under CWE-120 (Buffer Copy without Checking Size of Input) and CWE-125 (Out-of-bounds Read), indicating a classic memory safety issue where the code reads beyond allocated buffer boundaries. The CVSS 3.1 vector (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) reflects network-based exploitation requiring low attack complexity and valid credentials, with high availability impact but no confidentiality or integrity breach. The lack of user interaction requirement indicates the attack can be fully automated once an attacker possesses valid authentication.

Business impact

The denial of service impact poses operational risk to organizations deploying Android devices in critical roles. While the vulnerability does not enable data exfiltration or system compromise, attackers can remotely disable targeted devices, disrupting communications, field operations, or any service dependent on continuous device availability. For enterprises managing fleets of Android-based infrastructure or mobile devices, widespread exploitation could fragment network resources and necessitate device recovery procedures. The authentication requirement limits the threat to insider scenarios or cases where an attacker has compromised user credentials through phishing or prior breach.

Affected systems

Google Android devices running vulnerable modem firmware are affected. The modem is a baseband processor component handling cellular connectivity, meaning all Android devices with cellular radios are potentially in scope. Determine your specific device models and Android versions by cross-referencing Google's security advisory for this CVE, as patch availability varies by manufacturer, carrier, and device age.

Exploitability

Exploitability is moderate in scope. The attack requires valid login credentials on the target system, which narrows the attacker pool to insiders, compromised user accounts, or those who have defeated authentication through other means. However, once authenticated, the exploit itself is trivial to execute—no special privileges, kernel access, or additional vulnerabilities are needed. No known public exploit code or weaponized tooling is currently flagged in the CISA KEV catalog, but the straightforward nature of an out-of-bounds read in modem code suggests exploit development poses no significant technical barrier.

Remediation

Apply the official modem firmware update issued by Google and your device manufacturer as soon as it becomes available. Firmware updates for cellular basebands typically arrive through over-the-air (OTA) pushes managed by carriers, so ensure device auto-update settings are enabled and check your carrier's security bulletin for timing. Organizations should also enforce strong authentication practices—enforce multi-factor authentication on sensitive accounts, monitor for credential compromise, and segment network access to limit the damage from a compromised user account.

Patch guidance

Monitor Google's Android Security & Privacy Bulletins and your device manufacturer's security pages for modem firmware patches addressing CVE-2026-0136. Patches will be delivered through OTA updates; verify your device has installed the latest modem firmware by checking Settings > About Phone > Build Number or manufacturer-specific firmware info. If your organization manages Android devices in bulk, coordinate with your Mobile Device Management (MDM) provider to track patch deployment across your fleet. For carriers, apply updates to their baseband provisioning systems promptly to ensure all devices receive the fix.

Detection guidance

Monitor system logs for unexpected modem crashes, resets, or cellular connectivity loss, particularly if these events correlate across multiple devices or occur outside normal patterns. Intrusion detection systems and UEBA tools should flag authentication events from suspicious user accounts followed by network traffic patterns consistent with denial-of-service attacks on modem services. Cellular network operators can monitor for anomalous modem restart patterns or signaling plane abuse originating from known subscriber credentials. Endpoint management platforms should inventory modem firmware versions and flag devices running outdated versions after a patch is released.

Why prioritize this

This vulnerability merits prompt but not emergency action. The CVSS 6.5 MEDIUM rating and absence from the KEV catalog reflect that real-world exploitation requires authentication, which is a meaningful barrier. However, the availability impact is high and the ease of exploitation once authenticated is very low, making it attractive to insiders or attackers with stolen credentials. Prioritize patching for devices in high-availability environments (hospitals, emergency services, critical infrastructure) and those with elevated insider risk, then roll out broadly as patches become available.

Risk score, explained

The CVSS 6.5 score reflects a network-accessible but authenticated vulnerability with high availability impact. The score does not account for real-world context such as low adoption of out-of-band modem exploitation tooling or the difficulty most attackers face in obtaining valid credentials at scale. However, the straightforward nature of memory safety bugs and the ubiquity of Android devices mean the floor for exploitation by determined actors is low. Organizations using Android in critical or sensitive roles should treat this as a higher priority than the base score alone suggests.

Frequently asked questions

Can an unauthenticated attacker exploit this vulnerability?

No. The CVSS vector requires PR:L (Privilege Level: Low), meaning valid login credentials are necessary. The attacker must have authenticated to the device or network. This significantly reduces the threat surface compared to unauthenticated denial of service flaws.

Does this vulnerability leak sensitive data?

No. The confidentiality impact is none (C:N). An out-of-bounds read can theoretically access adjacent memory, but the vulnerability is documented as causing denial of service only. Verify in Google's advisory whether any information disclosure component has been identified.

How quickly should we patch this?

Apply patches within 30 days of availability. The vulnerability is not listed in CISA's KEV catalog and is rated MEDIUM, so it is not an emergency, but the high availability impact and low exploitation bar once authenticated make delay risky. Prioritize devices in critical roles or environments with higher insider threat concern.

Does this affect all Android devices equally?

Impact varies by device. Modem firmware, carriers, and device age differ significantly. Contact your device manufacturer and carrier for specific patch availability and timelines. Older or less-supported devices may receive patches more slowly or not at all, requiring risk acceptance.

This analysis is based on public information available as of June 2026. Exploit code, active attacks, or additional technical details may emerge after publication. Always verify patch availability and applicability with official Google Android Security Bulletins and your device manufacturer or carrier. This summary is for informational purposes and does not constitute security advice specific to your organization; consult with your security team and vendor advisories before implementing any remediation. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).