CVE-2026-15117: Chrome Use-After-Free in Payments Feature (High CVSS 7.5)
A use-after-free vulnerability exists in Google Chrome's Payments feature that could allow an attacker to corrupt computer memory if a user is tricked into performing specific interactions with a malicious webpage. The vulnerability affects Chrome versions prior to 150.0.7871.115 and requires the attacker to craft a deceptive HTML page and convince the user to engage in particular UI gestures. If successfully exploited, an attacker could potentially read sensitive data, modify system behavior, or crash the browser.
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
- 1 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-10
NVD description (verbatim)
Use after free in Payments in Google Chrome prior to 150.0.7871.115 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit heap corruption 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-15117 is a use-after-free vulnerability (CWE-416) in Google Chrome's Payments subsystem. The flaw occurs when the browser attempts to access memory that has already been freed, creating a window for heap corruption. The vulnerability is reachable via a remote, network-based attack vector requiring no special privileges, but user interaction is necessary—specifically, the victim must perform particular UI gestures on a page controlled by the attacker. Successful exploitation could lead to arbitrary code execution through heap corruption. Google has assigned this a High security severity rating within the Chromium security framework.
Business impact
Organizations relying on Chrome as a primary browser face potential risk to employee workstations and data security. An attacker exploiting this vulnerability could gain unauthorized access to sensitive information processed within the browser, including credentials, financial data, or confidential communications. In environments where browser-based payment systems or transaction processing occurs, successful exploitation could compromise the integrity of those transactions. The requirement for user interaction somewhat limits attack scalability, but targeted campaigns against specific employees remain feasible. Patching delays increase exposure window and risk of supply-chain or targeted exploitation.
Affected systems
Google Chrome versions prior to 150.0.7871.115 are affected across all operating systems that Chrome supports. The vulnerability resides in the Payments feature, which is active by default in Chrome. Any user running an unpatched version of Chrome prior to 150.0.7871.115 is potentially vulnerable if they visit a malicious or compromised website and perform the required UI interactions. This includes both consumer users and enterprise deployments where Chrome is utilized.
Exploitability
Exploitation requires moderate attacker sophistication. The attacker must craft a malicious HTML page and execute a social engineering attack to convince a user to perform specific UI gestures. This is not a one-click exploit; it demands deliberate user action in response to attacker-controlled content. However, the attack surface is broad—any website visit could be weaponized. Once the preconditions are met (user interaction on the malicious page), the vulnerability can trigger heap corruption, which may lead to code execution. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, suggesting limited or no active wild exploitation at this time, though this does not eliminate risk.
Remediation
Users and administrators must update Google Chrome to version 150.0.7871.115 or later. Chrome's automatic update mechanism should deliver the patch; verify the update has completed by navigating to Chrome menu > About Google Chrome, where the browser will check for and install updates. In enterprise environments, use Chrome administration policies to enforce timely updates and restrict users from postponing updates indefinitely. For organizations requiring version pinning or staged rollouts, coordinate patch timing with Chrome's release schedule and test for any compatibility issues within your environment.
Patch guidance
Update to Google Chrome 150.0.7871.115 or newer. Verify the installed version in Chrome settings (chrome://settings/help). If auto-update is disabled in your environment, manually trigger updates via the browser or use Google's admin console to push the patch to managed devices. Test the patch in a non-production environment first if your organization has legacy web applications relying on Chrome. No manual workarounds or mitigation steps can fully prevent exploitation; patching is the definitive remediation.
Detection guidance
Monitor for exploitation attempts by logging network traffic to known malicious domains hosting exploit pages. Endpoint detection and response (EDR) tools should flag unusual process execution or memory corruption patterns originating from Chrome processes. Web content filters can block access to known malicious or compromised sites. On the host level, monitor Chrome process behavior for unexpected memory allocation or child process creation. Intrusion detection systems may detect network traffic patterns associated with delivering the malicious HTML payload, though such detection is limited to network-based indicators. Application crash logs and core dumps from Chrome may indicate exploitation attempts; correlate these with user reports of browser crashes on specific dates or websites.
Why prioritize this
This vulnerability merits immediate patching due to the combination of a high CVSS score (7.5), potential for code execution via heap corruption, and the ubiquitous use of Chrome in enterprise and consumer environments. While active exploitation is not yet documented in public databases, the attack surface is broad and the barrier to social engineering users is relatively low. The Payments feature touches financially sensitive operations, elevating business risk. The High severity designation from Google and the ease of weaponization via malicious webpages justify rapid deployment of the patch across your estate.
Risk score, explained
The CVSS 3.1 score of 7.5 (HIGH) reflects a network-accessible vulnerability requiring user interaction but offering high impact across confidentiality, integrity, and availability. The score accounts for the difficulty of reliably triggering the use-after-free condition (hence the AC:H modifier) and the need for specific UI gestures. While not a critical 9.0+, the combination of remote reachability, heap corruption potential, and widespread Chrome deployment elevates this beyond routine vulnerabilities. The absence of a required privilege level and the default-enabled Payments feature further support the high severity designation.
Frequently asked questions
Do I need to do anything if Chrome is set to auto-update?
Chrome's auto-update feature should deliver version 150.0.7871.115 automatically. Check your installed version at chrome://settings/help to confirm the patch is applied. If the browser reports an update is pending, restart Chrome to complete the installation. In enterprise environments, verify that auto-update policies are not disabled; if they are, you will need to manually push the patch or enable automatic updates.
What specific UI gestures trigger the vulnerability?
The vulnerability description does not specify which UI gestures are required—only that the attacker must convince users to perform 'specific UI gestures' within the Payments feature context. This ambiguity underscores why the vulnerability requires user interaction rather than being fully remote. Assume that any interaction with payment-related UI elements on a malicious page could potentially trigger it; avoid clicking or interacting with payment prompts from untrusted sources.
Is this vulnerability actively being exploited in the wild?
No. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, which tracks vulnerabilities with confirmed active exploitation. This does not guarantee the vulnerability will never be exploited; it means no documented cases have been reported to date. Given the relatively low barrier to weaponization and the high impact potential, assume exploitation is possible and patch proactively rather than waiting for evidence of wild exploitation.
What platforms are affected by this vulnerability?
All platforms running Google Chrome prior to version 150.0.7871.115 are affected, including Windows, macOS, Linux, Android, and iOS. The Payments feature operates consistently across platforms. Ensure patching occurs uniformly across your entire device fleet, not just Windows or macOS endpoints.
This analysis is provided for informational purposes to assist security leaders in vulnerability assessment and prioritization. The information herein is derived from vendor-published CVE data, CVSS scoring guidelines, and public security research. No exploit code or step-by-step weaponization instructions are provided. Patch version numbers and affected product versions should be verified against official Google Chrome release notes and security advisories before deployment in production environments. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and assumes no liability for decisions made based on this content. Organizations should conduct their own testing and validation in accordance with their risk management policies before deploying patches. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0125HIGHAndroid VPU Race Condition Local Privilege Escalation
- CVE-2026-0137HIGHAndroid Edge TPU Use-After-Free Privilege Escalation
- CVE-2026-0143HIGHAndroid LWIS Use-After-Free Privilege Escalation (CVSS 7.8 HIGH)
- CVE-2026-10000HIGHChrome Sandbox Escape via Use-After-Free in Password Handling
- 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-10005HIGHChrome macOS Use-After-Free RCE Vulnerability (7.5 CVSS)