Cyber Resilience

CVE-2025-12431

Auth Bypass in Google Chrome ≤ 142.0.7444.59

Published
10 November 2025
Modified
13 November 2025
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0018 8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-12431 is a medium-severity Authentication Bypass Using an Alternate Path or Channel (CWE-288) vulnerability in Google Chrome. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-11 (User-installed Software) and SI-3 (Malicious Code Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Inappropriate implementation in Extensions in Google Chrome prior to 142.0.7444.59 allowed an attacker who convinced a user to install a malicious extension to bypass navigation restrictions via a crafted Chrome Extension. (Chromium security severity: High)

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-3930Same product: Apple Macos
CVE-2025-12445Same product: Apple Macos
CVE-2022-2856Same product: Apple Macos
CVE-2017-5070Same product: Apple Macos
CVE-2016-5198Same product: Apple Macos
CVE-2024-38229Same product: Apple Macos
CVE-2024-43485Same product: Apple Macos
CVE-2024-0129Same product: Apple Macos
CVE-2023-45247Same product: Apple Macos
CVE-2023-26020Same product: Apple Macos

Affected Assets

google
chrome
≤ 142.0.7444.59

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • CM-11 User-installed Software
  • SI-3 Malicious Code Protection
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)
  • SI-3 Malicious Code Protection
Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.4.3
  • V6.6.1
  • V12.1.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Restricts or approves user installation of browser extensions, directly blocking the malicious extension required for the navigation bypass.

preventdetect

Detects and blocks malicious code delivered via the crafted Chrome extension before it can exploit the navigation restriction flaw.

prevent

Limits extension privileges to only those required, reducing the ability of an installed malicious extension to bypass navigation controls.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 full match
prevents

Requiring authentication on every channel and path directly eliminates alternate-path bypasses.

PR.AA-05 mostly match
prevents

Enforcing authorizations and least privilege across all access vectors prevents unauthenticated alternate paths.

PR.IR-01 mostly match
prevents

Protecting networks and environments from unauthorized logical access blocks bypass via undocumented channels.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect alternate-path bypasses but does not prevent them in production.

degrades

Secure authentication control directly mitigates bypass by requiring strong, consistent authentication on all paths.

prevents

Access control policy directly addresses alternate authentication paths by requiring all channels to enforce authentication.

degrades

Authentication information management ensures credentials and mechanisms are consistently applied across all access paths.

prevents

Access rights provisioning and review prevent bypass via unmonitored or alternate channels.

prevents

Privileged access rights control reduces risk of bypass through elevated or alternate paths.

References