A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-39292

CVE-2026-39292: PHPPageBuilder File Upload RCE Vulnerability

CVE-2026-39292 is a file upload vulnerability in Falco Solutions PHPPageBuilder v0.31.0 that enables remote code execution. Attackers can upload malicious files due to weak validation. This article covers technical details, impact, and fixes.

Published: June 4, 2026

CVE-2026-39292 Overview

CVE-2026-39292 is an unrestricted file upload vulnerability in Falco Solutions PHPPageBuilder v0.31.0. The flaw resides in the pagemanager/pagebuilder module, which fails to validate uploaded file types and executable content. Remote attackers can upload arbitrary files, including PHP scripts, and achieve remote code execution on the underlying web server. The vulnerability is categorized under [CWE-434] Unrestricted Upload of File with Dangerous Type. No authentication or user interaction is required to exploit the issue across the network. The flaw has an EPSS probability of 0.298% (53.47 percentile) as of 2026-06-04.

Critical Impact

Unauthenticated remote attackers can upload PHP files through pagemanager/pagebuilder and execute arbitrary code in the web server context.

Affected Products

  • Falco Solutions PHPPageBuilder v0.31.0
  • pagemanager/pagebuilder module (vulnerable component)
  • Web applications integrating the affected PHPPageBuilder release

Discovery Timeline

  • 2026-05-29 - CVE-2026-39292 published to NVD
  • 2026-06-01 - Last updated in NVD database

Technical Details for CVE-2026-39292

Vulnerability Analysis

The vulnerability is an unrestricted file upload flaw in the pagemanager/pagebuilder module of PHPPageBuilder v0.31.0. The upload handler accepts arbitrary file types because it does not enforce server-side validation on file extension, MIME type, or content signature. An attacker can submit a request containing a PHP payload disguised as a legitimate asset such as an image or template fragment.

Once the file is written into a web-accessible directory, the attacker requests its URL and the PHP interpreter executes the payload. This grants code execution under the privileges of the web server process. From that position, an attacker can read application secrets, pivot to the database, or deploy a persistent web shell.

Root Cause

The root cause is missing or insufficient validation in the upload routine inside the pagemanager/pagebuilder component. The module trusts client-supplied metadata and stores uploaded content in a directory served by the PHP runtime. Without an allowlist of safe extensions, content-type verification, or rewriting of executable suffixes, any uploaded .php file remains executable.

Attack Vector

Exploitation is performed over the network against the exposed PHPPageBuilder endpoint. The attacker crafts an HTTP POST request to the page builder upload handler with a PHP file as the payload body. After upload, the attacker issues a GET request to the stored file path to trigger execution. Refer to the GitHub Proof of Concept for CVE-2026-39292 and the PHPageBuilder source repository for technical details on the affected request flow.

Detection Methods for CVE-2026-39292

Indicators of Compromise

  • Newly created .php, .phtml, or .phar files within PHPPageBuilder upload directories such as those used by the pagemanager/pagebuilder module.
  • HTTP POST requests to page builder upload endpoints with Content-Type: multipart/form-data originating from untrusted IP addresses.
  • Web server access logs showing GET requests to recently uploaded files in asset or template directories.
  • Outbound network connections initiated by the PHP-FPM or Apache process to attacker-controlled hosts.

Detection Strategies

  • Monitor file system events on web roots for creation of executable PHP files outside the application install process.
  • Inspect HTTP request bodies destined for pagemanager/pagebuilder endpoints for PHP tags such as <?php or <?=.
  • Correlate upload events with subsequent execution requests to the same file path within a short time window.

Monitoring Recommendations

  • Enable verbose web server logging for the PHPPageBuilder admin and upload routes, retaining request bodies where policy allows.
  • Forward web server, PHP error, and file integrity events to a centralized SIEM for correlation.
  • Alert on web server processes spawning shells, curl, wget, or other interpreters indicative of post-exploitation activity.

How to Mitigate CVE-2026-39292

Immediate Actions Required

  • Restrict access to the pagemanager/pagebuilder interface using network ACLs, VPN, or authentication proxies until a patched release is deployed.
  • Audit the upload directories for unexpected .php, .phtml, .phar, or .htaccess files and remove unauthorized artifacts.
  • Rotate any credentials, API keys, and session secrets that were accessible to the web application process.
  • Review web server and application logs for prior exploitation attempts dating back to the deployment of v0.31.0.

Patch Information

No official vendor patch is referenced in the NVD entry at publication. Track the PHPageBuilder GitHub repository for upstream fixes and updated releases addressing CVE-2026-39292.

Workarounds

  • Configure the web server to deny PHP execution within upload and asset directories, for example by disabling the PHP handler with php_admin_flag engine off or equivalent.
  • Enforce an extension allowlist at a reverse proxy or web application firewall, blocking uploads of .php, .phtml, .phar, .pht, and .htaccess.
  • Store uploaded files outside the web root and serve them through a controlled script that sets non-executable content types.
  • Apply least privilege to the web server account so a successful upload cannot modify application code or system binaries.
bash
# Example Apache configuration to block PHP execution in upload paths
<Directory "/var/www/phpagebuilder/uploads">
    php_admin_flag engine off
    <FilesMatch "\.(php|phtml|phar|pht)$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFalco Solutions Php Page Builder

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-434
  • Technical References
  • GitHub Repository for PHPageBuilder

  • GitHub PoC for CVE-2026-39292
  • Latest CVEs
  • CVE-2025-11956: OBS Student Affairs System XSS Flaw

  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs 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