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-2024-11234

CVE-2024-11234: PHP SSRF Vulnerability

CVE-2024-11234 is a server-side request forgery flaw in PHP affecting versions 8.1.*, 8.2.*, and 8.3.* that allows HTTP request smuggling via improperly sanitized URIs. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-11234 Overview

A critical HTTP request smuggling vulnerability has been identified in PHP's stream handling implementation. When using streams with a configured proxy and the request_fulluri option enabled, the URI is not properly sanitized. This improper input validation allows attackers to inject malicious HTTP requests through the proxy, effectively enabling arbitrary HTTP requests to originate from the vulnerable server. This can lead to unauthorized access to internal resources, bypassing network security controls, and potentially compromising backend systems not normally accessible to external users.

Critical Impact

This vulnerability enables attackers to leverage the server as an HTTP request proxy, potentially accessing internal resources, bypassing firewall restrictions, and performing Server-Side Request Forgery (SSRF) attacks against protected backend services.

Affected Products

  • PHP versions 8.1.* before 8.1.31
  • PHP versions 8.2.* before 8.2.26
  • PHP versions 8.3.* before 8.3.14

Discovery Timeline

  • 2024-11-24 - CVE-2024-11234 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-11234

Vulnerability Analysis

This vulnerability stems from inadequate input sanitization in PHP's stream handling subsystem when processing URIs through proxy configurations. The flaw manifests when applications utilize PHP streams with a proxy server configured alongside the request_fulluri stream context option. Under these conditions, user-controlled input within the URI is not properly sanitized before being passed to the proxy, creating an injection point for HTTP request smuggling attacks.

The attack allows an adversary to craft malicious URIs that, when processed by the vulnerable PHP application, result in the server sending attacker-controlled HTTP requests through the configured proxy. This effectively transforms the PHP server into an open proxy under the attacker's control. The vulnerability is classified under CWE-20 (Improper Input Validation) and CWE-74 (Injection), reflecting both the root cause and the exploitation technique.

Root Cause

The root cause lies in insufficient validation and sanitization of URI data when PHP constructs HTTP requests to be sent through a configured proxy with request_fulluri enabled. The request_fulluri option instructs PHP to send the full URI (including the scheme and host) in the request line when communicating with proxies. Without proper sanitization, specially crafted characters in the URI can break out of the intended request structure and inject additional HTTP headers or complete HTTP requests.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by providing a specially crafted URI to any PHP application that:

  1. Uses PHP streams with proxy configuration
  2. Has the request_fulluri context option enabled
  3. Processes attacker-controllable URI data

By injecting CRLF (Carriage Return Line Feed) sequences or other HTTP-specific control characters into the URI, an attacker can smuggle arbitrary HTTP requests through the proxy. This enables access to internal services, port scanning of internal networks, and potential exploitation of services that trust requests from the PHP server's IP address.

The vulnerability mechanism involves the improper handling of special characters within the URI that should be escaped or rejected. When these characters are passed through to the proxy connection, they are interpreted as HTTP protocol elements, allowing the attacker to inject headers, terminate the original request, and begin a new request entirely. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2024-11234

Indicators of Compromise

  • Unusual outbound HTTP connections from PHP application servers to internal IP ranges or localhost
  • Proxy logs showing malformed or suspicious URI patterns containing encoded CRLF sequences (%0d%0a)
  • Unexpected access to internal services that should not receive external traffic
  • Web server logs containing URIs with suspicious character sequences or double HTTP requests

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing CRLF injection patterns in URI parameters
  • Implement network-level monitoring for PHP servers making unexpected connections to internal resources
  • Review proxy access logs for anomalous request patterns originating from PHP application servers
  • Deploy intrusion detection signatures that identify HTTP request smuggling patterns

Monitoring Recommendations

  • Enable detailed logging on proxy servers to capture full request URIs and detect injection attempts
  • Implement egress filtering and monitoring on PHP application servers to identify unauthorized internal access
  • Configure alerting for PHP servers attempting to access sensitive internal endpoints
  • Establish baseline network behavior for PHP applications and alert on deviations

How to Mitigate CVE-2024-11234

Immediate Actions Required

  • Upgrade PHP to patched versions: 8.1.31, 8.2.26, or 8.3.14 or later
  • Review application code for usage of streams with proxy configurations and request_fulluri option
  • Implement input validation on any user-controllable data used in stream URIs
  • Consider disabling the request_fulluri option if not strictly required

Patch Information

PHP has released security patches addressing this vulnerability in the following versions:

BranchPatched Version
PHP 8.18.1.31
PHP 8.28.2.26
PHP 8.38.3.14

Organizations should prioritize upgrading to these versions immediately. Additional vendor-specific patches are available from Debian LTS and NetApp.

Workarounds

  • Avoid using the request_fulluri stream context option when processing untrusted URI data
  • Implement strict input validation and sanitization on all URI components before passing to stream functions
  • Deploy network segmentation to limit the impact of potential SSRF attacks
  • Use web application firewalls (WAF) to filter requests containing CRLF injection patterns
bash
# Verify PHP version and check if vulnerable
php -v | head -1

# Check for usage of request_fulluri in codebase
grep -r "request_fulluri" /var/www/

# Update PHP on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade php8.3

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPhp

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.47%

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

  • CWE-74
  • Technical References
  • GitHub Security Advisory

  • Debian LTS Announcement

  • NetApp Security Advisory
  • Related CVEs
  • CVE-2025-1220: PHP fsockopen() SSRF Vulnerability

  • CVE-2020-7066: PHP get_headers() SSRF Vulnerability

  • CVE-2025-46454: Meta Keywords & Description LFI Vulnerability

  • CVE-2026-29861: PHP-MYSQL User Login System SQLi 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