MEDIUM 6.5

CVE-2026-0144: Android Audio Codec Denial of Service Vulnerability – Analysis & Patch Guidance

A memory safety vulnerability exists in Google Android's audio codec implementation that allows an authenticated attacker to crash the audio service remotely. The flaw stems from insufficient validation when processing audio commands, enabling a denial-of-service condition without requiring user interaction or special system privileges. An attacker with network access and basic authentication credentials could trigger this issue to disrupt audio functionality.

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
Affected products
1 configuration(s)
Published / Modified
2026-06-16 / 2026-06-17

NVD description (verbatim)

In writeAocCommand of AocAudioCodec.cpp, there is a possible memory safety issue 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-0144 is a bounds-check bypass vulnerability in the writeAocCommand function of AocAudioCodec.cpp. The missing bounds validation permits an out-of-bounds memory write when handling malformed audio codec commands. This CWE-120 (Buffer Copy without Checking Size of Input) issue can be triggered by an authenticated network user sending a specially crafted command, resulting in denial of service through process termination or system instability. The vulnerability requires only network-level access and valid authentication credentials; no local access, elevated privileges, or user interaction is necessary.

Business impact

This vulnerability enables remote service disruption attacks against Android devices. An attacker with valid credentials on a network can render audio services unavailable, affecting communication features, multimedia playback, and any application depending on audio codec functionality. For enterprise deployments—particularly those using Android in voice, video conferencing, or real-time communication scenarios—this poses a business continuity risk. The attack requires authentication but no special privileges, making it a moderate operational hazard rather than a critical infrastructure threat.

Affected systems

Google Android is the affected product. The vulnerability exists in the audio codec subsystem (AocAudioCodec.cpp), so exposure is limited to Android devices with active audio processing capabilities. Devices that support audio playback or recording are vulnerable; headless or audio-disabled deployments may have reduced exposure. Specific version boundaries should be verified against Android security bulletins, as the ground-truth data does not enumerate exact affected releases.

Exploitability

Exploitation is relatively straightforward: an attacker must have network access and valid authentication credentials on the target system or network segment. No user interaction, zero-day sophistication, or privilege escalation is required—the attack is self-contained and deterministic. The CVSS vector (AV:N/AC:L/PR:L) reflects these low barriers. However, the attacker must be authenticated, which moderates the overall risk in properly segmented networks. The lack of KEV designation suggests active exploitation in the wild has not been documented as of the publication date.

Remediation

Apply the security patch from Google's Android Security & Privacy Year 2026 release bulletin. Coordinate with your device manufacturer for OTA (over-the-air) update availability, as Android patching timelines vary by vendor and carrier. For enterprise environments, verify patch coverage across managed devices and prioritize audio-critical systems. Interim mitigations include network segmentation to restrict authenticated access and disabling audio services if operationally feasible, though these are temporary measures pending patch deployment.

Patch guidance

Check Google's official Android Security Bulletin for June 2026 to identify the affected Android versions and corresponding patch levels. Patch guidance will typically reference specific monthly security patches or Android major version updates. Apply patches during a scheduled maintenance window to avoid disrupting audio-dependent services. If you operate Android devices as part of enterprise infrastructure, coordinate with your device administrator or carrier to confirm patch availability and deployment timeline. Always validate patch application in a test environment before broad rollout.

Detection guidance

Monitor for unexpected audio service crashes, restarts, or unavailability in logs (logcat, syslog). Look for network traffic patterns indicating repeated command submissions to audio codec services, especially from authenticated accounts with unusual behavior. Audio framework ANRs (Application Not Responding) or kernel panic logs related to AocAudioCodec may signal exploitation attempts. Implement network-based detection for malformed audio codec protocol messages sent to audio processing ports. Organizations with SIEM solutions should create alerts for audio subsystem failures correlated with network authentication events.

Why prioritize this

Although rated MEDIUM severity with a CVSS score of 6.5, this vulnerability merits timely attention because it requires only authentication (not privilege escalation) and causes guaranteed denial of service with no user interaction. Organizations operating audio-critical Android systems—call centers, emergency responders, teleconferencing infrastructure—should prioritize patching. The lack of KEV status indicates limited active weaponization, providing a window for orderly patching before adoption in broader attack campaigns.

Risk score, explained

The CVSS 3.1 score of 6.5 (MEDIUM) reflects a network-accessible vulnerability with low attack complexity and low privilege requirements (authentication only). The vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H captures that confidentiality and integrity are unaffected, but availability is severely impacted. The score would be higher if no authentication were required, but the authentication barrier and absence of privilege escalation keep it in the medium range. Organizational risk may be higher if audio services are mission-critical.

Frequently asked questions

Can this vulnerability be exploited without valid credentials?

No. The vulnerability requires authentication (PR:L in the CVSS vector). An attacker must have valid credentials on the network or system where the audio codec service is accessible. This significantly reduces the attack surface compared to an unauthenticated vulnerability.

Is there active exploitation of CVE-2026-0144 in the wild?

As of the publication date, this vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no documented active exploitation campaigns. However, organizations should not delay patching; the lack of public exploitation does not guarantee long-term safety.

What Android versions are affected?

The source data confirms Google Android as the affected product but does not specify version boundaries. Consult Google's June 2026 Android Security Bulletin to determine exact affected Android versions, patch levels, and device-specific update availability through your manufacturer or carrier.

Can we work around this vulnerability without patching?

Temporary mitigations include network segmentation to restrict access to audio codec services and disabling audio features if operationally acceptable. However, these are stopgap measures. The proper remediation is to apply the official patch when available. Workarounds should be used only for devices awaiting patch deployment.

This analysis is based on publicly available vulnerability data as of June 2026. CVSS scores and patch guidance are derived from official sources but should be verified against current vendor advisories before deployment. Exploit code, proof-of-concept demonstrations, and specific attack payloads are not provided. Organizations should validate patch applicability and testing in their own environments. SEC.co does not warrant the completeness or accuracy of patch availability timelines across Android device manufacturers and carriers; device-specific patch status must be confirmed independently. Risk assessment should account for your organization's specific audio service dependencies and network architecture. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).