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

CVE-2026-3185: Sz-boot-parent Auth Bypass Vulnerability

CVE-2026-3185 is an authorization bypass vulnerability in Szadmin Sz-boot-parent affecting versions up to 1.3.2-beta. Attackers can exploit the API endpoint to bypass authentication remotely. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 27, 2026

CVE-2026-3185 Overview

CVE-2026-3185 is an authorization bypass vulnerability affecting sz-boot-parent, a Spring Boot-based admin framework developed by szadmin. The vulnerability exists in the /api/admin/sys-message/ API endpoint, where manipulation of the messageId parameter allows attackers to access messages belonging to other users. This is a classic Insecure Direct Object Reference (IDOR) vulnerability that enables unauthorized access to sensitive message data through message ID enumeration.

The flaw stems from missing ownership verification when processing message retrieval requests. An authenticated attacker can exploit this vulnerability remotely by manipulating the messageId parameter to enumerate and access messages that belong to other users, bypassing intended authorization controls.

Critical Impact

Remote attackers can bypass authorization controls to access other users' messages through message ID enumeration, potentially exposing sensitive communication data.

Affected Products

  • szadmin sz-boot-parent versions 1.0.0-beta through 1.3.2-beta
  • All beta releases prior to version 1.3.3-beta
  • Applications built on vulnerable sz-boot-parent framework versions

Discovery Timeline

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

Technical Details for CVE-2026-3185

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization) and CWE-639 (Authorization Bypass Through User-Controlled Key). The affected API endpoint /api/admin/sys-message/ fails to validate that the requesting user owns or has permission to access the message identified by the messageId parameter.

The attack is network-accessible and requires no user interaction. An authenticated attacker can systematically enumerate message IDs to retrieve messages belonging to other users. The exploit has been publicly disclosed, increasing the risk of active exploitation against unpatched systems.

According to the vendor's response, the fix implements "message ownership verification, so that users can only query messages related to themselves." This confirms the root cause was a lack of proper authorization checks when retrieving message content.

Root Cause

The vulnerability originates from missing ownership validation in the message retrieval functionality. The API endpoint accepts a messageId parameter and returns the corresponding message without verifying that the authenticated user has authorization to access that specific message. This allows any authenticated user to access any message in the system by simply guessing or enumerating valid message IDs.

The lack of proper access control checks on user-supplied object references is a common authorization flaw in web applications. In this case, the application trusted the user-provided messageId without confirming the requester's relationship to the requested resource.

Attack Vector

The attack is executed remotely over the network by an authenticated user. The attacker manipulates the messageId parameter in requests to the /api/admin/sys-message/ endpoint, iterating through message IDs to access messages belonging to other users.

The following code examples from the security patch demonstrate the fix implementation:

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 aefaabfd

The patch also includes import changes for improved validation:

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 aefaabfd

Detection Methods for CVE-2026-3185

Indicators of Compromise

  • Unusual patterns of sequential or enumerated requests to /api/admin/sys-message/ endpoint
  • Single user accounts accessing large numbers of distinct message IDs
  • HTTP 200 responses for message requests that should return 403 Forbidden based on ownership
  • Anomalous access patterns showing users retrieving messages outside normal business hours or expected volume

Detection Strategies

  • Implement API request monitoring to detect enumeration patterns on message endpoints
  • Configure web application firewall rules to alert on sequential messageId parameter manipulation
  • Deploy behavioral analytics to identify users accessing abnormally high numbers of messages
  • Review application logs for access patterns indicating IDOR exploitation attempts

Monitoring Recommendations

  • Enable detailed access logging for the /api/admin/sys-message/ endpoint with user identity correlation
  • Set up alerts for failed authorization attempts if ownership checks are partially implemented
  • Monitor for anomalous API call volumes from individual authenticated sessions
  • Implement rate limiting on message retrieval endpoints to slow enumeration attacks

How to Mitigate CVE-2026-3185

Immediate Actions Required

  • Upgrade sz-boot-parent to version 1.3.3-beta or later immediately
  • Review access logs for evidence of exploitation prior to patching
  • Audit all API endpoints for similar IDOR vulnerabilities in custom code
  • Implement temporary rate limiting on the affected endpoint if immediate upgrade is not possible

Patch Information

The vulnerability is addressed in sz-boot-parent version 1.3.3-beta. The fix is identified by commit hash aefaabfd7527188bfba3c8c9eee17c316d094802 and implements message ownership verification to ensure users can only query messages related to themselves.

The vendor was notified before public disclosure and responded professionally by implementing the fix. Organizations should upgrade to version 1.3.3-beta by obtaining the release from the official GitHub repository.

Workarounds

  • Implement a reverse proxy or web application firewall rule to block requests to /api/admin/sys-message/ until patching is complete
  • Add custom authorization middleware that validates message ownership before allowing access
  • Restrict access to the admin message API to trusted IP ranges as a temporary measure
  • Disable the message functionality entirely if it is not business-critical while awaiting the upgrade
bash
# Example nginx rate limiting configuration for affected endpoint
limit_req_zone $binary_remote_addr zone=message_limit:10m rate=10r/m;

location /api/admin/sys-message/ {
    limit_req zone=message_limit burst=5 nodelay;
    # Additional proxy configuration
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSzadmin

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-285

  • CWE-639
  • Technical References
  • GitHub Repository

  • GitHub Release v1.3.3-beta

  • CVE IDOR Analysis

  • VulDB CTI #347743

  • VulDB #347743

  • VulDB Submission #754036
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-3186: Sz-boot-parent Auth Bypass Vulnerability

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