Description
In ParsePayloads of AudioSdpParser.cpp, there is a possible memory corruption due to type confusion. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.
Published: 2026-06-16
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A type confusion in the ParsePayloads function of AudioSdpParser.cpp allows an attacker to corrupt memory, a classic CWE‑843 flaw. The resulting memory corruption can be used to execute arbitrary code on the device without requiring elevated privileges. The flaw can be triggered remotely and does not need any user interaction.

Affected Systems

The affected vendor is Google for its Android operating system. The vulnerability lies in the AudioSdpParser component that processes SDP payloads. No specific device or OS version range is listed, so any Android device incorporating the current AudioSdpParser implementation is susceptible.

Risk and Exploitability

The CVSS score of 8.8 classifies this as high severity. The EPSS score of less than 1 % indicates that active exploitation is unlikely at this point, and it is not listed in the CISA KEV catalog. Based on the description that no user interaction is required and the vulnerability resides in an SDP parser, the likely attack vector is remote network access that forces the delivery of malicious SDP payloads—such as through VoIP or media streams. This inference is made because the source code reference involves parsing SDP, but the exact exploit path is not detailed in the advisory.

Generated by OpenCVE AI on June 17, 2026 at 21:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Android OS update that patches the type confusion flaw (CWE‑843) identified in AudioSdpParser.
  • Limit or disable ingestion of untrusted SDP payloads by blocking VoIP and media services until the patch is installed; this mitigates the type confusion vulnerability.
  • For developers building or modifying SDP handling libraries, add explicit type checks and bounds validation to prevent type confusion per CWE‑843 mitigation guidelines.

Generated by OpenCVE AI on June 17, 2026 at 21:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Title AudioSdpParser ParsePayloads Type Confusion Leading to Remote Code Execution

Tue, 16 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-843
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 16 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google android
Vendors & Products Google
Google android

Tue, 16 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Description In ParsePayloads of AudioSdpParser.cpp, there is a possible memory corruption due to type confusion. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Google_Devices

Published:

Updated: 2026-06-17T03:56:06.893Z

Reserved: 2025-10-23T08:45:00.415Z

Link: CVE-2026-0162

cve-icon Vulnrichment

Updated: 2026-06-16T19:37:16.899Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-06-16T20:16:26.697

Modified: 2026-06-16T20:42:25.013

Link: CVE-2026-0162

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-17T21:15:03Z

Weaknesses
  • CWE-843

    Access of Resource Using Incompatible Type ('Type Confusion')