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-2025-23086

CVE-2025-23086: Brave Browser Origin Spoofing Vulnerability

CVE-2025-23086 is an origin spoofing flaw in Brave Browser versions 1.70.x-1.73.x that allows malicious sites to misrepresent download origins in file dialogs. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-23086 Overview

CVE-2025-23086 is an Open Redirect vulnerability (CWE-601) affecting Brave Browser versions 1.70.x through 1.73.x on most desktop platforms. The vulnerability exists in a security feature designed to display a site's origin in OS-provided file selector dialogs during upload or download operations. Due to improper origin inference in certain cases, an attacker can leverage an open redirector on a trusted site to initiate downloads that falsely appear to originate from that trusted site in the file selection dialog.

Critical Impact

Attackers can abuse this vulnerability to conduct phishing attacks by making malicious downloads appear to originate from trusted websites, potentially leading users to execute malware or disclose sensitive information.

Affected Products

  • Brave Browser versions 1.70.x through 1.73.x
  • Desktop platforms (Windows, macOS, Linux)

Discovery Timeline

  • 2025-01-21 - CVE CVE-2025-23086 published to NVD
  • 2025-03-22 - Last updated in NVD database

Technical Details for CVE-2025-23086

Vulnerability Analysis

This vulnerability stems from improper URL/origin validation in Brave Browser's file dialog feature. The browser implemented a security enhancement to display the originating site's domain when users are prompted to upload or download files. However, the origin inference logic fails to properly trace the request source when redirects are involved.

When a malicious site leverages an open redirect vulnerability on a legitimate, trusted website, the browser incorrectly attributes the download to the trusted site rather than the actual malicious origin. This creates a trust disparity where users believe they are downloading content from a known safe source.

Root Cause

The root cause is an improper URL validation weakness (CWE-601) in the origin determination logic. When processing redirected requests, the browser's file dialog feature fails to track the original request initiator through the redirect chain. Instead, it displays the intermediate trusted domain that performed the redirect, rather than the final destination or the initial malicious source.

Attack Vector

The attack requires user interaction and exploits the trust relationship users have with known websites. An attacker must:

  1. Identify a trusted website with an open redirector vulnerability
  2. Craft a URL that uses the trusted site's redirector to point to malicious content
  3. Deliver the crafted URL to victims through phishing, social engineering, or compromised websites
  4. When victims click the link, Brave Browser displays the trusted site's origin in the file download dialog
  5. Users, seeing the trusted origin, are more likely to accept and execute the downloaded file

The attack mechanism relies on the combination of the open redirect on a trusted site and Brave's improper origin inference, creating a convincing social engineering vector.

Detection Methods for CVE-2025-23086

Indicators of Compromise

  • Unusual redirect chains in browser history involving trusted sites redirecting to unknown domains
  • Downloaded files from trusted sites that don't match expected content types or file extensions
  • User reports of unexpected download prompts from commonly trusted websites
  • Network traffic showing redirect patterns from legitimate domains to suspicious endpoints

Detection Strategies

  • Monitor for open redirect exploitation patterns in web proxy logs
  • Implement browser version tracking to identify installations running vulnerable Brave versions (1.70.x-1.73.x)
  • Deploy endpoint detection rules for suspicious download behaviors following redirect chains
  • Correlate web traffic logs for redirect patterns involving trusted domains and external destinations

Monitoring Recommendations

  • Enable detailed browser logging to capture full redirect chains for forensic analysis
  • Monitor file download events correlated with redirect activity in network telemetry
  • Implement user awareness training to report suspicious download dialogs showing unexpected origins
  • Track Brave Browser update deployment to ensure vulnerable versions are patched

How to Mitigate CVE-2025-23086

Immediate Actions Required

  • Update Brave Browser to version 1.74.x or later immediately
  • Audit organization endpoints for vulnerable Brave Browser versions (1.70.x-1.73.x)
  • Educate users about verifying download sources beyond the displayed origin dialog
  • Consider temporarily blocking or monitoring downloads from known open redirector endpoints

Patch Information

Brave Software has addressed this vulnerability in Brave Browser versions beyond 1.73.x. Organizations should update to the latest stable release of Brave Browser to remediate this issue. The fix properly traces the origin through redirect chains to accurately display the true source of download requests.

For additional details, refer to the HackerOne Report #2888770.

Workarounds

  • Disable automatic downloads in Brave Browser settings until updates can be applied
  • Use browser extensions or proxy solutions to block known open redirect URLs on trusted sites
  • Implement strict download policies requiring users to verify file sources through alternative means
  • Consider using alternative browsers for sensitive operations until Brave is updated
bash
# Check Brave Browser version on Linux/macOS
brave --version

# Force Brave update check (macOS)
/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser --check-for-update-interval=0

# Verify current version is patched (should be 1.74.x or higher)
# If version shows 1.70.x through 1.73.x, update immediately

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechBrave Browser

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • HackerOne Report #2888770
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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