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

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

CVE-2026-3186 is an authentication bypass vulnerability in Szadmin Sz-boot-parent that allows attackers to reset passwords using default credentials. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-3186 Overview

A vulnerability has been identified in szadmin sz-boot-parent up to version 1.3.2-beta affecting the Password Reset Handler component. The vulnerability exists in the /api/admin/sys-user/reset/password/ endpoint, where manipulation of the userId argument allows attackers to reset user passwords to a default value without proper authorization. This is an Authorization Bypass vulnerability that can be exploited remotely over the network.

Critical Impact

Attackers can remotely reset any user's password to a default value by manipulating the userId parameter, potentially gaining unauthorized access to administrative accounts and compromising the entire application.

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
  • Deployments using the vulnerable /api/admin/sys-user/reset/password/ endpoint

Discovery Timeline

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

Technical Details for CVE-2026-3186

Vulnerability Analysis

This Authorization Bypass vulnerability stems from the lack of proper access control validation in the password reset functionality. The Password Reset Handler at /api/admin/sys-user/reset/password/ fails to verify whether the requesting user has the necessary permissions to reset passwords for the specified userId. This allows any authenticated user (or potentially unauthenticated users, depending on the endpoint's authentication requirements) to reset passwords for arbitrary user accounts.

When a password reset request is processed, the application accepts the userId parameter without validating the requester's authorization level. The system then resets the target user's password to a default value, effectively allowing an attacker to take over any user account, including administrator accounts.

Root Cause

The root cause is classified as CWE-1393 (Use of Default Password). The password reset interface lacked authorization validation, allowing any user to invoke the password reset functionality for any account. The application would accept requests to reset passwords without verifying that the requesting user had the appropriate administrative privileges to perform this sensitive operation.

Attack Vector

The attack can be initiated remotely over the network. An attacker with network access to the vulnerable application can craft HTTP requests to the /api/admin/sys-user/reset/password/ endpoint, specifying a target userId parameter. The exploit has been publicly disclosed. The attack flow involves:

  1. Identifying a valid userId value for a target account
  2. Sending a password reset request with the manipulated userId parameter
  3. The system resets the target user's password to a default value
  4. The attacker can then authenticate using the default password

The security patch added authorization validation to ensure only users with the corresponding permissions can perform password resets:

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

Detection Methods for CVE-2026-3186

Indicators of Compromise

  • Unusual HTTP requests to /api/admin/sys-user/reset/password/ with varying userId parameters from the same source
  • Multiple password reset events for different user accounts in a short time period
  • Failed login attempts followed by successful password reset requests
  • Authentication logs showing logins using default credentials after password reset events

Detection Strategies

  • Monitor access logs for requests to the /api/admin/sys-user/reset/password/ endpoint, particularly from non-administrative users
  • Implement alerting for password reset events, especially when the target user differs from the authenticated user
  • Review authentication logs for patterns indicating account takeover via default password usage
  • Deploy web application firewall (WAF) rules to detect and block unauthorized password reset attempts

Monitoring Recommendations

  • Enable detailed logging for all password reset operations including requester identity and target userId
  • Set up alerts for password reset events affecting administrative or privileged accounts
  • Monitor for anomalous authentication patterns following password reset events
  • Implement rate limiting on the password reset endpoint to detect enumeration attempts

How to Mitigate CVE-2026-3186

Immediate Actions Required

  • Upgrade to sz-boot-parent version 1.3.3-beta or later immediately
  • Audit all user accounts for unauthorized password changes
  • Force password reset for all users, especially administrative accounts
  • Review access logs for evidence of exploitation prior to patching

Patch Information

The vulnerability is addressed in version 1.3.3-beta. The patch (commit hash: aefaabfd7527188bfba3c8c9eee17c316d094802) adds authorization validation to the password reset interface, ensuring only users with the corresponding permissions can perform password resets.

The fix can be obtained from the GitHub Release Tag v1.3.3-beta. The specific patch is available at the GitHub Commit Details.

Workarounds

  • Implement network-level restrictions to limit access to the /api/admin/sys-user/reset/password/ endpoint to trusted IP addresses only
  • Deploy a reverse proxy or WAF rule to block unauthorized password reset requests pending the upgrade
  • Disable the password reset functionality entirely if not critical to operations until the patch can be applied
  • Implement additional authentication checks at the application gateway level
bash
# Example: Restrict access to password reset endpoint via nginx
location /api/admin/sys-user/reset/password/ {
    # Allow only from trusted admin network
    allow 10.0.0.0/8;
    deny all;
    
    # Forward to application
    proxy_pass http://backend;
}

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.3

  • EPSS Probability0.03%

  • 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-1393
  • Technical References
  • GitHub Repository

  • GitHub Release Tag

  • CVE Analysis Document

  • VulDB CTI #347744

  • VulDB #347744

  • VulDB Submit #754037
  • Vendor Resources
  • GitHub Commit Details
  • Related CVEs
  • CVE-2026-3185: 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