The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-44794

CVE-2023-44794: Dromara Sa-Token Privilege Escalation

CVE-2023-44794 is a privilege escalation vulnerability in Dromara Sa-Token that enables remote attackers to elevate privileges via crafted URL payloads. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-44794 Overview

CVE-2023-44794 is a privilege escalation vulnerability affecting Dromara SaToken version 1.36.0 and earlier. This vulnerability allows remote attackers to escalate privileges by crafting a malicious payload within the URL. The flaw stems from improper access control mechanisms (CWE-284), enabling unauthorized users to gain elevated permissions within applications utilizing this authentication framework.

Critical Impact

Remote attackers can exploit this vulnerability to escalate privileges without authentication, potentially gaining full administrative access to affected applications. The network-accessible attack vector with no required privileges makes this vulnerability particularly dangerous for internet-facing applications.

Affected Products

  • Dromara Sa-Token version 1.36.0 and earlier
  • VMware Spring Boot (when used with vulnerable Sa-Token versions)
  • VMware Spring Framework (when used with vulnerable Sa-Token versions)

Discovery Timeline

  • 2023-10-25 - CVE-2023-44794 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-44794

Vulnerability Analysis

This vulnerability exists within Dromara SaToken, a lightweight Java authentication and authorization framework commonly used in Spring Boot and Spring Framework applications. The flaw lies in improper access control validation when processing URL-based requests.

When an attacker crafts a specially formatted URL payload, the authentication framework fails to properly validate and enforce access controls. This allows the attacker to bypass intended authorization restrictions and escalate their privileges to higher-level roles, potentially including administrative access.

The vulnerability is particularly concerning because it requires no prior authentication or user interaction to exploit. Attackers can remotely target any application using the vulnerable SaToken versions through network requests containing the malicious URL payload.

Root Cause

The root cause of CVE-2023-44794 is improper access control (CWE-284) within the SaToken authentication framework. The URL parsing and validation logic fails to properly sanitize and verify authorization tokens or role-based access controls when processing certain crafted URL patterns. This allows attackers to manipulate URL parameters in ways that bypass the intended privilege checks.

Attack Vector

The attack is executed remotely over the network through HTTP/HTTPS requests. An attacker crafts a malicious URL payload targeting endpoints protected by SaToken authentication. The payload exploits the improper access control flaw to trick the framework into granting elevated privileges to the attacker's session.

The attack sequence typically involves:

  1. Identifying an application using SaToken authentication
  2. Crafting a URL with a malicious payload designed to bypass privilege checks
  3. Sending the crafted request to the target application
  4. Gaining unauthorized access with escalated privileges

For technical details on the vulnerability mechanism, refer to the GitHub Issue Discussion.

Detection Methods for CVE-2023-44794

Indicators of Compromise

  • Unusual URL patterns containing encoded or malformed authentication tokens in request logs
  • Unexpected privilege escalation events in application audit logs
  • User sessions gaining administrative or elevated access without proper authentication flow
  • Anomalous access patterns to protected resources from unauthenticated or low-privilege accounts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block malformed URL patterns targeting authentication endpoints
  • Monitor application logs for privilege escalation events that bypass normal authentication workflows
  • Deploy runtime application self-protection (RASP) to detect in-memory exploitation attempts
  • Review access control audit trails for sessions gaining privileges without corresponding authorization events

Monitoring Recommendations

  • Enable verbose logging for SaToken authentication events and privilege changes
  • Configure alerting on any administrative privilege grants outside normal business processes
  • Monitor network traffic for unusual request patterns to authentication endpoints
  • Implement anomaly detection for user session behavior indicating privilege escalation

How to Mitigate CVE-2023-44794

Immediate Actions Required

  • Upgrade Dromara SaToken to a version newer than 1.36.0 that addresses this vulnerability
  • Audit current user sessions and privileges for any signs of unauthorized escalation
  • Review application logs for evidence of exploitation attempts
  • Implement additional access control layers as defense-in-depth while patching

Patch Information

The vulnerability affects Dromara SaToken version 1.36.0 and all prior versions. Organizations should upgrade to the latest version of SaToken that contains the security fix. Detailed information about the vulnerability and remediation can be found in the GitHub Issue Discussion.

Workarounds

  • Implement network-level access controls to restrict access to affected applications from untrusted networks
  • Deploy a web application firewall with custom rules to filter malicious URL patterns
  • Add additional authorization checks at the application layer independent of SaToken
  • Consider temporarily disabling or restricting access to sensitive functionality until patching is complete
bash
# Configuration example - Update SaToken dependency in Maven pom.xml
# Replace vulnerable version with patched version
# In pom.xml, update the sa-token-spring-boot-starter dependency:
# <dependency>
#     <groupId>cn.dev33</groupId>
#     <artifactId>sa-token-spring-boot-starter</artifactId>
#     <version>[PATCHED_VERSION]</version>
# </dependency>

# Verify current SaToken version in use
mvn dependency:tree | grep sa-token

# After updating, rebuild and redeploy the application
mvn clean install

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDromara Sa Token

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.96%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-284
  • Vendor Resources
  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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