Description
Uninitialized Use in Audio in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-06-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Chrome’s audio handling allows a remote attacker who has already compromised the renderer process to acquire sensitive information from process memory. The vulnerability stems from an uninitialized variable used during audio processing, which also represents a memory safety issue (CWE‑824) and enables the reading of memory that should not be exposed. The impact is a privacy breach, potentially revealing user data or application secrets, but it does not grant arbitrary code execution or system compromise on its own.

Affected Systems

The affected product is Google Chrome. Versions prior to 149.0.7827.53 are impacted. No further version details are listed beyond the mentioned release.

Risk and Exploitability

The CVSS score of 6.5 indicates medium severity. Because the EPSS score is < 1%, the likelihood of exploitation remains uncertain. The vulnerability is not listed in the CISA KEV catalog, suggesting no known widespread exploitation currently. The attack requires a pre‑existing compromise of the renderer process, so the vector is local to a compromised process rather than a network‑initiated attack.

Generated by OpenCVE AI on June 7, 2026 at 15:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Chrome to version 149.0.7827.53 or later.
  • Ensure Chrome runs with site isolation and the latest sandbox settings enabled to prevent renderer processes from accessing unauthorized memory.
  • Disallow malicious or untrusted web content that could target the audio subsystem, disabling third‑party audio extensions until the patch is applied, and address the uninitialized variable issue (CWE‑457) and the memory safety issue (CWE‑824).

Generated by OpenCVE AI on June 7, 2026 at 15:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6325-1 chromium security update
History

Mon, 08 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows

Sun, 07 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: Uninitialized Use in Audio
Weaknesses CWE-824
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 06 Jun 2026 06:15:00 +0000

Type Values Removed Values Added
Title Uninitialized Audio Buffer Exploitation in Chrome Enables Remote Memory Disclosure

Sat, 06 Jun 2026 04:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Fri, 05 Jun 2026 06:45:00 +0000

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

Fri, 05 Jun 2026 04:30:00 +0000

Type Values Removed Values Added
Title Uninitialized Audio Buffer Exploitation in Chrome Enables Remote Memory Disclosure

Thu, 04 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Uninitialized Use in Audio in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-08T18:42:51.407Z

Reserved: 2026-06-04T17:10:27.472Z

Link: CVE-2026-11141

cve-icon Vulnrichment

Updated: 2026-06-06T03:38:43.149Z

cve-icon NVD

Status : Modified

Published: 2026-06-04T23:17:20.317

Modified: 2026-06-08T19:16:40.097

Link: CVE-2026-11141

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-02T00:00:00Z

Links: CVE-2026-11141 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T15:15:46Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer