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-2022-24775

CVE-2022-24775: Drupal guzzlehttp/psr7 Header Parsing Flaw

CVE-2022-24775 is an improper header parsing vulnerability in Drupal's guzzlehttp/psr7 PSR-7 HTTP message library that allows attackers to inject newline characters. This post covers technical details, affected versions, and patches.

Published: February 11, 2026

CVE-2022-24775 Overview

CVE-2022-24775 is an improper header parsing vulnerability in guzzlehttp/psr7, a widely-used PSR-7 HTTP message library for PHP. The vulnerability exists in versions prior to 1.8.4 and 2.1.1, where inadequate input validation allows attackers to inject newline characters into HTTP headers. This flaw enables malicious actors to pass untrusted values through header manipulation, potentially leading to HTTP response splitting attacks and other security compromises.

Critical Impact

Attackers can exploit improper header parsing to inject malicious headers via newline characters, potentially enabling HTTP response splitting, cache poisoning, and session hijacking attacks against applications using vulnerable versions of guzzlehttp/psr7.

Affected Products

  • guzzlephp psr-7 (versions prior to 1.8.4 and 2.1.1)
  • drupal drupal (dependent on vulnerable psr-7 library)

Discovery Timeline

  • 2022-03-21 - CVE CVE-2022-24775 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24775

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the HTTP header parsing logic of guzzlehttp/psr7. The library fails to properly sanitize or reject newline characters (\r\n or \n) when processing HTTP header values. In HTTP protocol, headers are terminated by CRLF sequences, so allowing untrusted input to contain these characters enables attackers to effectively terminate one header prematurely and inject additional headers of their choosing.

The attack surface is significant as guzzlehttp/psr7 is a foundational library used by the popular Guzzle HTTP client and is widely adopted across the PHP ecosystem, including by Drupal core. Applications that pass user-controlled input into HTTP headers without additional sanitization are vulnerable to exploitation.

Root Cause

The root cause of CVE-2022-24775 is insufficient input validation in the header parsing functions of guzzlehttp/psr7. The library did not properly validate header values to ensure they do not contain newline characters before processing. This oversight allows attackers to craft malicious input containing \r\n or \n sequences that break out of the intended header context and inject arbitrary HTTP headers into the response.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an application that uses a vulnerable version of guzzlehttp/psr7
  2. Finding an input vector where user-controlled data is incorporated into HTTP headers
  3. Crafting a malicious payload containing newline characters followed by injected header content
  4. Submitting the payload to inject arbitrary headers into HTTP responses

This can lead to HTTP response splitting attacks where the attacker controls portions of the HTTP response, potentially enabling cross-site scripting (XSS), cache poisoning, or session manipulation. For detailed technical information, refer to the GitHub Security Advisory GHSA-q7rv-6hp3-vh96.

Detection Methods for CVE-2022-24775

Indicators of Compromise

  • Unusual HTTP header values in application logs containing encoded newline characters (%0d%0a, %0a)
  • Unexpected or malformed HTTP responses being served to clients
  • Web application firewall alerts for HTTP response splitting attempts
  • Log entries showing header injection patterns in request parameters

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing newline character sequences in header-related parameters
  • Monitor application logs for unusual header manipulation patterns or malformed requests
  • Perform dependency scanning to identify vulnerable versions of guzzlehttp/psr7 in your PHP projects
  • Use composer audit or similar tools to automatically detect known vulnerabilities in dependencies

Monitoring Recommendations

  • Enable detailed logging for HTTP request and response headers in your application
  • Configure intrusion detection systems (IDS) to alert on HTTP response splitting signatures
  • Implement automated dependency vulnerability scanning in CI/CD pipelines
  • Monitor for unexpected cache behavior that may indicate cache poisoning attempts

How to Mitigate CVE-2022-24775

Immediate Actions Required

  • Update guzzlehttp/psr7 to version 1.8.4 or later (for 1.x branch) or 2.1.1 or later (for 2.x branch)
  • Run composer update guzzle/psr7 to pull the latest patched version
  • Review application code for any manual header manipulation that could bypass library protections
  • Implement additional input validation for any user-controlled data that flows into HTTP headers

Patch Information

The vulnerability has been patched in guzzlehttp/psr7 versions 1.8.4 and 2.1.1. The fixes implement proper validation to reject header values containing newline characters. Drupal has also released an update addressing this vulnerability as documented in Drupal Security Advisory SA-CORE-2022-006.

For reference, the specific patches can be found at:

  • Patch for version 1.x branch
  • Patch for version 2.x branch

Workarounds

  • According to the advisory, there are currently no known workarounds for this vulnerability
  • The recommended action is to upgrade to the patched versions immediately
  • As a defense-in-depth measure, implement input sanitization that strips or rejects newline characters from any user input that may be used in HTTP headers
bash
# Update guzzlehttp/psr7 to patched version
composer require guzzle/psr7:^1.8.4
# or for 2.x branch
composer require guzzle/psr7:^2.1.1

# Verify installed version
composer show guzzle/psr7

# For Drupal sites, apply core updates
composer update drupal/core drupal/core-recommended --with-dependencies

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechDrupal

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Security Advisory GHSA-q7rv-6hp3-vh96
  • Vendor Resources
  • GitHub Pull Request Commit

  • GitHub Pull Request Commit

  • Drupal Security Advisory SA-CORE-2022-006
  • Related CVEs
  • CVE-2025-31674: Drupal Core Object Injection Vulnerability

  • CVE-2022-25271: Drupal Core Input Validation Vulnerability

  • CVE-2026-1556: Drupal File Paths Information Disclosure

  • CVE-2026-0748: Drupal i18n Module Auth Bypass 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