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

CVE-2026-2665: Huanzi-qch Base-Admin RCE Vulnerability

CVE-2026-2665 is a remote code execution vulnerability in huanzi-qch base-admin caused by unrestricted file upload in SysFileController.java. This post covers technical details, affected versions, and mitigation strategies.

Published: February 20, 2026

CVE-2026-2665 Overview

A vulnerability has been identified in huanzi-qch base-admin, an open-source administrative framework. The vulnerability exists in the Upload function within the SysFileController.java file of the JSP Parser component. This flaw allows attackers to perform unrestricted file uploads by manipulating the File argument, potentially enabling remote code execution or other malicious activities on the target system.

Critical Impact

Unrestricted file upload vulnerabilities can allow attackers to upload malicious files including web shells, leading to complete system compromise through remote code execution.

Affected Products

  • huanzi-qch base-admin (up to commit 57a8126bb3353a004f3c7722089e3b926ea83596)
  • Systems running the affected base-admin JSP Parser component
  • Deployments utilizing the SysFileController.java file upload functionality

Discovery Timeline

  • 2026-02-18 - CVE-2026-2665 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-2665

Vulnerability Analysis

This vulnerability is classified as an unrestricted file upload issue (CWE-284: Improper Access Control). The affected Upload function in SysFileController.java fails to properly validate or restrict the types of files that can be uploaded through the application. When processing file upload requests, the component does not adequately verify file extensions, MIME types, or file content, allowing attackers to upload arbitrary files to the server.

The vulnerability can be exploited remotely by authenticated users with access to the file upload functionality. Since the application uses continuous delivery with rolling releases, no specific version numbers are available to identify affected or patched releases.

Root Cause

The root cause of this vulnerability lies in improper access control and insufficient input validation within the file upload handling mechanism. The Upload function in SysFileController.java does not implement adequate checks to restrict which file types users can upload. This lack of file type validation allows attackers to bypass intended restrictions and upload potentially dangerous files such as JSP web shells or other executable content.

Attack Vector

The attack can be initiated remotely over the network by authenticated users. An attacker would need to:

  1. Authenticate to the base-admin application
  2. Access the file upload functionality exposed by SysFileController.java
  3. Craft a malicious file (such as a JSP web shell) with manipulated file metadata
  4. Upload the malicious file through the vulnerable Upload function
  5. Access the uploaded file to execute arbitrary code on the server

The vulnerability is publicly known and exploit details have been disclosed through the associated GitHub issue. The project maintainers were notified early through an issue report but have not yet responded.

Detection Methods for CVE-2026-2665

Indicators of Compromise

  • Unexpected file uploads in web-accessible directories, particularly files with executable extensions (.jsp, .jspx, .war)
  • Suspicious HTTP POST requests to the SysFileController upload endpoint with unusual file types
  • Presence of web shell files or scripts in upload directories
  • Unusual outbound network connections from the web server process

Detection Strategies

  • Monitor file upload endpoints for suspicious file extensions or MIME type mismatches
  • Implement file integrity monitoring on upload directories to detect unauthorized additions
  • Review web server access logs for requests to newly uploaded files with executable extensions
  • Deploy web application firewalls (WAF) with rules to block malicious file upload attempts

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in the base-admin application
  • Configure alerts for file uploads with executable or suspicious extensions
  • Implement periodic scans of upload directories for known web shell signatures
  • Monitor system process trees for unexpected child processes spawned by the web application server

How to Mitigate CVE-2026-2665

Immediate Actions Required

  • Review and restrict access to the file upload functionality in SysFileController.java
  • Implement strict file type validation based on both extension and MIME type analysis
  • Configure the upload directory to be non-executable and outside the web root
  • Apply the principle of least privilege to users with file upload permissions

Patch Information

As of the last update on 2026-02-19, the project maintainers have not yet responded to the vulnerability disclosure reported through GitHub Issue #38. Since base-admin uses continuous delivery with rolling releases, users should monitor the project repository for updates addressing this issue. Additional technical details are available through VulDB #346462.

Workarounds

  • Implement a whitelist of allowed file extensions at the application or web server level
  • Configure file upload directories with non-executable permissions and restrict direct URL access
  • Deploy a reverse proxy or WAF to filter malicious file upload requests before they reach the application
  • Consider disabling the file upload functionality entirely if it is not critical to operations
bash
# Example: Restrict upload directory permissions (Linux)
chmod 644 /path/to/upload/directory/*
chown www-data:www-data /path/to/upload/directory
# Disable script execution in upload directory (Apache)
# Add to .htaccess in upload directory:
# <Directory "/path/to/upload/directory">
#     Options -ExecCGI
#     RemoveHandler .jsp .jspx .war
# </Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechHuanzi Qch

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

  • GitHub Issue #38

  • GitHub Issue Discussion #3905100373

  • VulDB #346462 (CTI ID)

  • VulDB #346462

  • VulDB Submission #753240
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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