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-0903

CVE-2026-0903: Google Chrome Auth Bypass Vulnerability

CVE-2026-0903 is an authentication bypass flaw in Google Chrome on Windows that allows attackers to bypass dangerous file type protections. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-0903 Overview

CVE-2026-0903 is an Improper Input Validation vulnerability affecting the Downloads component in Google Chrome on Windows prior to version 144.0.7559.59. The vulnerability stems from an inappropriate implementation that allows a remote attacker to bypass dangerous file type protections via a malicious file. This security flaw enables attackers to potentially deliver malicious payloads to users by circumventing Chrome's built-in file safety mechanisms.

Critical Impact

Remote attackers can bypass Chrome's dangerous file type protections, potentially enabling delivery of malicious executables or scripts to unsuspecting users through social engineering attacks.

Affected Products

  • Google Chrome on Windows prior to version 144.0.7559.59
  • Chromium-based browsers on Windows using affected codebase

Discovery Timeline

  • 2026-01-20 - CVE-2026-0903 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-0903

Vulnerability Analysis

The vulnerability resides in Google Chrome's Downloads component, specifically in how the browser handles file type validation during the download process. Chrome implements security measures to warn users about potentially dangerous file types (such as .exe, .bat, .cmd, and other executable formats), but this implementation flaw allows attackers to craft malicious files that evade these protections.

The root cause is classified as CWE-20 (Improper Input Validation), indicating that the browser fails to properly validate or sanitize certain file attributes before making security decisions about the download. This could involve manipulation of file headers, MIME types, file extensions, or other metadata that Chrome uses to determine if a file should trigger a security warning.

Root Cause

The vulnerability is caused by improper input validation in the Downloads component's file type detection logic. Chrome's security model relies on accurately identifying potentially dangerous files to warn users before execution. When this validation is flawed, attackers can disguise malicious files to bypass the protection mechanisms. The inappropriate implementation suggests that certain edge cases or malformed file attributes are not being handled correctly, allowing dangerous files to be treated as safe.

Attack Vector

The attack requires user interaction, as the victim must be enticed to download a malicious file. A typical attack scenario involves:

  1. An attacker hosts a specially crafted malicious file on a web server
  2. The victim is lured to download the file through phishing, malvertising, or compromised websites
  3. Due to the vulnerability, Chrome fails to recognize the file as dangerous
  4. The file downloads without the appropriate security warnings
  5. The victim may then execute the file, believing it to be safe

The attack is network-based and requires no special privileges on the target system. The user must interact by downloading and potentially executing the malicious file, which explains the medium severity rating assigned by Chromium security.

Detection Methods for CVE-2026-0903

Indicators of Compromise

  • Unexpected executable files appearing in download directories without corresponding Chrome security warnings
  • Browser history showing downloads from suspicious or newly registered domains
  • Downloaded files with mismatched extensions and actual file types
  • Chrome download events where dangerous file warnings were not triggered for executable content

Detection Strategies

  • Monitor Chrome browser version across endpoints to identify systems running versions prior to 144.0.7559.59
  • Implement endpoint detection rules for executable files downloaded without triggering Chrome's SafeBrowsing warnings
  • Analyze downloaded file metadata for signs of extension or MIME type manipulation
  • Deploy network monitoring to detect downloads of files with suspicious header or metadata characteristics

Monitoring Recommendations

  • Enable Chrome browser telemetry and audit logging for download events
  • Configure SIEM alerts for executable downloads on Windows endpoints running vulnerable Chrome versions
  • Implement file integrity monitoring on common download directories
  • Review Chrome Enterprise policies to ensure download restrictions are properly configured

How to Mitigate CVE-2026-0903

Immediate Actions Required

  • Update Google Chrome to version 144.0.7559.59 or later immediately on all Windows systems
  • Enable automatic Chrome updates to ensure future patches are applied promptly
  • Review recent downloads on affected systems for potentially malicious files
  • Reinforce user awareness about the risks of downloading files from untrusted sources

Patch Information

Google has released a security patch in Chrome version 144.0.7559.59 that addresses this vulnerability. The fix is included in the stable channel update released on January 13, 2026. Organizations should prioritize updating Chrome across all Windows endpoints. For detailed information about the patch, refer to the Google Chrome Release Update and the Chromium Issue Tracker #444803530.

Workarounds

  • Implement additional endpoint protection to scan all downloaded files regardless of Chrome's warnings
  • Configure Chrome Enterprise policies to block downloads of high-risk file types
  • Deploy network-level file inspection to detect and block potentially malicious downloads
  • Use application whitelisting to prevent execution of unauthorized executables
bash
# Chrome Enterprise policy to restrict dangerous downloads
# Add to Chrome policy template or registry
# Windows Registry path: HKLM\SOFTWARE\Policies\Google\Chrome
# DownloadRestrictions: 1 = Block dangerous downloads

reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v DownloadRestrictions /t REG_DWORD /d 1 /f

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

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Google Chrome Release Update

  • Chromium Issue Tracker #444803530
  • 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