Home Google CVE-2025-1915
Back to Google

CVE-2025-1915

Target: Google Chrome - DevTools

Google CVSS 8.1 Updated March 10, 2026
Threat Level HIGH

Executive Risk Summary

"A medium-severity vulnerability in Google Chrome's DevTools on Windows allows an attacker to bypass file access restrictions via a crafted Chrome Extension, potentially leading to unauthorized file access. To exploit this vulnerability, an attacker must convince a user to install a malicious extension."

Operational Audit Arsenal

Target Type Browser Extension
Target Asset Malicious Chrome Extension
Standard Path Google Chrome on Windows
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Malicious Chrome Extension (Browser Extension)
$Target = "Malicious Chrome Extension"
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Filter $Target -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required No reboot required
Service Disruption

Minimal disruption expected

Internal Work Notes

Update Google Chrome to version 134.0.6998.35 or later to mitigate this vulnerability.

Intelligence Sources

Scope of Impact

Windows Chrome

Original NVD Description

"Improper Limitation of a Pathname to a Restricted Directory in DevTools in Google Chrome on Windows prior to 134.0.6998.35 allowed an attacker who convinced a user to install a malicious extension to bypass file access restrictions via a crafted Chrome Extension. (Chromium security severity: Medium)"

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.