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

CVE-2026-3189: sz-boot-parent SSRF Vulnerability

CVE-2026-3189 is a server-side request forgery flaw in feiyuchuixue sz-boot-parent affecting the file download API. Attackers can manipulate URL parameters to forge requests. This article covers technical details, affected versions through 1.3.2-beta, impact assessment, and available patches including upgrade to 1.3.3-beta.

Published: February 27, 2026

CVE-2026-3189 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in feiyuchuixue sz-boot-parent versions up to 1.3.2-beta. This vulnerability affects the file download functionality in /api/admin/common/files/download, where manipulation of the url parameter can allow an attacker to forge server-side requests. The attack can be executed remotely, though exploitation is considered highly complex due to the nature of the attack vector.

Critical Impact

Attackers with low privileges can potentially exploit this SSRF vulnerability to access internal network resources, potentially leading to information disclosure from services not intended to be publicly accessible.

Affected Products

  • feiyuchuixue sz-boot-parent versions up to 1.3.2-beta
  • Applications using the vulnerable /api/admin/common/files/download endpoint
  • Systems exposing the affected file download API without additional network segmentation

Discovery Timeline

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

Technical Details for CVE-2026-3189

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in the file download interface of sz-boot-parent. The vulnerable endpoint at /api/admin/common/files/download accepts a url parameter that is processed server-side without adequate protocol validation. This allows authenticated attackers to craft requests that the server will execute on their behalf, potentially accessing internal resources or services that should not be externally reachable.

The vulnerability requires authentication (low privileges) and is accessible over the network. While the attack complexity is high due to the specific conditions required for successful exploitation, the potential for information disclosure makes this a noteworthy security concern for deployments using this component.

Root Cause

The root cause of this vulnerability is insufficient input validation on the url parameter in the file download functionality. Prior to the patch, the application did not enforce a whitelist of allowed URL protocols, enabling attackers to potentially use various protocols (such as file://, gopher://, or internal http:// addresses) to access resources the server can reach but external users should not.

Attack Vector

The attack is network-based and requires the attacker to have low-level privileges (authenticated access). The attacker can manipulate the url parameter in requests to the /api/admin/common/files/download endpoint to:

  1. Access internal network services not exposed to the internet
  2. Scan internal ports and enumerate internal services
  3. Potentially read sensitive data from internal endpoints
  4. Bypass firewall restrictions by using the server as a proxy

The following patch demonstrates the security fix implemented to address this vulnerability:

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 introduces URL protocol whitelist validation, restricting the file download interface to only allow http and https protocols.

Detection Methods for CVE-2026-3189

Indicators of Compromise

  • Unusual requests to /api/admin/common/files/download with internal IP addresses or localhost references in the url parameter
  • Requests containing non-HTTP/HTTPS protocols such as file://, gopher://, or dict:// in URL parameters
  • Server logs showing outbound connections to internal network ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x) initiated by the web application

Detection Strategies

  • Monitor web application logs for requests to the vulnerable endpoint containing suspicious URL patterns or internal IP addresses
  • Implement network monitoring to detect unusual outbound connections from web application servers to internal services
  • Configure Web Application Firewall (WAF) rules to detect and block SSRF patterns in request parameters
  • Review application server egress traffic for unexpected connections to internal network segments

Monitoring Recommendations

  • Enable detailed access logging for the /api/admin/common/files/download endpoint
  • Set up alerts for requests containing internal IP ranges or non-standard protocols in URL parameters
  • Monitor for increased error rates or unusual response times that may indicate SSRF probing attempts

How to Mitigate CVE-2026-3189

Immediate Actions Required

  • Upgrade sz-boot-parent to version 1.3.3-beta or later immediately
  • If immediate upgrade is not possible, restrict access to the /api/admin/common/files/download endpoint
  • Review application logs for any evidence of exploitation attempts
  • Implement network segmentation to limit the impact of potential SSRF attacks

Patch Information

The vulnerability has been addressed in version 1.3.3-beta of sz-boot-parent. The fix (commit aefaabfd7527188bfba3c8c9eee17c316d094802) implements URL protocol whitelist validation, allowing only http and https protocols in the file download interface. The project maintainers responded professionally to the disclosure and implemented comprehensive security improvements.

For additional details, see the GitHub Release v1.3.3-beta and the security patch commit.

Workarounds

  • Restrict network access from the application server to internal resources using firewall rules
  • Implement a reverse proxy with URL filtering to block requests containing internal IP addresses
  • Disable or restrict access to the /api/admin/common/files/download endpoint until the patch can be applied
bash
# Example: Restrict outbound connections from web application server
# Add firewall rules to limit egress traffic to known external services only
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFeiyuchuixue

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Repository

  • GitHub Commit Details

  • GitHub Release v1.3.3-beta

  • GitHub CVE Analysis

  • VulDB CTI ID #347747

  • VulDB ID #347747

  • VulDB Submission #754042
  • Related CVEs
  • CVE-2026-3188: sz-boot-parent 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