Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-2162

CVE-2022-2162: Google Chrome File System Bypass Vulnerability

CVE-2022-2162 is a file system access bypass flaw in Google Chrome on Windows that allows attackers to bypass file system restrictions through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-2162 Overview

CVE-2022-2162 is an insufficient policy enforcement vulnerability in the File System API of Google Chrome on Windows. This security flaw exists in versions prior to 103.0.5060.53 and allows a remote attacker to bypass file system access restrictions through a specially crafted HTML page. The vulnerability represents a significant security boundary bypass that could enable attackers to interact with the local file system in unauthorized ways.

Critical Impact

Remote attackers can bypass file system access controls via malicious web pages, potentially leading to unauthorized file operations, data exfiltration, or further system compromise when users visit attacker-controlled websites.

Affected Products

  • Google Chrome (versions prior to 103.0.5060.53) on Windows
  • Microsoft Windows (as the affected platform)
  • Fedora 35 and Fedora 36 (via Chrome package)

Discovery Timeline

  • 2022-07-28 - CVE-2022-2162 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-2162

Vulnerability Analysis

This vulnerability stems from insufficient policy enforcement in Chrome's File System API implementation on Windows. The File System API is designed to provide web applications with controlled access to the local file system, but requires strict security policies to prevent unauthorized access. In affected versions, the policy enforcement mechanism fails to properly validate or restrict certain file system operations, creating a security gap that attackers can exploit.

The attack requires user interaction, specifically the victim must visit a malicious webpage containing the crafted HTML payload. Once triggered, the vulnerability allows the attacker to bypass the intended file system access restrictions that Chrome normally enforces to protect users from malicious web content.

Root Cause

The root cause of CVE-2022-2162 lies in the inadequate implementation of security policies governing the File System API in Google Chrome on Windows. The policy enforcement logic failed to properly validate or restrict file system access requests, allowing specially crafted HTML pages to circumvent the browser's security sandbox protections related to file system operations.

Attack Vector

The attack is network-based and requires user interaction. An attacker would need to:

  1. Create a malicious HTML page containing a crafted payload targeting the File System API vulnerability
  2. Lure a victim to visit the attacker-controlled webpage (via phishing, compromised sites, or malicious advertisements)
  3. When the page loads in a vulnerable Chrome browser on Windows, the crafted content triggers the policy bypass
  4. The attacker gains unauthorized file system access, bypassing Chrome's normal security restrictions

The vulnerability affects confidentiality, integrity, and availability of the target system. Successful exploitation could lead to unauthorized reading or modification of files, or denial of service conditions.

Detection Methods for CVE-2022-2162

Indicators of Compromise

  • Unusual file system operations initiated from the Chrome browser process
  • Web pages containing suspicious File System API calls or obfuscated JavaScript targeting file operations
  • Chrome process accessing unexpected file system locations outside normal browser data directories
  • Anomalous network traffic to known malicious domains followed by file system activity

Detection Strategies

  • Monitor Chrome process behavior for unusual file system access patterns that deviate from normal browsing activity
  • Implement web filtering and URL categorization to block access to known malicious sites
  • Deploy browser security extensions that can detect and block suspicious File System API usage
  • Utilize endpoint detection and response (EDR) solutions to identify exploitation attempts

Monitoring Recommendations

  • Enable Chrome browser logging and audit file system access events on Windows endpoints
  • Configure security information and event management (SIEM) rules to correlate browser process activity with file system operations
  • Monitor for Chrome versions below 103.0.5060.53 across the enterprise and flag for immediate updates
  • Implement network-based detection for malicious HTML content targeting browser vulnerabilities

How to Mitigate CVE-2022-2162

Immediate Actions Required

  • Update Google Chrome to version 103.0.5060.53 or later immediately across all Windows systems
  • Enable automatic updates for Chrome to ensure timely security patch deployment
  • Educate users about the risks of visiting untrusted websites and clicking suspicious links
  • Review browser policies and consider restricting File System API access where not required

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 103.0.5060.53. The fix was announced in the Chrome Desktop Update Blog on June 21, 2022. Additional technical details can be found in Chrome Bug Report #1307930.

Linux distributions have also released patches:

  • Fedora Package Announcement for Fedora 35/36
  • Gentoo GLSA 202208-25

Workarounds

  • If immediate patching is not possible, consider using an alternative browser temporarily on critical systems
  • Implement network-level blocking of known malicious websites and suspicious domains
  • Use browser isolation technology to contain potential exploitation attempts
  • Restrict user browsing to trusted websites only through proxy filtering until patches can be applied
bash
# Verify Chrome version on Windows (PowerShell)
(Get-Item "C:\Program Files\Google\Chrome\Application\chrome.exe").VersionInfo.ProductVersion

# Force Chrome update via command line
"C:\Program Files\Google\Chrome\Application\chrome.exe" --check-for-update-interval=1

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202208-25
  • Vendor Resources
  • Chrome Desktop Update Blog

  • Chrome Bug Report #1307930
  • Related CVEs
  • CVE-2026-5911: Google Chrome Policy Bypass Vulnerability

  • CVE-2026-5919: Google Chrome WebSockets SOP Bypass Flaw

  • CVE-2026-5903: Google Chrome Auth Bypass Vulnerability

  • CVE-2026-5901: Google Chrome Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English