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
    • 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-2026-0905

CVE-2026-0905: Google Chrome Information Disclosure Flaw

CVE-2026-0905 is an information disclosure vulnerability in Google Chrome that allows attackers to extract sensitive data from network log files. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-0905 Overview

CVE-2026-0905 is an information disclosure vulnerability affecting Google Chrome's Network component. The flaw stems from insufficient policy enforcement that allows an attacker who has obtained a network log file to potentially extract sensitive information. This vulnerability affects Google Chrome versions prior to 144.0.7559.59 and has been classified as an Information Exposure issue (CWE-200).

Critical Impact

Attackers with access to network log files can potentially extract sensitive data, including authentication tokens, session identifiers, and other confidential information that may be inadvertently logged due to insufficient policy enforcement.

Affected Products

  • Google Chrome versions prior to 144.0.7559.59
  • Chromium-based browsers using affected Network component versions
  • Desktop platforms running vulnerable Chrome installations

Discovery Timeline

  • January 20, 2026 - CVE-2026-0905 published to NVD
  • January 20, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0905

Vulnerability Analysis

This vulnerability is rooted in insufficient policy enforcement within Google Chrome's Network component. The flaw allows sensitive information to be exposed through network log files, which are diagnostic files used to troubleshoot network-related issues within the browser.

Under normal circumstances, network logging should sanitize or exclude sensitive data such as authentication credentials, cookies, and session tokens. However, due to improper policy enforcement, this sensitive information may be written to log files in a recoverable format. An attacker who gains access to these log files—whether through local access, malware, or social engineering—could potentially harvest this data for further attacks.

The vulnerability is particularly concerning in enterprise environments where network log files may be collected centrally for diagnostics or shared during support interactions without proper sanitization.

Root Cause

The root cause of CVE-2026-0905 lies in the inadequate enforcement of data sanitization policies within Chrome's Network logging functionality. The logging mechanism fails to properly filter or redact sensitive network traffic data before writing it to log files. This design oversight allows potentially sensitive information—such as request headers containing authentication tokens, cookies, and other session data—to persist in log files that could be accessed by unauthorized parties.

Attack Vector

This vulnerability requires an attacker to obtain access to Chrome's network log files. The attack vector involves:

  1. Log File Acquisition: The attacker must first obtain the network log file, which could occur through local system access, phishing users into sharing diagnostic files, or exploiting another vulnerability to exfiltrate files.

  2. Data Extraction: Once the log file is obtained, the attacker can parse the contents to extract sensitive information such as authentication tokens, session cookies, API keys, or other confidential data that was improperly logged.

  3. Credential Abuse: The extracted credentials or session data can then be used for session hijacking, unauthorized access to user accounts, or further lateral movement within target systems.

While the attack requires the attacker to first obtain the log file (typically through secondary means), the information disclosure impact can be severe depending on what sensitive data was captured in the logs during the user's browsing session.

Detection Methods for CVE-2026-0905

Indicators of Compromise

  • Unexpected access to Chrome network log files (typically located in user profile directories)
  • Anomalous file read operations targeting Chrome diagnostic or log directories
  • Evidence of log file exfiltration through network monitoring or endpoint detection

Detection Strategies

  • Monitor for unauthorized access to Chrome's network logging directories and associated net-export log files
  • Implement file integrity monitoring on Chrome profile directories to detect unexpected reads or copies of log files
  • Review endpoint detection logs for suspicious processes accessing Chrome diagnostic data
  • Configure alerting on outbound transfers of .json or .log files from Chrome profile paths

Monitoring Recommendations

  • Enable enhanced logging on endpoints to track file access events related to browser data directories
  • Deploy behavioral analytics to identify unusual patterns of diagnostic file collection or transmission
  • Implement network monitoring to detect potential exfiltration of log files to external destinations
  • Conduct periodic audits of shared diagnostic files to ensure sensitive data is not inadvertently exposed

How to Mitigate CVE-2026-0905

Immediate Actions Required

  • Update Google Chrome to version 144.0.7559.59 or later immediately
  • Review any previously shared or stored network log files and delete those that may contain sensitive information
  • Educate users about the risks of sharing browser diagnostic files with untrusted parties
  • Implement access controls to restrict unauthorized access to browser profile directories

Patch Information

Google has addressed this vulnerability in Chrome version 144.0.7559.59. The fix implements proper policy enforcement to ensure sensitive data is appropriately sanitized before being written to network log files.

For detailed patch information, refer to the Chrome Blog Update and the Chromium Issue Tracker #465466773.

Organizations using enterprise Chrome deployments should push updates through their existing browser management solutions to ensure all endpoints are patched promptly.

Workarounds

  • Avoid generating or sharing network log files until the browser is updated
  • If network logging is necessary, ensure log files are deleted immediately after troubleshooting
  • Restrict user permissions to prevent unauthorized access to Chrome profile directories
  • Use enterprise policies to disable network logging functionality if not required for operations
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected: Google Chrome 144.0.7559.59 or higher

# Enterprise Chrome policy to restrict net-export (Windows Registry example)
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# Create DWORD: NetExportEnabled = 0

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-200
  • Technical References
  • Chrome Blog Update

  • Chromium Issue Tracker #465466773
  • Related CVEs
  • CVE-2026-5918: Google Chrome Information Disclosure Flaw

  • CVE-2026-5890: Google Chrome Information Disclosure Flaw

  • CVE-2026-5889: Google Chrome PDFium Disclosure Flaw

  • CVE-2026-5888: Google Chrome WebCodecs Info Disclosure
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