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-2026-6735

CVE-2026-6735: PHP PHP-FPM XSS Vulnerability

CVE-2026-6735 is an XSS vulnerability in PHP PHP-FPM that allows attackers to execute arbitrary JavaScript via crafted URLs on the status page. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-6735 Overview

CVE-2026-6735 is a reflected Cross-Site Scripting (XSS) vulnerability [CWE-79] in PHP affecting the PHP-FPM (FastCGI Process Manager) status page. The flaw stems from improper sanitization of user-supplied data, allowing attackers to craft a malicious URL that executes arbitrary JavaScript when an administrator views the PHP-FPM status page. The vulnerability affects PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6. Exploitation requires user interaction, but the attack vector is network-based and requires no privileges.

Critical Impact

A successful attack executes arbitrary JavaScript in the context of an administrator session viewing the PHP-FPM status page, potentially leading to session theft, credential harvesting, or backend administrative actions.

Affected Products

  • PHP 8.2.* before 8.2.31
  • PHP 8.3.* before 8.3.31
  • PHP 8.4.* before 8.4.21 and PHP 8.5.* before 8.5.6

Discovery Timeline

  • 2026-05-10 - CVE-2026-6735 published to the National Vulnerability Database (NVD)
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-6735

Vulnerability Analysis

The vulnerability resides in the PHP-FPM status page handler, which renders request information without proper output encoding. PHP-FPM provides a built-in status endpoint that operators expose to monitor worker processes, request durations, and request URIs. When the status page formats certain request-derived fields, it fails to apply HTML context encoding to attacker-controlled values.

An attacker can craft a request whose URI or query parameters contain JavaScript payloads. When an administrator later views the PHP-FPM status page, the malicious content is rendered inline and executed by the administrator's browser. This is a classic stored or reflected XSS condition mapped to [CWE-79].

The vulnerability is exploitable in deployments where the PHP-FPM status page is reachable, even indirectly, by attacker-controlled requests and is subsequently viewed by privileged users.

Root Cause

The root cause is missing HTML entity encoding of user-controlled data within the PHP-FPM status page output routine. Request URIs, query strings, and related request metadata are written into the response without sanitization, breaking the trust boundary between attacker input and operator-facing HTML.

Attack Vector

The attack requires the attacker to send a crafted HTTP request to the target PHP-FPM service that records the malicious payload in tracked request data. The attacker then waits for, or social-engineers, an administrator into loading the status page. Because exploitation depends on operator interaction, the impact is gated on someone viewing the status interface.

No authentication is required to submit the malicious request. Refer to the PHP Security Advisory GHSA-7qg2-v9fj-4mwv for additional technical details.

Detection Methods for CVE-2026-6735

Indicators of Compromise

  • HTTP access logs containing request URIs with <script>, javascript:, or HTML-encoded payloads such as %3Cscript%3E targeting the PHP-FPM backend.
  • Unusual outbound requests from administrator browsers immediately after the PHP-FPM status page is loaded.
  • Status page responses containing unencoded <, >, or " characters in request URI fields.

Detection Strategies

  • Inspect web server and PHP-FPM access logs for request URIs containing script tags, event handlers (onerror=, onload=), or encoded JavaScript payloads.
  • Deploy web application firewall (WAF) rules to flag XSS payload patterns directed at the PHP-FPM upstream or status endpoint path.
  • Compare deployed PHP versions against the fixed releases 8.2.31, 8.3.31, 8.4.21, and 8.5.6 to identify exposed hosts.

Monitoring Recommendations

  • Monitor access to the PHP-FPM status page URL and alert when it is fetched from non-administrative source addresses.
  • Enable Content Security Policy (CSP) reporting on status dashboards to capture inline script execution attempts.
  • Centralize PHP-FPM and reverse proxy logs to enable correlation between attacker-submitted URIs and subsequent administrator status page views.

How to Mitigate CVE-2026-6735

Immediate Actions Required

  • Upgrade PHP to 8.2.31, 8.3.31, 8.4.21, or 8.5.6 or later depending on the deployed branch.
  • Restrict access to the PHP-FPM status page to trusted internal addresses using reverse proxy access controls.
  • Audit recent access logs for crafted URIs targeting the FPM backend prior to patching.

Patch Information

The PHP project addressed the vulnerability in PHP 8.2.31, 8.3.31, 8.4.21, and 8.5.6. Patch details are published in the PHP Security Advisory GHSA-7qg2-v9fj-4mwv.

Workarounds

  • Disable the PHP-FPM status page by removing or commenting out the pm.status_path directive in the FPM pool configuration if monitoring is not required.
  • Place the status endpoint behind authentication and IP allow-listing at the web server layer (Nginx or Apache).
  • Apply a strict Content Security Policy on the status page response to block inline script execution.
bash
# Example Nginx restriction for the PHP-FPM status page
location = /status {
    allow 127.0.0.1;
    allow 10.0.0.0/8;
    deny all;

    include fastcgi_params;
    fastcgi_pass unix:/run/php/php-fpm.sock;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}

# Or disable the status page entirely in the FPM pool config
# /etc/php/8.x/fpm/pool.d/www.conf
# pm.status_path = /status   <-- comment out this line

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPhp

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:P/AU:Y/R:X/V:X/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2024-2756: PHP Cookie Prefix Bypass Vulnerability

  • CVE-2022-31629: PHP Cookie Prefix XSS Vulnerability

  • CVE-2025-14179: PHP PDO Firebird SQLi Vulnerability

  • CVE-2026-6722: PHP SOAP Extension RCE 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