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-2023-0662

CVE-2023-0662: PHP HTTP Form Upload DoS Vulnerability

CVE-2023-0662 is a denial of service vulnerability in PHP that allows attackers to exhaust CPU and disk resources through excessive HTTP form upload parts. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-0662 Overview

CVE-2023-0662 is a Resource Exhaustion vulnerability affecting PHP versions 8.0.X before 8.0.28, 8.1.X before 8.1.16, and 8.2.X before 8.2.3. The vulnerability allows attackers to cause a denial of service condition by sending HTTP form uploads with an excessive number of parts, leading to high resource consumption and excessive log entries. This can exhaust CPU resources or fill disk space on the affected server.

Critical Impact

Attackers can remotely trigger denial of service by exhausting server CPU resources or disk space through malformed HTTP form uploads, potentially causing complete service unavailability.

Affected Products

  • PHP 8.0.X before 8.0.28
  • PHP 8.1.X before 8.1.16
  • PHP 8.2.X before 8.2.3

Discovery Timeline

  • 2023-02-16 - CVE-2023-0662 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-0662

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption). The flaw exists in PHP's handling of multipart HTTP form uploads. When processing form data with an excessive number of parts, PHP fails to implement adequate limits on resource consumption, allowing attackers to craft malicious requests that consume disproportionate server resources.

The vulnerability can be exploited remotely without authentication. An attacker does not need any special privileges or user interaction to trigger the denial of service condition. The attack targets the availability of the system while leaving confidentiality and integrity unaffected.

Root Cause

The root cause lies in PHP's multipart form data parser, which does not adequately limit the number of form parts that can be processed in a single request. When an attacker submits a form with an extremely large number of parts, the server attempts to process each one, leading to excessive CPU utilization. Additionally, each malformed or excessive part may generate log entries, rapidly consuming disk space and potentially filling storage volumes.

Attack Vector

The attack is conducted over the network against PHP applications that accept HTTP form uploads. An attacker crafts HTTP POST requests with multipart/form-data content type containing an excessive number of form parts. These requests are sent to any PHP endpoint that processes form data.

The attack does not require authentication or user interaction. By sending multiple malicious requests concurrently, an attacker can amplify the impact and quickly exhaust server resources, rendering the application unavailable to legitimate users.

For technical details on the vulnerability mechanism, see the GitHub Security Advisory.

Detection Methods for CVE-2023-0662

Indicators of Compromise

  • Unusual spikes in CPU utilization on web servers running vulnerable PHP versions
  • Rapid growth in PHP error logs or web server access logs
  • HTTP POST requests with abnormally high Content-Length values or excessive multipart boundaries
  • Disk space exhaustion on partitions containing log files

Detection Strategies

  • Monitor web server logs for HTTP POST requests with multipart/form-data content type that have unusually high part counts
  • Implement network-level detection rules to identify requests with excessive multipart boundaries
  • Configure alerting on rapid CPU utilization increases correlated with web traffic patterns
  • Deploy web application firewall (WAF) rules to block requests exceeding normal form part thresholds

Monitoring Recommendations

  • Enable detailed logging for HTTP form submissions and monitor for anomalies
  • Set up disk space monitoring with alerts for rapid consumption on log partitions
  • Configure PHP error log rotation to prevent disk exhaustion from excessive logging
  • Implement rate limiting on endpoints that accept file uploads or form submissions

How to Mitigate CVE-2023-0662

Immediate Actions Required

  • Upgrade PHP to version 8.0.28 or later for the 8.0.X branch
  • Upgrade PHP to version 8.1.16 or later for the 8.1.X branch
  • Upgrade PHP to version 8.2.3 or later for the 8.2.X branch
  • Review and restrict access to form upload endpoints where possible

Patch Information

PHP has released patched versions addressing this vulnerability. Organizations should update to the following minimum versions:

  • PHP 8.0.28 for the 8.0.X series
  • PHP 8.1.16 for the 8.1.X series
  • PHP 8.2.3 for the 8.2.X series

For additional information, refer to the GitHub Security Advisory and the NetApp Security Advisory.

Workarounds

  • Implement web application firewall rules to limit the number of form parts per request
  • Configure rate limiting at the reverse proxy or load balancer level for form submission endpoints
  • Restrict access to file upload functionality to authenticated users only
  • Implement request body size limits at the web server level to reduce attack surface
bash
# Example nginx configuration to limit request body size
# Add to nginx.conf or server block
client_max_body_size 10m;
client_body_buffer_size 128k;

# Rate limiting for upload endpoints
limit_req_zone $binary_remote_addr zone=uploads:10m rate=5r/s;
location /upload {
    limit_req zone=uploads burst=10 nodelay;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPhp

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Security Advisory

  • NetApp Security Advisory
  • Related CVEs
  • CVE-2025-14180: PHP PDO PostgreSQL DoS Vulnerability

  • CVE-2025-6491: PHP SOAP Extension DoS Vulnerability

  • CVE-2025-1735: PHP pgsql/pdo_pgsql DOS Vulnerability

  • CVE-2024-2757: PHP mb_encode_mimeheader DoS 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