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-2021-29991

CVE-2021-29991: Mozilla Firefox CSRF Vulnerability

CVE-2021-29991 is a CSRF flaw in Mozilla Firefox involving HTTP/3 header splitting that enables header injection attacks. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-29991 Overview

Firefox incorrectly accepted a newline character in HTTP/3 headers, interpreting it as two separate headers. This implementation flaw allowed attackers to perform header splitting attacks against servers using HTTP/3, potentially enabling various malicious activities including cache poisoning, session hijacking, and cross-site scripting through injected headers.

Critical Impact

This HTTP Request Smuggling vulnerability (CWE-444) allows attackers to manipulate HTTP/3 headers, potentially compromising server-side security controls and enabling downstream attacks against web applications.

Affected Products

  • Mozilla Firefox versions prior to 91.0.1
  • Mozilla Thunderbird versions prior to 91.0.1

Discovery Timeline

  • 2021-11-03 - CVE-2021-29991 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-29991

Vulnerability Analysis

The vulnerability exists in Firefox's HTTP/3 protocol implementation, specifically in how the browser parses and validates HTTP header lines. HTTP/3, which operates over QUIC, uses a different framing mechanism than HTTP/1.x and HTTP/2. The vulnerable code path failed to properly reject newline characters (CR/LF sequences) embedded within header values.

When a malicious server or man-in-the-middle attacker sends a crafted HTTP/3 response containing a newline character within a header value, Firefox incorrectly splits this into two separate headers. This behavior violates the HTTP specification, which requires that header values be treated atomically.

The impact of this vulnerability is significant because it enables header injection attacks. An attacker could inject additional headers that the client would process as legitimate server-sent headers. This could be exploited to:

  • Inject Set-Cookie headers to perform session fixation attacks
  • Manipulate caching directives to poison browser caches
  • Inject security-relevant headers like Content-Security-Policy to weaken security controls
  • Perform cross-site scripting attacks through header injection

Root Cause

The root cause is classified as CWE-444 (Inconsistent Interpretation of HTTP Requests), stemming from improper validation of HTTP/3 header content. The HTTP/3 header parsing logic in Firefox failed to enforce the RFC-mandated restriction that header field values must not contain newline characters. This oversight in input validation allowed the header splitting attack to succeed.

Attack Vector

This vulnerability is exploitable over the network and requires user interaction, specifically that a victim must visit a malicious website or receive content from a compromised HTTP/3 server. The attacker needs to control or intercept HTTP/3 responses to inject the malicious header content.

The attack flow involves:

  1. Victim initiates an HTTP/3 connection to a server controlled or compromised by the attacker
  2. Attacker crafts an HTTP/3 response with a header value containing embedded newline characters
  3. Firefox's vulnerable parser incorrectly splits the single header into multiple headers
  4. The injected headers are processed as legitimate, enabling subsequent attacks

For detailed technical information, refer to the Mozilla Bug Report #1724896.

Detection Methods for CVE-2021-29991

Indicators of Compromise

  • Unusual HTTP/3 traffic patterns containing embedded newline sequences in header values
  • Unexpected Set-Cookie headers appearing in browser sessions from untrusted domains
  • Anomalous cache behavior indicating potential cache poisoning
  • Signs of session hijacking or unauthorized account access correlating with HTTP/3 browsing activity

Detection Strategies

  • Monitor network traffic for HTTP/3 responses containing CR/LF characters within header field values
  • Implement browser version auditing to identify installations running Firefox or Thunderbird versions prior to 91.0.1
  • Deploy endpoint detection and response (EDR) solutions to identify exploitation attempts
  • Review web server logs for evidence of header injection or smuggling attacks originating from vulnerable clients

Monitoring Recommendations

  • Enable detailed logging of HTTP/3 transactions at network perimeter devices
  • Configure SentinelOne agents to monitor for known exploitation patterns and vulnerable browser versions
  • Establish baseline browser version inventories and alert on outdated Mozilla product installations
  • Implement application-layer protocol inspection for HTTP/3 traffic where feasible

How to Mitigate CVE-2021-29991

Immediate Actions Required

  • Update Mozilla Firefox to version 91.0.1 or later immediately
  • Update Mozilla Thunderbird to version 91.0.1 or later immediately
  • Audit all endpoints for vulnerable browser versions and prioritize remediation
  • Consider temporarily disabling HTTP/3 support in Firefox via about:config if immediate patching is not possible

Patch Information

Mozilla has released security patches addressing this vulnerability. The fix is included in Firefox 91.0.1 and Thunderbird 91.0.1. Organizations should obtain the updated versions from official Mozilla distribution channels.

For complete details, see the Mozilla Security Advisory MFSA-2021-37.

Workarounds

  • Disable HTTP/3 support in Firefox by navigating to about:config and setting network.http.http3.enabled to false
  • Deploy network-level controls to block or inspect HTTP/3 traffic until clients are patched
  • Use enterprise browser management tools to enforce minimum browser version requirements
  • Consider deploying alternative browsers while awaiting patch deployment
bash
# Firefox HTTP/3 mitigation via user.js (user preference file)
# Add to Firefox profile directory's user.js file
user_pref("network.http.http3.enabled", false);

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMozilla Firefox

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Technical References
  • Mozilla Bug Report #1724896
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2021-37
  • Related CVEs
  • CVE-2026-6755: Mozilla Firefox CSRF Vulnerability

  • CVE-2026-6753: Mozilla Firefox Buffer Overflow Vulnerability

  • CVE-2026-6756: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2026-6757: Mozilla Firefox Use-After-Free 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