MEDIUM 6.1

CVE-2026-14083: HTML Injection Vulnerability in Google Chrome – Patch Guidance

Google Chrome versions before 150.0.7871.47 contain a vulnerability that allows attackers to inject malicious scripts or HTML into web pages through insufficient input validation. An attacker would need to trick a user into visiting a specially crafted webpage, but once successful, the injected code can run with the same privileges as the visited site, potentially stealing session data, modifying page content, or performing actions on behalf of the user.

Source data · NVD / CISA · public domain

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

NVD description (verbatim)

Insufficient validation of untrusted input in HTML in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to inject arbitrary scripts or HTML (UXSS) 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

This vulnerability stems from improper validation of untrusted HTML input in Chrome's rendering engine, classified under CWE-20 (Improper Input Validation). The flaw enables Universal Cross-Site Scripting (UXSS), where an attacker bypasses the same-origin policy by injecting arbitrary scripts or HTML into a page context. The attack vector is network-based and requires user interaction—specifically, the user must visit or be redirected to a malicious HTML page. The vulnerability affects the renderer process and can impact cross-origin boundaries (as indicated by the CVSS vector 'S:C'), making it capable of affecting multiple sites or security contexts within a single browser session.

Business impact

Exploitation could lead to unauthorized access to sensitive user data, session hijacking, credential theft, or manipulation of web application behavior. For organizations relying on Chrome as a corporate browser, this could expose internal web applications, intranet portals, or SaaS platforms to session takeover attacks. The requirement for user interaction and the medium CVSS score suggest this is not an immediate infrastructure-level threat, but targeted spear-phishing or watering-hole attacks could weaponize it effectively.

Affected systems

Google Chrome prior to version 150.0.7871.47 is affected. This includes all Chrome releases from version 149 and earlier on all supported operating systems (Windows, macOS, Linux, Android, iOS). Users should verify their exact Chrome version via the browser's about page to confirm exposure. Organizations deploying Chrome across their user base should assess the scope of affected instances.

Exploitability

While the Chromium security team rated this as 'Low' severity, the CVSS 3.1 score of 6.1 (Medium) reflects the practical exploitability concerns. The attack requires no special privileges and no system complexity—only network access and user interaction. However, exploitation depends on convincing users to visit a malicious page, which limits opportunistic attacks but does not prevent targeted campaigns. No public evidence of active exploitation in the wild has been disclosed as of the publication date, but the relative simplicity of UXSS exploitation should not be underestimated.

Remediation

Update Google Chrome to version 150.0.7871.47 or later. Chrome typically auto-updates on most systems, but users should manually check Settings > About Chrome to force an immediate update if needed. Organizations using Chrome deployments should verify update policies are functioning and consider expediting rollout for users accessing sensitive internal applications. No workarounds are available; patching is the only mitigation.

Patch guidance

Ensure Chrome is updated to 150.0.7871.47 or any subsequent stable release. On corporate deployments, verify that auto-update policies (via Group Policy on Windows, MDM on mobile, or enterprise policies) are applied and functioning. For Chrome OS environments, ensure automatic system updates are enabled. Test the update in a non-production environment first if your organization has custom extensions or enterprise web applications to confirm compatibility. After patching, validate that users are running the updated version through browser reporting or MDM telemetry.

Detection guidance

Monitor for attempts to access suspicious HTML pages from your network, particularly if they are served over HTTP or from untrusted domains. In browser logs or proxy data, look for unexpected script injection or unusual HTML content in HTTP responses. Content Security Policy (CSP) header analysis can help identify pages that may be vulnerable to injection. Endpoint detection and response (EDR) tools running on workstations should monitor for suspicious child processes spawned from the Chrome renderer. User reports of unexpected page behavior, unusual form submissions, or credential prompts on legitimate sites should be investigated as potential exploitation indicators.

Why prioritize this

This vulnerability merits prioritization for patching due to its focus on user-facing browser security and the potential for targeted exploitation via social engineering. While the Chromium team rated it 'Low' severity, the CVSS Medium score and cross-origin implications justify timely patching in environments where users access high-value web applications or internal portals. The lack of KEV listing suggests no active weaponization campaigns, but this should not delay remediation—UXSS flaws are well-understood attack primitives that could be exploited once public patch analysis occurs. Organizations should prioritize this alongside other Chrome security updates in regular patch cycles.

Risk score, explained

The CVSS 3.1 score of 6.1 reflects a Medium-severity vulnerability. The network attack vector (AV:N) and lack of privilege requirements (PR:N) indicate broad exploitability across the internet. User interaction (UI:R) is required, which reduces the score from a higher severity. The integrity and confidentiality impacts (I:L, C:L) are limited because the attack is confined to the browser context and does not directly lead to full system compromise or data exfiltration. However, the scope change (S:C) elevates concern—this reflects the ability to affect resources or security contexts beyond the vulnerable component (e.g., cross-site impacts). The absence of availability impact (A:N) is appropriate, as the vulnerability does not cause denial of service.

Frequently asked questions

Do I need to wait for Chrome to auto-update, or should I manually patch?

While Chrome auto-updates by default, you should not assume updates apply immediately. Check Settings > About Chrome to see your current version and force an update if needed. If you manage Chrome in a corporate environment, verify your update policies are configured and monitor deployment progress via your MDM or reporting tools. Do not rely on passive auto-update alone for high-risk environments.

Could this vulnerability be exploited without the user clicking anything?

Unlikely. The vulnerability requires the user to visit a malicious HTML page, which typically means clicking a link, being redirected, or accessing a compromised legitimate website. Some scenarios—such as an embedded iframe or watering-hole attack on a frequently visited site—could reduce the appearance of maliciousness, but the user's navigation to the page is still required. There is no evidence of 'click-free' exploitation.

Will updating Chrome affect my extensions or corporate policies?

Chrome updates are designed to be backward-compatible with extensions and enterprise policies. However, if you manage Chrome in a corporate setting, test updates in a pilot environment first to catch any compatibility issues with custom extensions, internal web applications, or security policies. Verify your policy settings are maintained after the update.

Why is this rated 'Low' severity by Chromium but 'Medium' by CVSS?

Chromium's 'Low' rating may reflect their internal prioritization criteria or assessment of real-world impact in their deployed ecosystem. CVSS 3.1 uses a more standardized methodology that weights network accessibility, user interaction, scope change, and confidentiality/integrity impacts. Both assessments are valid; CVSS provides a comparable baseline across vulnerabilities, while vendor severity ratings may reflect additional context. Use both as input to your risk assessment.

This analysis is provided for informational purposes and based on publicly disclosed information as of the publication date. Readers should verify all version numbers, patch dates, and vendor advisories directly with Google Chrome's official security documentation and release notes. No warranty is expressed or implied regarding the completeness or accuracy of this content. Organizations should conduct their own risk assessment and testing before deploying patches in production environments. SEC.co does not provide legal, compliance, or business advice. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).