CVE-2026-13855: Chrome Ozone Use-After-Free RCE on Linux
A use-after-free vulnerability exists in the Ozone subsystem of Google Chrome on Linux. An attacker can exploit this by crafting a malicious webpage that tricks a user into performing specific mouse or keyboard gestures, leading to arbitrary code execution on the affected system. The vulnerability requires user interaction but allows full compromise of the browser process and potentially the underlying system.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-416
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Use after free in Ozone in Google Chrome on Linux prior to 150.0.7871.47 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13855 is a use-after-free condition (CWE-416) in Chrome's Ozone display server abstraction layer affecting Linux deployments. The flaw occurs when freed memory is dereferenced during specific UI event sequences, allowing an attacker to achieve code execution within the browser's rendering process. Google classified this as High severity. The vulnerability exists in Chrome versions prior to 150.0.7871.47 on Linux; Windows and macOS appear unaffected based on the platform-specific nature of Ozone on Linux.
Business impact
Compromise of a user's Chrome browser process grants attackers access to all data within that browser context—cached credentials, session tokens, autofilled data, and locally stored secrets. An attacker could exfiltrate sensitive business information, inject malware, or establish persistence. For organizations where employees use Chrome for business, this represents a direct threat to confidentiality and integrity. The requirement for user interaction (clicking a link or visiting a site) lowers the barrier to weaponization, especially through watering-hole attacks or targeted phishing.
Affected systems
Google Chrome on Linux prior to version 150.0.7871.47 is the primary affected platform. The Ozone subsystem is specific to Linux, so users on Windows and macOS running earlier Chrome versions are not vulnerable to this particular flaw. The Linux kernel itself is listed as a vendor/product but is not the vulnerable component; the vulnerability resides entirely in Chrome's Ozone layer.
Exploitability
Exploitation requires crafting a malicious HTML page and convincing a user to visit it while performing specific UI interactions (such as mouse or keyboard gestures). This is a moderate barrier compared to zero-click exploits but aligns with standard web-based attack patterns. The CVSS score of 7.5 reflects High severity with network attack vector and user interaction requirement. No public exploit has been added to CISA's KEV catalog, suggesting active exploitation in the wild is not yet documented, though this does not guarantee the vulnerability remains unexploited.
Remediation
Users and administrators should update Google Chrome to version 150.0.7871.47 or later on Linux systems. Chrome's auto-update mechanism typically deploys patches within days, but manual verification is recommended for managed environments. No workarounds exist; patching is the only mitigation. Organizations should verify patch deployment across all Linux systems running Chrome, including developer machines, testing environments, and user endpoints.
Patch guidance
Update Google Chrome to 150.0.7871.47 or later. On Linux, this is typically accomplished via the system package manager (apt, yum, dnf) or Chrome's built-in update mechanism. Verify the version by navigating to chrome://version in the address bar. For managed deployments, use enterprise policies or configuration management tools to enforce the patch. Verify the patched version in your environment before closing the incident.
Detection guidance
Monitor for Chrome crashes or unexpected termination on Linux systems, as use-after-free vulnerabilities often result in memory protection violations. Network-based detection is limited; endpoint detection should focus on unexpected child processes spawned by Chrome or unusual system calls. Log successful Chrome updates to version 150.0.7871.47 or later to confirm patch status. Consider blocking known malicious domains or phishing campaigns targeting Chrome users if threat intelligence identifies exploitation attempts.
Why prioritize this
This vulnerability merits immediate patching priority due to its High CVSS score, user interaction requirement (realistic attack vector), and the Ozone subsystem's role in display handling—a critical path in browser operation. Although not yet in CISA's KEV catalog, the specificity and severity suggest targeted exploitation is plausible. Organizations running Chrome on Linux for business purposes should prioritize this update within their standard patch cycles (typically 24–72 hours).
Risk score, explained
The CVSS 3.1 score of 7.5 (High) is driven by: Network attack vector (user visits a malicious page), High confidentiality/integrity/availability impact (full code execution within browser), and User Interaction required (specific UI gestures). The Attack Complexity is High, reflecting the need for crafted HTML and user cooperation. This score aligns with Chromium's High severity rating and reflects the practical risk of browser-based code execution without requiring system-level privileges.
Frequently asked questions
Does this affect Chrome on Windows or macOS?
No. The vulnerability is specific to Ozone, Chrome's Linux display server abstraction layer. Windows and macOS Chrome users are not affected by CVE-2026-13855, though they should stay current on patches for other vulnerabilities.
What specific UI gestures trigger the vulnerability?
The advisory does not detail the exact gestures. This is typical of responsible disclosure; attackers can infer likely candidates (mouse hover, click, keyboard input) from the use-after-free context, but the precise sequence is not publicly documented to avoid widespread exploitation before patching is complete.
Can this vulnerability be exploited without user interaction?
No. The vulnerability explicitly requires user engagement with specific UI gestures on a crafted page. This is a significant barrier compared to zero-click vulnerabilities, but remains a realistic threat via phishing or social engineering.
Is this vulnerability being actively exploited?
As of the publication date, CVE-2026-13855 has not been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, which typically indicates no confirmed active exploitation. However, the absence from KEV does not guarantee the vulnerability remains unexploited; attackers may be using it without public disclosure.
This analysis is based on the CVE record published on 2026-06-30 and updated 2026-07-02. Version numbers, patch guidance, and affected product lists are sourced from the official CVE entry and should be verified against Google's security advisory before deployment. No proof-of-concept code or exploitation techniques are provided. Organizations should conduct internal testing of patches in non-production environments before broad deployment. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and recommends consulting vendor advisories and your organization's security team for final remediation decisions. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)
- CVE-2026-10012HIGHChrome Skia Use-After-Free Sandbox Escape (v148.0.7778.216)
- CVE-2026-10013HIGHUse-After-Free in Chrome WebCodecs – Patch Guide & Risk Assessment
- CVE-2026-10016HIGHUse-After-Free in Chrome DOM – Sandbox Code Execution Vulnerability
- CVE-2026-10882HIGHCritical Chrome Use-After-Free RCE Vulnerability – Exploit Details & Patch Guidance