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
    • 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-9026

CVE-2024-9026: PHP-FPM Information Disclosure Vulnerability

CVE-2024-9026 is an information disclosure flaw in PHP-FPM that allows log pollution and removal of log characters when catch_workers_output is enabled. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2024-9026 Overview

CVE-2024-9026 is a log manipulation vulnerability affecting PHP-FPM (FastCGI Process Manager) across multiple PHP versions. When PHP-FPM is configured with catch_workers_output = yes, attackers with local access can manipulate log message content to pollute final logs or remove up to 4 characters from log messages. This vulnerability is particularly concerning when PHP-FPM is configured to use syslog output, as it may allow further removal of log data.

Critical Impact

Attackers can tamper with PHP-FPM logs to hide malicious activity, evade forensic analysis, or corrupt audit trails essential for security monitoring and compliance.

Affected Products

  • PHP 8.1.* versions before 8.1.30
  • PHP 8.2.* versions before 8.2.24
  • PHP 8.3.* versions before 8.3.12

Discovery Timeline

  • 2024-10-08 - CVE-2024-9026 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-9026

Vulnerability Analysis

This vulnerability is classified under CWE-117 (Improper Output Neutralization for Logs), which describes a weakness where user-controllable data is written to application logs without proper sanitization. The flaw resides in PHP-FPM's worker output handling mechanism, specifically when the catch_workers_output configuration option is enabled.

The vulnerability allows local attackers with low privileges to manipulate log entries by crafting specific content that exploits the log processing logic. This can result in log pollution, where malicious or misleading data is injected into logs, or log truncation, where up to 4 characters can be removed from legitimate log messages. When syslog integration is enabled, the impact extends further, potentially allowing additional log data removal.

The integrity of logging systems is critical for security monitoring, incident response, and compliance auditing. By compromising log integrity, attackers can conceal malicious activities, create false trails, or impair forensic investigations.

Root Cause

The root cause lies in improper output neutralization within PHP-FPM's worker output capture mechanism. When catch_workers_output = yes is configured, PHP-FPM captures output from worker processes and writes it to configured log destinations. The vulnerability exists because the log processing logic does not adequately sanitize or validate the content before writing to logs, allowing specially crafted input to manipulate the resulting log entries.

Attack Vector

The attack requires local access to the system with low privileges. An attacker must be able to execute PHP code or otherwise influence the output generated by PHP-FPM worker processes. By carefully crafting the content that gets captured by the worker output mechanism, the attacker can:

  1. Inject arbitrary content into log files, polluting legitimate log entries
  2. Remove up to 4 characters from log messages, potentially obscuring critical information
  3. When syslog is used, leverage protocol-specific characteristics to remove additional log data

The attack does not require user interaction and can be performed by any local user with the ability to influence PHP-FPM worker output.

Detection Methods for CVE-2024-9026

Indicators of Compromise

  • Unusual patterns in PHP-FPM logs such as truncated entries or unexpected characters
  • Inconsistencies between PHP-FPM logs and other system logs for the same events
  • Log entries with missing or corrupted timestamps or severity indicators
  • Evidence of log manipulation attempts in syslog facilities when PHP-FPM syslog output is enabled

Detection Strategies

  • Implement log integrity monitoring to detect unauthorized modifications to PHP-FPM log files
  • Deploy file integrity monitoring (FIM) solutions on log directories to alert on unexpected changes
  • Cross-reference PHP-FPM logs with web server access logs and application logs for discrepancies
  • Monitor for anomalous PHP process behavior that may indicate exploitation attempts

Monitoring Recommendations

  • Enable comprehensive logging at multiple layers (web server, application, system) to provide redundant audit trails
  • Configure centralized log aggregation to preserve log copies before potential manipulation
  • Implement real-time log analysis rules to detect patterns consistent with log injection or truncation
  • Review PHP-FPM configuration to identify instances where catch_workers_output = yes is enabled

How to Mitigate CVE-2024-9026

Immediate Actions Required

  • Upgrade PHP to patched versions: 8.1.30 or later, 8.2.24 or later, or 8.3.12 or later
  • Review PHP-FPM configurations across all environments to assess exposure
  • Audit current log integrity and verify no tampering has occurred
  • Consider disabling catch_workers_output if not required for operations

Patch Information

PHP has released security updates addressing this vulnerability. Administrators should upgrade to the following patched versions:

  • PHP 8.1 branch: Upgrade to version 8.1.30 or later
  • PHP 8.2 branch: Upgrade to version 8.2.24 or later
  • PHP 8.3 branch: Upgrade to version 8.3.12 or later

Additional vendor advisories are available from PHP GitHub Security Advisory, Debian LTS, and NetApp.

Workarounds

  • Disable catch_workers_output in PHP-FPM configuration if worker output capture is not essential
  • Implement additional log validation and integrity checks at the log aggregation layer
  • Use append-only log storage or write-once media to prevent log modification
  • Deploy log forwarding to remote systems immediately upon generation to preserve original entries
bash
# PHP-FPM configuration mitigation
# Edit your PHP-FPM pool configuration (e.g., /etc/php-fpm.d/www.conf)

# Disable worker output capture if not required
catch_workers_output = no

# If catch_workers_output must remain enabled, ensure logs are
# forwarded to a secure, centralized logging system immediately

# Restart PHP-FPM after configuration changes
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
  • TypeInformation Disclosure

  • Vendor/TechPhp

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.79%

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

  • NVD-CWE-Other
  • Technical References
  • Debian LTS Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-52023: Gems CMS Information Disclosure Vulnerability

  • CVE-2025-52022: GemS Loyalty Error Message Disclosure Flaw

  • CVE-2025-14177: PHP getimagesize() Info Disclosure Bug

  • CVE-2024-8929: PHP Information Disclosure Vulnerability
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