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

CVE-2026-2226: DouPHP Unrestricted Upload Vulnerability

CVE-2026-2226 is an unrestricted upload vulnerability in DouPHP up to version 1.9 affecting the ZIP File Handler. Remote attackers can exploit this flaw to upload malicious files. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: February 13, 2026

CVE-2026-2226 Overview

A vulnerability has been discovered in DouPHP up to version 1.9 that affects the ZIP File Handler component. This issue involves improper access control (CWE-284) in the file /admin/file.php, where manipulation of the sql_filename argument allows for unrestricted file upload. The vulnerability can be exploited remotely by authenticated attackers with administrative privileges, potentially leading to arbitrary file upload and subsequent code execution on the target system.

Critical Impact

Authenticated attackers with admin access can exploit the unrestricted upload functionality in the ZIP File Handler to upload malicious files, potentially compromising the web server and underlying system.

Affected Products

  • DouPHP up to version 1.9
  • DouPHP ZIP File Handler Component (/admin/file.php)

Discovery Timeline

  • 2026-02-09 - CVE CVE-2026-2226 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-2226

Vulnerability Analysis

The vulnerability resides in DouPHP's administrative file management functionality, specifically within the /admin/file.php endpoint responsible for handling ZIP file operations. The component fails to properly validate and restrict file uploads when processing the sql_filename parameter, creating an unrestricted upload condition.

This improper access control vulnerability allows authenticated administrators to bypass intended file type restrictions when uploading ZIP archives. While the attack requires administrative privileges to execute, the impact is significant as it can lead to arbitrary file upload including potentially malicious scripts such as web shells.

The exploit has been publicly disclosed and documented, increasing the risk of exploitation in the wild. Organizations running vulnerable versions of DouPHP should prioritize assessment and remediation.

Root Cause

The root cause of this vulnerability is improper access control (CWE-284) in the file upload handling mechanism. The application fails to adequately validate the contents and type of files being uploaded through the sql_filename parameter in the ZIP File Handler. This lack of proper input validation and file type restrictions allows attackers to upload arbitrary files, including executable scripts that could be leveraged for remote code execution.

Attack Vector

The attack is launched remotely over the network against the administrative interface of DouPHP. An attacker with valid administrative credentials can:

  1. Access the /admin/file.php endpoint
  2. Manipulate the sql_filename argument during the ZIP file upload process
  3. Upload a malicious file (such as a PHP web shell) disguised within the upload mechanism
  4. Execute the uploaded malicious file to gain further access to the system

The vulnerability exploitation requires administrative privileges (high privilege requirement), which somewhat limits the attack surface but does not eliminate the risk, especially in scenarios involving compromised admin credentials or insider threats.

For technical details regarding the exploit mechanism, refer to the GitHub Issue Report where the vulnerability was publicly disclosed.

Detection Methods for CVE-2026-2226

Indicators of Compromise

  • Unusual file uploads to the DouPHP web directory, particularly PHP files or other executable scripts
  • Suspicious requests to /admin/file.php with manipulated sql_filename parameters
  • Unexpected web shell files appearing in application directories
  • Anomalous administrative login activity followed by file upload operations

Detection Strategies

  • Monitor web server access logs for requests to /admin/file.php containing suspicious sql_filename values
  • Implement file integrity monitoring on the DouPHP installation directory to detect unauthorized file additions
  • Deploy web application firewall (WAF) rules to inspect and block malicious file upload attempts
  • Audit administrative user activities and correlate with file system changes

Monitoring Recommendations

  • Enable verbose logging on the web server and DouPHP application
  • Configure alerts for new file creations in the web application directory structure
  • Monitor for execution of newly created PHP files that may indicate web shell activity
  • Review administrative access logs regularly for signs of credential compromise

How to Mitigate CVE-2026-2226

Immediate Actions Required

  • Restrict access to the /admin/file.php endpoint to only trusted IP addresses
  • Implement additional authentication controls for the administrative interface
  • Review and audit existing files in the DouPHP installation for any unauthorized uploads
  • Consider temporarily disabling the ZIP file upload functionality until a patch is available
  • Monitor for any signs of exploitation using the detection methods outlined above

Patch Information

At the time of publication, no official vendor patch has been released for this vulnerability. Organizations should monitor the DouPHP project for security updates and apply patches as soon as they become available. Additional technical details can be found in the following resources:

  • GitHub Issue Report
  • VulDB Entry #344943
  • VulDB CTI #344943

Workarounds

  • Implement strict file type validation at the web server level to reject executable uploads
  • Use .htaccess rules (on Apache) or equivalent configurations to prevent execution of uploaded files
  • Apply network-level access controls to limit administrative interface access to trusted networks only
  • Enable web application firewall rules to detect and block file upload exploitation attempts
  • Consider implementing Content Security Policy (CSP) headers to limit script execution
bash
# Apache .htaccess configuration to prevent PHP execution in upload directories
<Directory "/path/to/douphp/uploads">
    <FilesMatch "\.php$">
        Deny from all
    </FilesMatch>
    php_flag engine off
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDouphp

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/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:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Issue Report

  • VulDB CTI #344943

  • VulDB #344943

  • VulDB Submission #753441
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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