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-7262

CVE-2026-7262: PHP SOAP Server DoS Vulnerability

CVE-2026-7262 is a denial of service flaw in PHP SOAP server that allows remote attackers to crash the service via NULL pointer dereference. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-7262 Overview

CVE-2026-7262 is a NULL pointer dereference vulnerability [CWE-476] in the PHP SOAP server component. The flaw exists in the typemap decoding process, where the implementation checks the wrong variable when a value element is missing. This logic error causes the SOAP server to dereference a NULL pointer, triggering a segmentation fault. A remote unauthenticated attacker can send a crafted SOAP request to crash the PHP SOAP server process, producing a denial of service condition. The issue affects PHP versions 8.2.x before 8.2.31, 8.3.x before 8.3.31, 8.4.x before 8.4.21, and 8.5.x before 8.5.6.

Critical Impact

Remote unauthenticated attackers can crash PHP SOAP server processes that use a configured typemap, resulting in service disruption.

Affected Products

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

Discovery Timeline

  • 2026-05-10 - CVE-2026-7262 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-7262

Vulnerability Analysis

The vulnerability resides in the PHP SOAP server's typemap decoding logic. When a SOAP server is configured with a typemap, the server invokes custom decoding callbacks to translate incoming XML elements into PHP values. The decoding routine must validate that the expected value element is present before dereferencing it. The defective code inspects the wrong variable during this check, so a missing value element bypasses the guard and a NULL pointer reaches the dereference operation. The result is a segmentation fault that terminates the PHP worker process handling the request.

Root Cause

The root cause is an incorrect variable reference in the conditional that guards against missing value elements during typemap decoding. The check inspects an unrelated pointer instead of the one about to be dereferenced. This is a classic [CWE-476] NULL pointer dereference. Additional technical context is available in the PHP Security Advisory GHSA-hmxp-6pc4-f3vv.

Attack Vector

Exploitation requires network access to a PHP SOAP server that has a typemap configured. The attacker sends a crafted SOAP request that omits the value element expected by the typemap decoder. No authentication or user interaction is required. The PHP process handling the request crashes, and repeated requests can sustain a denial of service against the SOAP endpoint. The flaw does not provide code execution, information disclosure, or integrity impact.

No verified public proof-of-concept exploit code is available at this time. Refer to the vendor advisory for technical details on the affected code path.

Detection Methods for CVE-2026-7262

Indicators of Compromise

  • Repeated segmentation faults or SIGSEGV signals logged for PHP-FPM, Apache mod_php, or CLI SOAP server worker processes.
  • Abnormal restart cycles or core dumps generated by PHP processes serving SOAP endpoints with typemap configurations.
  • Inbound SOAP requests to typemap-enabled endpoints containing malformed or empty value elements within typed parameters.

Detection Strategies

  • Inspect web server and PHP-FPM error logs for crash signatures correlated with SOAP request URIs.
  • Deploy web application firewall rules that validate SOAP request structure and reject messages with missing required value elements.
  • Correlate process crash telemetry with network logs to identify the source IPs sending malformed SOAP traffic.

Monitoring Recommendations

  • Enable core dump collection on PHP SOAP hosts to confirm NULL pointer dereference signatures.
  • Alert on sudden increases in PHP worker restarts or HTTP 5xx responses from SOAP endpoints.
  • Track inbound SOAP request volumes and payload anomalies against historical baselines.

How to Mitigate CVE-2026-7262

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.
  • Inventory all internet-facing and internal PHP SOAP services and identify endpoints that load a typemap.
  • Restrict network exposure of SOAP endpoints to trusted clients while patching is in progress.

Patch Information

The PHP project has released fixed versions across all supported branches. Apply PHP 8.2.31, 8.3.31, 8.4.21, or 8.5.6, which contain the corrected variable check in the SOAP typemap decoder. See the PHP Security Advisory GHSA-hmxp-6pc4-f3vv for upstream patch references.

Workarounds

  • Remove the typemap configuration from SoapServer instances if custom type decoding is not required.
  • Place the SOAP endpoint behind a reverse proxy or WAF that enforces strict SOAP schema validation and rejects messages with missing value elements.
  • Restrict access to SOAP endpoints using network ACLs, mutual TLS, or authentication at the proxy layer until patches are applied.
bash
# Verify the installed PHP version against the fixed releases
php -v

# Example: upgrade on Debian/Ubuntu after enabling the patched repository
sudo apt update && sudo apt install --only-upgrade php8.3

# Example: upgrade on RHEL/Alma/Rocky via the Remi repository
sudo dnf module reset php -y
sudo dnf module install php:remi-8.3 -y
sudo systemctl restart php-fpm

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPhp

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/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:X/AU:Y/R:X/V:X/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-476
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-7258: PHP urldecode() Denial of Service Vulnerability

  • CVE-2026-7259: PHP mb_regex_encoding() DOS Vulnerability

  • CVE-2026-7568: PHP metaphone() DoS Vulnerability

  • CVE-2026-7263: PHP DOMNode::C14N() DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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