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

CVE-2023-4580: Firefox Information Disclosure Vulnerability

CVE-2023-4580 is an information disclosure vulnerability in Mozilla Firefox where push notifications in private browsing mode were stored unencrypted. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-4580 Overview

CVE-2023-4580 is a sensitive data exposure vulnerability affecting Mozilla Firefox, Firefox ESR, and Thunderbird. The vulnerability exists because push notifications stored on disk during private browsing sessions were not being encrypted, potentially allowing unauthorized access to sensitive user information that was intended to remain confidential.

Private browsing mode is designed to prevent local storage of browsing data, ensuring user privacy. However, this vulnerability undermines that protection by storing unencrypted push notification data to disk, creating a persistent record that could be accessed by malicious actors with local access to the system or through other attack vectors.

Critical Impact

Unencrypted push notifications in private browsing mode can expose sensitive user information including message contents, notification metadata, and potentially authentication tokens to attackers with local system access.

Affected Products

  • Mozilla Firefox versions prior to 117
  • Mozilla Firefox ESR versions prior to 115.2
  • Mozilla Thunderbird versions prior to 115.2

Discovery Timeline

  • 2023-09-11 - CVE-2023-4580 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-4580

Vulnerability Analysis

This vulnerability is classified under CWE-311 (Missing Encryption of Sensitive Data). The core issue stems from Mozilla's push notification handling mechanism failing to apply encryption to notification data when operating in private browsing mode.

When users receive push notifications while in private browsing mode, the browser should either discard this data after use or ensure it is stored with appropriate encryption. Instead, the vulnerable versions write this notification data to disk in plaintext, creating a persistent privacy violation that defeats the purpose of private browsing.

The vulnerability requires user interaction, as a victim must be actively using private browsing mode and receiving push notifications for the data to be written to disk. Once stored, an attacker with local access to the file system could extract sensitive information from these unencrypted files.

Root Cause

The root cause of CVE-2023-4580 lies in the push notification storage subsystem's failure to check the browsing mode context before writing data to disk. The encryption routine that normally protects notification data in regular browsing mode was not being invoked during private browsing sessions. This represents an oversight in the privacy controls where the private browsing context was not properly communicated to or respected by the push notification handler.

Attack Vector

The attack vector for this vulnerability is network-based but requires user interaction. An attacker could potentially exploit this vulnerability through the following scenario:

  1. The attacker sends push notifications to a target user's browser or email client while they are in private browsing mode
  2. The application stores these notifications unencrypted on the local disk
  3. The attacker then gains access to the local file system through separate means (malware, physical access, shared system, or forensic analysis)
  4. The attacker reads the unencrypted push notification files to extract sensitive information

The vulnerability mechanism involves the push notification service writing data directly to disk storage without invoking the encryption layer. When the browser receives a push notification, it processes the notification payload and stores relevant data for display and user interaction. In private browsing mode, this storage should either be memory-only or encrypted, but the vulnerable implementation bypassed these protections. For detailed technical analysis, refer to the Mozilla Bug Report #1843046.

Detection Methods for CVE-2023-4580

Indicators of Compromise

  • Presence of unencrypted push notification files in Mozilla profile directories during or after private browsing sessions
  • Unexpected disk write activity to browser profile folders when private browsing mode is active
  • Evidence of file system access to notification storage locations by unauthorized processes
  • Forensic artifacts showing push notification content in browser data directories

Detection Strategies

  • Monitor for disk I/O operations to browser profile directories during private browsing sessions
  • Implement file integrity monitoring on Mozilla profile directories to detect unexpected file creation
  • Use endpoint detection tools to identify processes accessing notification storage files
  • Deploy SentinelOne agents to detect anomalous file access patterns in browser data directories

Monitoring Recommendations

  • Enable audit logging for file system access to browser profile directories
  • Configure SIEM rules to alert on unusual access patterns to Mozilla application data folders
  • Implement user behavior analytics to detect potential data exfiltration from browser storage locations
  • Review endpoint telemetry for evidence of local file system reconnaissance targeting browser data

How to Mitigate CVE-2023-4580

Immediate Actions Required

  • Update Mozilla Firefox to version 117 or later immediately
  • Update Mozilla Firefox ESR to version 115.2 or later
  • Update Mozilla Thunderbird to version 115.2 or later
  • Clear browser data and profile caches after updating to remove any previously exposed notification data
  • Review system access logs to identify any potential unauthorized access to browser profile directories

Patch Information

Mozilla has released security patches addressing this vulnerability across all affected products. The fixes ensure that push notification data is properly encrypted or not persisted to disk during private browsing sessions.

For detailed patch information, refer to:

  • Mozilla Security Advisory MFSA-2023-34 (Firefox 117)
  • Mozilla Security Advisory MFSA-2023-36 (Firefox ESR 115.2)
  • Mozilla Security Advisory MFSA-2023-38 (Thunderbird 115.2)

Workarounds

  • Disable push notifications entirely in private browsing mode until patches can be applied
  • Avoid using private browsing mode on systems with shared or untrusted access until the browser is updated
  • Implement full-disk encryption to add a layer of protection for any unencrypted notification data
  • Regularly clear browser cache and storage data to minimize the window of exposure
bash
# Clear Mozilla Firefox profile data on Linux/macOS
rm -rf ~/.mozilla/firefox/*.default-release/storage/
rm -rf ~/.mozilla/firefox/*.default-release/notificationstore.json

# Clear Thunderbird profile data on Linux/macOS
rm -rf ~/.thunderbird/*.default-release/storage/

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.08%

  • 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
  • CWE-311
  • Technical References
  • Mozilla Bug Report #1843046
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2023-34

  • Mozilla Security Advisory MFSA-2023-36

  • Mozilla Security Advisory MFSA-2023-38
  • Related CVEs
  • CVE-2026-6765: Mozilla Firefox Information Disclosure Flaw

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

  • CVE-2026-6770: Firefox Information Disclosure Vulnerability

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