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

CVE-2026-5887: Google Chrome Download Bypass Vulnerability

CVE-2026-5887 is a download restriction bypass flaw in Google Chrome on Windows that allows attackers to evade download protections through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5887 Overview

A vulnerability in Google Chrome's Downloads component allows remote attackers to bypass download restrictions through insufficient validation of untrusted input. This improper input validation flaw (CWE-20) enables attackers to circumvent security controls that would normally prevent potentially dangerous file downloads by crafting malicious HTML pages that exploit the validation weakness.

Critical Impact

Remote attackers can bypass download restrictions on Windows systems running vulnerable Chrome versions, potentially allowing delivery of malicious files to end users without proper security warnings.

Affected Products

  • Google Chrome on Windows prior to version 147.0.7727.55

Discovery Timeline

  • April 8, 2026 - CVE-2026-5887 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5887

Vulnerability Analysis

This vulnerability stems from insufficient validation of untrusted input within Google Chrome's Downloads functionality. The flaw specifically affects Chrome running on Windows operating systems and relates to improper input validation (CWE-20) in how the browser processes download requests initiated from web content.

When a user visits a specially crafted HTML page, the malicious content can exploit the validation weakness to bypass Chrome's built-in download restrictions. These restrictions are designed to protect users by blocking or warning about potentially dangerous file types and sources. The bypass allows attackers to deliver files that would otherwise be flagged or blocked by the browser's security mechanisms.

Google has assigned this vulnerability a Chromium security severity rating of Medium, indicating that while exploitable, the attack requires user interaction (visiting a malicious page) and may have limited impact compared to higher-severity flaws like remote code execution.

Root Cause

The root cause is improper input validation in the Downloads component of Google Chrome. The browser fails to adequately validate input from untrusted sources (web content) when processing download requests, allowing crafted inputs to bypass security controls that enforce download restrictions.

Attack Vector

The attack requires a victim to visit a malicious website containing a specially crafted HTML page. The attacker-controlled page exploits the input validation flaw to trigger downloads that bypass Chrome's security restrictions. This is a client-side attack that requires user interaction but can be delivered through phishing campaigns, malicious advertisements, or compromised websites.

The vulnerability allows the attacker to craft HTML elements or JavaScript code that manipulates how Chrome processes download requests, effectively circumventing the browser's file type restrictions, source validation, or security warning mechanisms.

Detection Methods for CVE-2026-5887

Indicators of Compromise

  • Unexpected file downloads occurring without proper Chrome security warnings or prompts
  • Download logs showing files originating from suspicious or untrusted web sources
  • Presence of potentially unwanted or malicious files in user download directories that bypassed normal blocking

Detection Strategies

  • Monitor Chrome browser version across endpoints to identify systems running versions prior to 147.0.7727.55
  • Implement web proxy logging to identify access to suspicious HTML pages that may be delivering exploit payloads
  • Deploy endpoint detection rules that alert on unusual download patterns or file types from web browsers
  • Review browser download history for anomalies in file types or sources that should have triggered security warnings

Monitoring Recommendations

  • Enable enhanced logging for browser download activity on enterprise endpoints
  • Configure web filtering solutions to block known malicious domains and suspicious file downloads
  • Implement SentinelOne behavioral analysis to detect post-download malicious file execution attempts
  • Monitor for patterns of users accessing similar suspicious URLs that may indicate a targeted campaign

How to Mitigate CVE-2026-5887

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.55 or later on all Windows systems immediately
  • Verify Chrome auto-update functionality is working correctly across the enterprise
  • Educate users about the risks of visiting untrusted websites and clicking suspicious links
  • Review any recent downloads on potentially affected systems for malicious content

Patch Information

Google has addressed this vulnerability in Chrome version 147.0.7727.55. The patch improves input validation in the Downloads component to properly enforce download restrictions against untrusted content. For detailed patch information, see the Chrome Releases Blog and the Chromium Issue #486079015.

Organizations should ensure Chrome is updated through the browser's built-in auto-update mechanism or through enterprise deployment tools such as Group Policy or Chrome Browser Cloud Management.

Workarounds

  • Restrict access to untrusted websites through web filtering or proxy solutions until patching is complete
  • Enable Chrome's Enhanced Safe Browsing mode for additional download protection
  • Configure enterprise policies to block high-risk file type downloads from web sources
  • Consider temporary use of alternative browsers on high-risk systems until Chrome is updated
bash
# Verify Chrome version on Windows via command line
"C:\Program Files\Google\Chrome\Application\chrome.exe" --version

# Enterprise: Force Chrome update via registry (requires restart)
reg add "HKLM\SOFTWARE\Policies\Google\Update" /v "AutoUpdateCheckPeriodMinutes" /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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Chrome Blog Update

  • Chromium Issue #486079015
  • Related CVEs
  • CVE-2026-7952: Google Chrome Auth Bypass Vulnerability

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

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

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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