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-2023-25728

CVE-2023-25728: Mozilla Firefox Information Disclosure Flaw

CVE-2023-25728 is an information disclosure vulnerability in Mozilla Firefox that allows attackers to leak iframe URIs via Content-Security-Policy-Report-Only headers. This article covers technical details, affected versions, and mitigations.

Published: February 4, 2026

CVE-2023-25728 Overview

CVE-2023-25728 is an information leakage vulnerability affecting Mozilla Firefox, Firefox ESR, and Thunderbird. The Content-Security-Policy-Report-Only header could allow an attacker to leak a child iframe's unredacted URI when interaction with that iframe triggers a redirect. This vulnerability exploits the CSP reporting mechanism to extract sensitive URL information that should otherwise be protected.

Critical Impact

Attackers can leverage this vulnerability to leak sensitive information contained within iframe URIs, potentially exposing session tokens, authentication parameters, or other confidential data embedded in URLs during user interactions with embedded content.

Affected Products

  • Mozilla Firefox versions prior to 110
  • Mozilla Firefox ESR versions prior to 102.8
  • Mozilla Thunderbird versions prior to 102.8

Discovery Timeline

  • 2023-06-02 - CVE-2023-25728 published to NVD
  • 2025-01-10 - Last updated in NVD database

Technical Details for CVE-2023-25728

Vulnerability Analysis

This vulnerability is classified under CWE-203 (Observable Discrepancy), which relates to information exposure through timing or behavioral differences. The flaw exists in how Mozilla products handle the Content-Security-Policy-Report-Only HTTP header when child iframes perform redirects during user interaction.

Under normal circumstances, when a Content Security Policy violation occurs, the browser sends a report to the specified endpoint. However, this implementation contained a flaw where the full, unredacted URI of a child iframe could be leaked through CSP violation reports when that iframe triggered a redirect. This creates an observable side channel that attackers can exploit to extract sensitive URI components.

Root Cause

The root cause lies in the improper handling of URI redaction in CSP violation reports. When a child iframe performs a redirect during user interaction, the browser should redact sensitive portions of the URI before including it in the CSP report. However, the affected Mozilla products failed to properly sanitize this information, allowing the complete URI—including potentially sensitive query parameters and fragments—to be transmitted to the attacker-controlled reporting endpoint.

Attack Vector

The attack requires network access and user interaction. An attacker would need to:

  1. Host a malicious webpage that includes a target iframe
  2. Configure a Content-Security-Policy-Report-Only header pointing to an attacker-controlled endpoint
  3. Wait for user interaction with the iframe that triggers a redirect
  4. Capture the CSP violation report containing the unredacted URI

The attack scenario involves embedding a cross-origin iframe within an attacker-controlled page. When a user interacts with the embedded content and this triggers a navigation or redirect, the CSP reporting mechanism inadvertently leaks the full destination URI to the attacker's reporting endpoint. This could expose sensitive information such as session identifiers, CSRF tokens, or other URL-embedded secrets. For detailed technical analysis, refer to the Mozilla Bug Report #1790345.

Detection Methods for CVE-2023-25728

Indicators of Compromise

  • Unusual CSP violation reports being generated and sent to external endpoints
  • Webpages with Content-Security-Policy-Report-Only headers pointing to suspicious domains
  • Unexpected iframe embedding patterns in web traffic analysis

Detection Strategies

  • Monitor network traffic for CSP violation reports being sent to untrusted external endpoints
  • Implement web proxy rules to flag suspicious Content-Security-Policy-Report-Only header configurations
  • Deploy browser version auditing to identify vulnerable Firefox, Firefox ESR, and Thunderbird installations

Monitoring Recommendations

  • Establish baseline CSP reporting patterns for legitimate applications and alert on anomalies
  • Configure endpoint detection to track browser version information and flag unpatched installations
  • Review DNS queries for connections to known malicious CSP reporting endpoints

How to Mitigate CVE-2023-25728

Immediate Actions Required

  • Update Mozilla Firefox to version 110 or later
  • Update Mozilla Firefox ESR to version 102.8 or later
  • Update Mozilla Thunderbird to version 102.8 or later
  • Implement enterprise browser version management policies to ensure timely updates

Patch Information

Mozilla has released security patches addressing this vulnerability. Users should update to the fixed versions immediately:

  • Firefox: Version 110+ - See Mozilla Security Advisory MFSA-2023-06
  • Firefox ESR: Version 102.8+ - See Mozilla Security Advisory MFSA-2023-05
  • Thunderbird: Version 102.8+ - See Mozilla Security Advisory MFSA-2023-07

Workarounds

  • If immediate patching is not possible, consider disabling CSP reporting functionality at the network level
  • Implement network-level filtering to block CSP reports to untrusted external domains
  • Use enterprise browser policies to restrict iframe embedding from untrusted sources
  • Monitor for and block connections to known malicious CSP reporting endpoints
bash
# Example: Block CSP reports to external domains via proxy configuration
# Add to squid.conf or similar proxy configuration
acl csp_report_paths urlpath_regex .*csp-report.*
acl trusted_csp_endpoints dstdomain .yourdomain.com
http_access deny csp_report_paths !trusted_csp_endpoints

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMozilla Firefox

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-203
  • Technical References
  • Mozilla Bug Report #1790345
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2023-05

  • Mozilla Security Advisory MFSA-2023-06

  • Mozilla Security Advisory MFSA-2023-07
  • Related CVEs
  • CVE-2026-4712: Mozilla Firefox Information Disclosure Bug

  • CVE-2026-2803: Mozilla Firefox Information Disclosure Flaw

  • CVE-2026-2794: Mozilla Firefox Information Disclosure

  • CVE-2026-2783: Mozilla Firefox Information Disclosure Flaw
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