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

CVE-2026-7733: funadmin Unrestricted Upload RCE Vulnerability

CVE-2026-7733 is a remote code execution flaw in funadmin up to version 7.1.0-rc6 caused by unrestricted file upload in the chunked upload endpoint. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7733 Overview

CVE-2026-7733 is an unrestricted file upload vulnerability in funadmin versions up to 7.1.0-rc6. The flaw resides in the UploadService::chunkUpload function within app/common/service/UploadService.php, which handles the Frontend Chunked Upload Endpoint. Attackers can manipulate the File argument to bypass upload restrictions and place arbitrary files on the server. The vulnerability is exploitable remotely without authentication or user interaction. A public exploit has been disclosed, increasing the likelihood of opportunistic abuse against exposed instances.

Critical Impact

Remote attackers can upload arbitrary files to vulnerable funadmin instances through the chunked upload endpoint, potentially leading to web shell deployment and server compromise.

Affected Products

  • funadmin versions up to and including 7.1.0-rc6
  • Component: app/common/service/UploadService.php
  • Frontend Chunked Upload Endpoint (UploadService::chunkUpload)

Discovery Timeline

  • 2026-05-04 - CVE-2026-7733 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7733

Vulnerability Analysis

The vulnerability is classified under [CWE-284] Improper Access Control and manifests as an unrestricted file upload condition. The chunkUpload function in UploadService.php accepts a File argument from the Frontend Chunked Upload Endpoint without sufficient validation of file type, extension, or content. Attackers leverage this gap to push files of their choosing to the application's upload directory.

Chunked upload endpoints typically reassemble file fragments into a final artifact on the server. When validation occurs only on individual chunks rather than the reconstructed file, attackers can submit chunks that combine into executable payloads. This pattern is common in PHP applications where uploaded files within the web root can be requested directly through the web server.

Root Cause

The root cause lies in missing or insufficient access control checks in UploadService::chunkUpload. The function does not enforce restrictions on the File parameter, allowing arbitrary file extensions and MIME types to pass through. Without server-side validation against an allow-list of permitted file types, the endpoint accepts any content the client supplies.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker sends crafted multipart requests to the chunked upload endpoint, supplying a malicious File parameter. Upon successful upload, the attacker requests the file via its predictable path to trigger execution. The publicly available exploit lowers the barrier for unauthenticated remote attackers to compromise vulnerable deployments.

The vulnerability mechanism is described in the Gitee FunAdmin Issue IJ8NXT and VulDB Vulnerability #360908. No verified proof-of-concept code is reproduced here.

Detection Methods for CVE-2026-7733

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .phar) in funadmin upload directories
  • HTTP POST requests to the chunked upload endpoint from unauthenticated sources or unusual IP ranges
  • New or modified files in app/common/service/ upload destinations not associated with administrative activity
  • Outbound connections originating from the web server process following upload events

Detection Strategies

  • Inspect web server access logs for POST requests targeting the chunked upload route, correlating timestamps with file system changes in upload directories
  • Deploy file integrity monitoring on funadmin upload paths to flag creation of files with server-side executable extensions
  • Apply web application firewall rules to block multipart uploads containing PHP tags or executable MIME types to the chunked endpoint

Monitoring Recommendations

  • Continuously monitor process trees spawned by the PHP-FPM or web server user for shell execution following upload activity
  • Alert on first-seen file hashes appearing in publicly accessible upload directories
  • Track HTTP response patterns where uploaded filenames are subsequently requested via GET, indicating possible web shell access

How to Mitigate CVE-2026-7733

Immediate Actions Required

  • Restrict network access to the funadmin application to trusted users until a patched version is deployed
  • Audit upload directories for unauthorized files and remove any artifacts that do not correspond to legitimate administrative uploads
  • Disable PHP execution within upload directories using web server configuration to neutralize uploaded web shells

Patch Information

The maintainers addressed the issue in patch reference 59. Review the Gitee FunAdmin Pull Request #59 for the upstream fix and apply the corresponding update from the Gitee FunAdmin Repository. Operators running funadmin 7.1.0-rc6 or earlier should upgrade to the patched release.

Workarounds

  • Implement an allow-list of permitted file extensions and validate the reconstructed file after chunk reassembly, not only individual chunks
  • Configure the web server to deny script execution in upload directories using directives such as php_admin_flag engine off for Apache or location-based handler restrictions for Nginx
  • Place the chunked upload endpoint behind authentication and rate limiting via a reverse proxy or WAF until the patch is applied
bash
# Nginx configuration to block PHP execution in upload directory
location ~* /uploads/.*\.(php|phtml|phar)$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFunadmin

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Gitee FunAdmin Repository

  • Gitee FunAdmin Issue IJ8NXT

  • Gitee FunAdmin Pull Request #59

  • VulDB Vulnerability Submission

  • VulDB Vulnerability #360908

  • VulDB CTI for #360908
  • Related CVEs
  • CVE-2026-2898: Funadmin RCE Vulnerability

  • CVE-2026-2894: Funadmin Information Disclosure Flaw

  • CVE-2026-2895: Funadmin Auth Bypass Vulnerability

  • CVE-2026-2896: Funadmin Auth Bypass 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