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

CVE-2026-3187: Sz-boot-parent RCE Vulnerability

CVE-2026-3187 is an unrestricted file upload flaw in Szadmin Sz-boot-parent that enables remote code execution via the /api/admin/sys-file/upload endpoint. This post covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-3187 Overview

A critical unrestricted file upload vulnerability has been identified in feiyuchuixue sz-boot-parent versions up to 1.3.2-beta. This vulnerability affects the /api/admin/sys-file/upload API endpoint, allowing authenticated attackers to upload arbitrary files without proper validation of file types or extensions. The flaw stems from missing file type restrictions, potentially enabling attackers to upload malicious executable files or web shells to the server.

Critical Impact

Authenticated attackers can remotely upload arbitrary files to the server through the vulnerable API endpoint, potentially leading to remote code execution, web shell deployment, or server compromise.

Affected Products

  • szadmin sz-boot-parent version 1.0.0-beta through 1.3.2-beta
  • All beta releases prior to version 1.3.3-beta
  • Systems utilizing the /api/admin/sys-file/upload endpoint without additional security controls

Discovery Timeline

  • 2026-02-25 - CVE-2026-3187 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-3187

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and CWE-284 (Improper Access Control). The vulnerable component is the file upload API endpoint located at /api/admin/sys-file/upload. Prior to the security patch, the endpoint accepted file uploads without validating the file extension or MIME type, allowing attackers to bypass intended restrictions and upload potentially malicious files.

The attack can be launched remotely by any authenticated user with access to the admin API. Since the exploit details have been publicly disclosed, the risk of exploitation is elevated for unpatched systems. The vendor responded professionally when notified and implemented whitelist-based file validation using the oss.allowedExts and oss.allowedMimeTypes configuration options.

Root Cause

The root cause of this vulnerability is the absence of file type validation in the upload handler. The original implementation accepted any file uploaded to the /api/admin/sys-file/upload endpoint without checking:

  1. File extension against an allowlist of permitted types
  2. MIME type validation to ensure content matches declared type
  3. Magic byte verification to prevent extension spoofing

This lack of validation allowed attackers to upload dangerous file types such as executable scripts, web shells, or other malicious content that could be executed by the server.

Attack Vector

The vulnerability is exploitable over the network by authenticated users. An attacker with valid credentials can craft a malicious HTTP POST request to the vulnerable endpoint, uploading files with dangerous extensions (e.g., .jsp, .php, .exe). The security patch introduces whitelist restrictions as shown in the following code changes:

java
    EXISTS(1001, "已存在"),
    NOT_EXISTS(1002, "不存在"),
    FILE_NOT_EXISTS(1003, "文件不存在"),
-    FILE_UPLOAD_EXT_ERROR(1004, "上传文件类型错误"),
+    FILE_UPLOAD_EXT_ERROR(1004, "文件类型不被允许,请检查文件扩展名和MIME类型"),
    FILE_UPLOAD_SIZE_ERROR(1005, "上传文件大小不能超过10MB"),
    FILE_UPLOAD_ERROR(1006, "上传文件失败"),
    USERNAME_EXISTS(1007, "用户名已存在"),

Source: GitHub Commit Details

The patch also introduces additional validation utilities:

java
package com.sz.core.util;

+import com.sz.core.common.enums.CommonResponseEnum;
import jakarta.servlet.http.HttpServletRequest;
import org.springframework.util.DigestUtils;
import org.springframework.web.multipart.MultipartFile;

Source: GitHub Commit Details

Detection Methods for CVE-2026-3187

Indicators of Compromise

  • Unusual file uploads to the /api/admin/sys-file/upload endpoint with suspicious extensions (.jsp, .php, .exe, .sh)
  • Web server logs showing POST requests to the upload endpoint with non-standard Content-Type headers
  • Presence of unexpected executable or script files in upload directories
  • Anomalous outbound connections from the web server following file uploads

Detection Strategies

  • Monitor HTTP traffic for POST requests to /api/admin/sys-file/upload containing potentially malicious file extensions
  • Implement file integrity monitoring on upload directories to detect unauthorized file additions
  • Review web application firewall logs for blocked or suspicious upload attempts
  • Analyze authentication logs for accounts frequently accessing the file upload functionality

Monitoring Recommendations

  • Enable detailed logging for all file upload API endpoints including file names, sizes, and MIME types
  • Configure alerts for uploads of executable file types or files with double extensions
  • Implement real-time monitoring of file system changes in directories where uploads are stored
  • Regularly audit uploaded files for suspicious content or unexpected file types

How to Mitigate CVE-2026-3187

Immediate Actions Required

  • Upgrade sz-boot-parent to version 1.3.3-beta or later immediately
  • Review upload directories for any suspicious files that may have been uploaded prior to patching
  • Configure oss.allowedExts and oss.allowedMimeTypes settings to restrict permitted file types
  • Implement additional network-level controls to limit access to admin API endpoints

Patch Information

The vulnerability has been addressed in sz-boot-parent version 1.3.3-beta. The security patch (commit hash aefaabfd7527188bfba3c8c9eee17c316d094802) introduces whitelist-based validation for file uploads. The fix implements:

  1. Extension whitelist via oss.allowedExts configuration option
  2. MIME type validation through oss.allowedMimeTypes configuration
  3. Enhanced error messaging for rejected file uploads

For detailed patch information, refer to the GitHub Commit Details and the v1.3.3-beta Release.

Workarounds

  • Disable the /api/admin/sys-file/upload endpoint if file upload functionality is not required
  • Implement a reverse proxy or WAF rule to block upload requests with dangerous file extensions
  • Restrict network access to admin API endpoints to trusted IP ranges only
  • Apply server-side file type validation at the web server level (e.g., Apache, Nginx configuration)
bash
# Example: Configure allowed extensions in application configuration
oss.allowedExts=jpg,jpeg,png,gif,pdf,doc,docx,xls,xlsx
oss.allowedMimeTypes=image/jpeg,image/png,image/gif,application/pdf,application/msword

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSzadmin

  • 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

  • CWE-434
  • Technical References
  • GitHub Repository

  • GitHub Release v1.3.3-beta

  • CVE Analysis Blog Post

  • VulDB CTIID #347745

  • VulDB #347745

  • VulDB Submission #754038
  • Vendor Resources
  • GitHub Commit Details
  • Related CVEs
  • CVE-2026-3185: Sz-boot-parent Auth Bypass Vulnerability

  • CVE-2026-3186: Sz-boot-parent 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