CVE-2026-13830: Critical Use-After-Free in Chrome Chromoting on Linux
A use-after-free vulnerability in Google Chrome's Chromoting feature on Linux allows an attacker on the same network to remotely execute arbitrary code without user interaction. An attacker would need to send malicious network traffic to trigger the flaw, which resides in memory management of the Chromoting subsystem. This is a particularly dangerous class of vulnerability because it gives an attacker direct code execution capability on an affected system.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:A/AC:L/PR:N/UI:N/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 Chromoting in Google Chrome on Linux prior to 150.0.7871.47 allowed a remote attacker to execute arbitrary code via malicious network traffic. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13830 is a use-after-free vulnerability (CWE-416) in the Chromoting component of Google Chrome on Linux. The vulnerability exists prior to version 150.0.7871.47 and permits remote code execution via crafted network packets. Chromoting is Chrome's remote desktop feature; the flaw allows an adjacent network attacker to exploit a memory safety issue by referencing memory that has already been freed, leading to arbitrary code execution in the context of the Chrome process. The Chromium project has assigned this a High security severity rating.
Business impact
Successful exploitation enables an attacker positioned on the same network segment to gain full code execution on Linux systems running vulnerable Chrome versions. This could lead to data theft, system compromise, lateral movement to other network resources, or deployment of malware. Organizations relying on Chrome for remote administration or sensitive workflows face elevated risk. The attack requires network adjacency but no user click-through, making it a significant concern in environments where users may be on shared networks (corporate guest networks, cloud infrastructure, etc.).
Affected systems
Google Chrome on Linux systems running versions prior to 150.0.7871.47 are affected. The vulnerability is specific to the Chromoting remote desktop feature, so systems without Chromoting enabled or those running Chrome on other operating systems are not affected by this particular flaw. Organizations should inventory Chrome deployments on Linux infrastructure to determine exposure scope.
Exploitability
The vulnerability has a CVSS 3.1 score of 8.8 (High), reflecting a network-adjacent attack vector with low complexity and no authentication or user interaction required. The attacker must be on the same network segment to deliver malicious traffic, but once positioned, exploitation is straightforward. This has not been added to the KEV catalog, indicating no evidence of active in-the-wild exploitation at the time of publication, though this should be monitored as threats often emerge after vulnerability disclosure.
Remediation
Update Google Chrome on all Linux systems to version 150.0.7871.47 or later. This patch addresses the use-after-free condition in Chromoting. Organizations should prioritize patching based on the prevalence of Chrome on Linux in their environment and the network accessibility of affected systems. Users who do not actively use Chromoting may consider disabling the feature as an interim measure, though patching is the definitive remediation.
Patch guidance
Google Chrome typically auto-updates, but administrators should verify that Linux deployments have applied version 150.0.7871.47 or later. Consult Google's official Chrome release notes and Chromium security advisories to confirm patch availability for your Linux distribution. Enterprise deployments should test the patch in a staging environment before broad rollout to ensure compatibility with dependent workflows. Verify the update has been applied by checking chrome://version in the browser.
Detection guidance
Monitor for unexpected Chromoting network traffic or connection attempts, particularly from external or guest network segments. Endpoint detection and response (EDR) tools should flag any Chrome process spawning child processes or accessing unusual memory regions post-update, which could indicate exploitation attempts. Log authentication to Chrome remote desktop features and alert on failed Chromoting sessions from unknown sources. Vulnerability scanners should identify Chrome versions prior to 150.0.7871.47 on Linux hosts as part of routine asset discovery.
Why prioritize this
This vulnerability merits prompt attention due to its high CVSS score (8.8), lack of user interaction requirement, and direct code execution capability. The network-adjacent attack vector limits immediate exposure in fully air-gapped environments, but any Linux system with Chrome exposed to untrusted networks should be treated as high-priority. The absence of KEV status and public exploit code does not diminish the urgency—use-after-free bugs are well-understood by sophisticated actors, and exploitation tooling can be developed quickly once the flaw is public.
Risk score, explained
The CVSS 3.1 score of 8.8 reflects the confluence of high confidentiality, integrity, and availability impact (all marked High) combined with an adjacent network attack vector and low attack complexity. The lack of privilege requirements or user interaction increases the score. The primary mitigating factor is the network-adjacency requirement; however, in modern enterprise and cloud environments where systems share network segments with potentially hostile actors, this is a modest constraint. Organizations with Linux Chrome deployments on shared networks face substantial risk.
Frequently asked questions
Do I need to update Chrome on Windows or macOS?
This specific vulnerability affects only Chrome on Linux. Windows and macOS users are not impacted by CVE-2026-13830, though staying current with Chrome patches remains a security best practice for other threats.
What is Chromoting and do I need it enabled?
Chromoting is Chrome's built-in remote desktop feature that allows you to access one Chrome browser instance from another. If you do not actively use this feature, it can be disabled via Chrome settings as a temporary mitigation, but patching is the recommended fix.
How can I verify that I've been patched?
Open a new tab in Chrome and navigate to chrome://version. The version number displayed should be 150.0.7871.47 or higher. On Linux, you can also run `google-chrome --version` from the command line to confirm.
Does this affect Chromebooks?
Chromebooks run Chrome OS, not Linux, so this particular vulnerability does not apply to them. However, Chromebooks receive regular security updates through Google's OS release cycle.
This analysis is provided for informational purposes and represents SEC.co's assessment based on publicly available vulnerability data as of the publication date. Threat landscapes evolve; organizations should monitor official vendor advisories and threat intelligence feeds for updated exploit information or new attack patterns. CVSS scoring reflects vulnerability characteristics, not real-world attack frequency or business impact in your specific environment. Always validate patch compatibility in a controlled environment before production deployment. This document does not constitute legal or compliance advice. 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