CVE-2026-14070: Chrome WebNN Integer Overflow Memory Disclosure Vulnerability
A memory safety vulnerability in Google Chrome's WebNN (Web Neural Network) component allows attackers to leak sensitive data from the browser's memory. An attacker can craft a malicious webpage that, when visited by a user, exploits an integer overflow to read unintended data from the running process. While Chrome classified this as low severity internally, the confidentiality impact warrants attention from a defense perspective.
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-457
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Integer overflow in WebNN in Google Chrome 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: Low)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14070 is an integer overflow vulnerability (CWE-457) within Chrome's WebNN component that precedes version 150.0.7871.47. The flaw allows out-of-bounds memory access when processing specially crafted HTML, enabling information disclosure from process memory. The vulnerability requires user interaction (visiting a malicious page) and is reachable over the network without authentication. It does not enable code execution or denial of service, but the high confidentiality impact reflects the practical risk of leaking browser state, session tokens, or other sensitive data residing in memory.
Business impact
Information disclosure through memory leaks can compromise user privacy and organizational security. If victims include employees accessing internal systems, leaked session tokens or credentials from browser memory could facilitate lateral movement or account takeover. The attack surface is broad—any website visit triggers the risk—making this relevant to organizations concerned with employee browsing security. Data exfiltration may not be immediately visible, complicating breach detection and response.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are vulnerable. The vulnerability is platform-independent, affecting Chrome on Windows, macOS, and Linux. While the CVE references the Linux kernel and specific operating systems in its metadata, the actual vulnerability resides in Chrome itself; the OS listing reflects Chrome's availability across those platforms rather than OS-specific code paths. All users on unpatched Chrome versions are at risk when visiting untrusted websites.
Exploitability
Exploitation requires a user to visit a crafted webpage—a modest barrier in a world of social engineering, watering holes, and ad-driven attacks. An attacker need not compromise a website; malicious ads or redirects can deliver the payload. No special user privileges are required; the vulnerability is accessible to unprivileged web content. However, actual data exfiltration depends on what sensitive information happens to be in memory at exploit time, which introduces some uncertainty for the attacker. The CVSS score of 6.5 (MEDIUM) reflects the combination of easy network access, user interaction requirement, and confidentiality impact without code execution.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. This is a straightforward patch cycle. No workarounds are practical; users must either update or avoid untrusted websites. Organizations should prioritize patch deployment, particularly for roles that access sensitive systems or handle confidential data. Verify patch installation by checking Chrome's 'About Chrome' menu to confirm auto-update success.
Patch guidance
Patch immediately to Chrome 150.0.7871.47 or later. Chrome's auto-update mechanism typically rolls out patches within days; verify completion via Settings > About Chrome. For enterprise deployments using managed policies, validate update policies are not delaying rollout. Test patch application in your environment to confirm no extensions or custom configurations are blocking updates. No additional configuration is required post-patch; the WebNN component is automatically updated.
Detection guidance
Detection at the network level is difficult without specialized profiling; the malicious HTML is not inherently recognizable. Focus on Chrome version inventory to identify unpatched deployments. Monitor for suspicious browser behavior or user reports of unusual memory usage. Web access logs to suspicious domains or ad networks may provide indirect signal if a watering hole was involved. Host-based detection would require monitoring for abnormal WebNN API calls, which is technically challenging without deep browser instrumentation. Prioritize proactive patching over reactive detection.
Why prioritize this
Although Chromium's internal severity is Low and KEV status is not active (indicating no public active exploitation), a CVSS score of 6.5 (MEDIUM) and confidentiality impact warrant near-term attention. The broad attack surface (any website visit) and the ease of exploitation justify prioritization above lower-impact bugs. Organizations handling sensitive data or managing user-facing deployments should patch within 1–2 weeks. Standard patch cadences are appropriate for lower-risk environments.
Risk score, explained
The CVSS 6.5 (MEDIUM) score reflects: Network accessibility (AV:N) and no authentication required (PR:N), increasing attack surface significantly. User interaction (UI:R) provides a minor friction point. The high confidentiality impact (C:H) is the dominant factor, as memory disclosure can leak credentials, tokens, or personal data. No integrity or availability impact (I:N, A:N) keeps the score from reaching High severity. The score appropriately balances ease of exploitation against the real-world harm of information disclosure.
Frequently asked questions
Is this vulnerability being actively exploited?
No. The vulnerability is not tracked in CISA's Known Exploited Vulnerabilities catalog, and there is no public evidence of active exploitation as of the publication date. However, absence of known exploitation does not guarantee safety; patches should be applied promptly to prevent opportunistic attacks.
Can an attacker execute code or crash my browser with this vulnerability?
No. This vulnerability is limited to information disclosure. It cannot enable code execution, privilege escalation, or denial of service. An attacker can read memory, but not run arbitrary code or permanently disable Chrome.
Do I need to change my passwords or revoke sessions if I visited an untrusted website?
If you visited a potentially malicious site while running an unpatched Chrome version, consider password reset and session revocation as a precaution, especially for sensitive accounts. However, remember that the attacker's ability to exfiltrate specific data depends on what was in memory at the time; not all visits result in data disclosure.
Does this affect other Chromium-based browsers like Edge or Brave?
Potentially, depending on their upstream Chromium base version. If Edge or Brave incorporate Chromium code prior to version 150.0.7871.47, they may be vulnerable. Check your browser's version and vendor's security advisory for confirmation and available patches.
This analysis is provided for informational purposes and reflects publicly available information current as of the publication date. Security severity assessments and patch guidance should be validated against official vendor advisories and your organization's risk tolerance. Patch version numbers and KEV status must be verified against authoritative sources such as Google's Chrome release notes and CISA's KEV catalog before deployment decisions are made. No guarantee is made regarding completeness or suitability for any specific environment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11039MEDIUMChrome Skia Uninitialized Variable Data Leak Vulnerability
- CVE-2026-11057MEDIUMChrome Skia Uninitialized Memory Leak – 6.5 CVSS
- CVE-2026-11067MEDIUMChrome Memory Disclosure Vulnerability in Dawn – Patch to 149.0.7827.53
- CVE-2026-11087MEDIUMChrome ANGLE Memory Leak Allows Cross-Origin Data Theft
- CVE-2026-11089MEDIUMGoogle Chrome Memory Disclosure in Media Handling
- CVE-2026-11090MEDIUMChrome ANGLE Memory Leak Enables Cross-Origin Data Theft
- CVE-2026-11104MEDIUMChrome ANGLE Uninitialized Memory Disclosure (CVSS 6.5)
- CVE-2026-11109MEDIUMANGLE Uninitialized Use Data Leak in Chrome – Patch Guidance