The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-4357

CVE-2023-4357: Google Chrome XXE Vulnerability

CVE-2023-4357 is an XXE vulnerability in Google Chrome that allows remote attackers to bypass file access restrictions via crafted HTML. This post covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-4357 Overview

CVE-2023-4357 is an Improper Input Validation vulnerability affecting Google Chrome's XML processing component. The flaw stems from insufficient validation of untrusted input in the XML parser, which allows remote attackers to bypass file access restrictions through specially crafted HTML pages. This vulnerability enables attackers to potentially access sensitive local files that should be protected by the browser's security sandbox.

Critical Impact

Remote attackers can exploit this vulnerability to bypass Chrome's file access restrictions, potentially leading to unauthorized access to sensitive local files and data exfiltration through malicious web content.

Affected Products

  • Google Chrome prior to version 116.0.5845.96
  • Debian Linux 11.0 and 12.0
  • Fedora 38

Discovery Timeline

  • 2023-08-15 - CVE-2023-4357 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-4357

Vulnerability Analysis

This vulnerability resides in Chrome's XML processing subsystem, where insufficient validation of untrusted input allows attackers to craft malicious XML content that can bypass the browser's file access restrictions. When a user visits a malicious webpage containing specially crafted HTML and XML content, the browser's XML parser fails to properly validate the input, allowing the attacker to access local files that would normally be protected by the same-origin policy and file access controls.

The vulnerability is particularly concerning because it can be exploited remotely through a simple user action—visiting a malicious webpage. No special privileges are required on the attacker's side, and the attack can be executed with relatively low complexity. The impact includes potential compromise of confidentiality, integrity, and availability of user data.

Root Cause

The root cause of CVE-2023-4357 is the lack of proper input validation in Chrome's XML processing code (CWE-20: Improper Input Validation). The XML parser does not adequately sanitize or validate external input before processing it, creating an opportunity for attackers to inject malicious content that circumvents security controls. This allows specially crafted XML data to be processed in ways that bypass the intended file access restrictions implemented in Chrome's security model.

Attack Vector

The attack is executed remotely over the network and requires user interaction—specifically, the victim must be tricked into visiting a malicious webpage. The attacker crafts a webpage containing specially formed HTML and XML content designed to exploit the validation weakness. When the victim's Chrome browser renders this page, the vulnerable XML parser processes the malicious content without proper validation, allowing the attacker to bypass file access restrictions.

The exploitation process typically involves:

  1. An attacker creating a malicious webpage with crafted HTML containing embedded XML content
  2. The victim visiting the attacker-controlled webpage or being redirected to it
  3. Chrome's XML parser processing the malicious content without adequate validation
  4. The attacker gaining the ability to access files that should be restricted by the browser's security model

For detailed technical information about this vulnerability, refer to the Chrome Bug Report #1458911 and the Google Chrome Update Bulletin.

Detection Methods for CVE-2023-4357

Indicators of Compromise

  • Unusual file access attempts originating from the Chrome browser process
  • Network traffic showing suspicious XML content being loaded from untrusted external sources
  • Chrome crash dumps or error logs indicating XML parsing failures
  • Unexpected access to sensitive local files (e.g., credential stores, configuration files) by browser processes

Detection Strategies

  • Monitor browser process behavior for anomalous file system access patterns outside normal browsing directories
  • Implement network-based intrusion detection rules to identify malicious XML payloads targeting this vulnerability
  • Deploy endpoint detection solutions like SentinelOne to identify and block exploitation attempts in real-time
  • Analyze web proxy logs for requests containing suspicious XML structures known to be associated with this CVE

Monitoring Recommendations

  • Enable Chrome's Safe Browsing feature to block known malicious pages
  • Implement browser policy enforcement to restrict access to untrusted websites
  • Deploy SentinelOne Singularity Platform to monitor endpoint behavior and detect file access anomalies
  • Regularly review Chrome version deployments across the organization to ensure patched versions are in use

How to Mitigate CVE-2023-4357

Immediate Actions Required

  • Update Google Chrome to version 116.0.5845.96 or later immediately
  • Apply security updates for Debian and Fedora systems that include Chromium packages
  • Implement browser policies to restrict access to untrusted web content
  • Deploy endpoint protection solutions to detect and prevent exploitation attempts

Patch Information

Google has released Chrome version 116.0.5845.96 which addresses this vulnerability. The fix improves input validation in the XML processing component to prevent malicious content from bypassing file access restrictions.

Organizations should:

  1. Deploy the updated Chrome version through their software management system
  2. For Debian users, apply the patches detailed in Debian Security Advisory DSA-5479
  3. For Fedora users, apply updates from the Fedora Package Announcements
  4. For Gentoo users, refer to GLSA 202401-34 for patch information

Workarounds

  • Restrict users from visiting untrusted websites through web filtering or proxy solutions
  • Consider temporarily disabling or restricting XML processing features if browser updates cannot be immediately applied
  • Implement network-level controls to block access to known malicious domains
  • Use browser isolation technologies to contain potential exploitation attempts
bash
# Verify Chrome version on Linux/macOS systems
google-chrome --version
# Expected output: Google Chrome 116.0.5845.96 or higher

# For enterprise deployments, verify Chrome policies are enforced
cat /etc/opt/chrome/policies/managed/*.json

# Check for automatic updates enabled
grep -r "AutoUpdateEnabled" /etc/opt/chrome/policies/

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability59.25%

  • 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

  • CWE-20
  • Technical References
  • Chrome Bug Report #1458911

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202401-34

  • Debian Security Advisory DSA-5479
  • Vendor Resources
  • Google Chrome Update Bulletin
  • Related CVEs
  • CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

  • CVE-2026-5912: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-5911: Google Chrome Policy Bypass Vulnerability

  • CVE-2026-5910: Google Chrome Media Integer Overflow RCE
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