MEDIUM 6.5

CVE-2026-13810: Chrome Linux Input Validation Flaw Exposes Process Memory

A flaw in how Google Chrome on Linux handles user input can allow attackers to steal sensitive information from the browser's memory. An attacker would craft a malicious webpage and trick a user into visiting it; the browser would then leak data that should have been protected. This affects Chrome versions prior to 150.0.7871.47 on Linux systems.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-200
Affected products
2 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Inappropriate implementation in Input in Google Chrome on Linux prior to 150.0.7871.47 allowed a remote attacker to obtain potentially sensitive information from process memory 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-13810 stems from an inappropriate input validation implementation in the Chromium engine's input handling subsystem on Linux. The vulnerability permits information disclosure (CWE-200) through a network vector requiring user interaction. An attacker can construct a crafted HTML page that, when rendered by a vulnerable Chrome instance, causes the browser to divulge process memory contents to the attacker. The flaw does not enable code execution or denial of service, but the confidentiality impact is rated high given the potential scope of exposed data.

Business impact

Organizations running Chrome on Linux face a confidentiality risk if users are socially engineered into visiting attacker-controlled sites. Potential exposures include cached credentials, authentication tokens, session data, or other sensitive information resident in Chrome's process memory. For enterprises with sensitive workflows on Linux workstations, this could lead to credential compromise and lateral movement if exposed tokens or keys are leveraged by attackers.

Affected systems

Google Chrome on Linux prior to version 150.0.7871.47 is affected. The vulnerability does not impact Chrome on Windows or macOS, nor does it affect the Linux kernel itself (despite the vendor list including a generic 'linux_kernel' entry, the flaw is specific to Chrome's input handling on Linux platforms). Administrators should verify the affected Chrome version across their Linux deployments.

Exploitability

Exploitation is straightforward in terms of attack mechanics: an attacker controls delivery and content of the malicious HTML, and user interaction (visiting the page) is the only prerequisite. No special privileges or complex manipulation is required on the target system. However, the attack requires social engineering or drive-by browsing to succeed. The CVSS score of 6.5 (MEDIUM) reflects the high confidentiality impact tempered by the necessity of user interaction and local scope (the attacker gains information from the user's own process, not system-wide).

Remediation

Update Google Chrome on all Linux systems to version 150.0.7871.47 or later. Verify the update through Chrome's About page (chrome://about or Settings > About Chrome), which will display the current version and initiate auto-update if available. For enterprise deployments, use configuration management or mobile device management (MDM) solutions to enforce the minimum version requirement.

Patch guidance

Google has released Chrome 150.0.7871.47 as the fix. Automatic updates are enabled by default in Chrome; users should ensure they restart the browser to apply the update. Enterprise administrators can verify patch deployment via Chrome's reporting APIs or by querying the version string through system management tools. Verify the installed version matches or exceeds 150.0.7871.47 before considering the system compliant.

Detection guidance

Monitor Chrome version telemetry to identify systems running versions prior to 150.0.7871.47. On Linux endpoints, query the Chrome installation path (typically /opt/google/chrome or ~/.config/google-chrome) and inspect version metadata. EDR or vulnerability scanning tools configured to track application versions will flag outdated Chrome instances. Additionally, monitor network traffic for suspicious HTML-based payloads targeting Chrome, though this is difficult without deep packet inspection.

Why prioritize this

While the CVSS score is MEDIUM (6.5) and the vulnerability has not been added to CISA's Known Exploited Vulnerabilities (KEV) list, the combination of ease of exploitation, high confidentiality impact, and prevalence of Chrome on Linux development and security-sensitive systems warrants timely patching. Organizations should treat this as a priority update within 1–2 weeks, especially for systems handling sensitive data or credentials.

Risk score, explained

The CVSS 3.1 score of 6.5 reflects: Network-based attack vector (AV:N), low attack complexity (AC:L), no privilege requirement (PR:N), requirement for user interaction (UI:R), unchanged scope (S:U), high confidentiality impact (C:H), no integrity or availability impact (I:N, A:N). The medium severity balances the serious confidentiality breach potential against the barrier of user interaction and the fact that only the local user's process memory is at risk, not system-wide or multi-user impacts.

Frequently asked questions

Does this vulnerability affect Chrome on Windows or macOS?

No. CVE-2026-13810 is specific to Chrome on Linux due to platform-specific input handling. Windows and macOS Chrome users are not affected. However, all Chrome users should stay current on security updates for other platform-specific issues.

Can this vulnerability be exploited without the user visiting a malicious website?

No. The attacker must trick or socially engineer the user into opening a crafted HTML page in Chrome. Simply having Chrome installed and running is not sufficient; the user must interact with the malicious content.

What data is at risk if this vulnerability is exploited?

Any sensitive data held in Chrome's process memory could potentially be exposed, including cached login credentials, session tokens, authentication cookies, form data, and other information the browser has loaded. The exact data depends on what the user has accessed during the browser session.

Is there a workaround if I cannot update Chrome immediately?

The primary workaround is user awareness training: instruct users to avoid clicking on untrusted links or visiting unfamiliar websites. Consider blocking known malicious domains at the network level. However, updating Chrome remains the only reliable remediation and should be prioritized.

This analysis is based on available public information as of the publication date. Security researchers and administrators should verify all patch version numbers and availability against the official Google Chrome release notes and vendor advisories before deployment. The CVSS score and vector are derived from official CVE sources; internal risk assessments may yield different priorities based on organizational context. This vulnerability has not been designated as exploited in the wild by CISA KEV as of this writing, but status may change. Always test patches in a non-production environment before rollout. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).