A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-62712

CVE-2025-62712: JumpServer Privilege Escalation Flaw

CVE-2025-62712 is a privilege escalation vulnerability in Fit2cloud JumpServer that lets authenticated attackers steal connection tokens and access managed assets. This article covers technical details, affected versions, and patches.

Published: May 26, 2026

CVE-2025-62712 Overview

CVE-2025-62712 is a missing authorization vulnerability [CWE-862] in JumpServer, an open source bastion host and operations security audit system maintained by Fit2Cloud. The flaw resides in the super-connection token API endpoint at /api/v1/authentication/super-connection-token/. When the endpoint is accessed from a web browser, it returns connection tokens created by all users instead of restricting the result set to tokens owned by or authorized for the requester. An authenticated, non-privileged user can collect these tokens and reuse them to initiate sessions against managed assets on behalf of other users, leading to unauthorized access and privilege escalation across systems brokered by JumpServer.

Critical Impact

Authenticated low-privileged users can harvest other users' connection tokens and pivot into managed assets, bypassing JumpServer's session brokering controls.

Affected Products

  • Fit2Cloud JumpServer versions prior to v3.10.20-lts
  • Fit2Cloud JumpServer 4.x versions prior to v4.10.11-lts
  • Deployments exposing the /api/v1/authentication/super-connection-token/ endpoint to authenticated users

Discovery Timeline

  • 2025-10-30 - CVE-2025-62712 published to NVD
  • 2025-11-12 - Last updated in NVD database

Technical Details for CVE-2025-62712

Vulnerability Analysis

JumpServer issues short-lived connection tokens that authorize sessions to managed assets such as servers, databases, and network devices. The super-connection token endpoint was intended to expose tokens scoped to the calling identity. Instead, the list view of /api/v1/authentication/super-connection-token/ returned tokens belonging to every user when invoked from a browser context. Any authenticated account, regardless of role, could enumerate these tokens by issuing a standard GET request after logging in.

Because connection tokens function as bearer credentials inside JumpServer, an attacker who collects them can replay each token to open a session as the original owner. This converts a low-privileged JumpServer account into a stepping stone for accessing privileged assets that the attacker was never authorized to reach. The vulnerability is tracked under CWE-862: Missing Authorization.

Root Cause

The root cause is missing object-level authorization in the connection token retrieve and list logic within apps/authentication/api/connection_token.py. The view did not filter the queryset by the requesting user or verify ownership before returning token records, so the response set leaked tokens issued to other identities.

Attack Vector

The attack is remote and network-reachable, requires a valid low-privileged JumpServer login, and needs no user interaction. An attacker authenticates, navigates to or fetches the super-connection token API in a browser session, parses the returned tokens, and uses them to initiate connections to assets bound to those tokens.

python
# Source: https://github.com/jumpserver/jumpserver/commit/453ad331eec9d9667a38de735d6612608e558491
# Patch excerpt from apps/authentication/api/connection_token.py
        self.validate_serializer(serializer)
        return super().perform_create(serializer)


    def _insert_connect_options(self, data, user):
        connect_options = data.pop('connect_options', {})
        default_name_opts = {

The upstream commit 453ad331eec9d9667a38de735d6612608e558491 adjusts token retrieval logic so that the queryset is constrained to the requesting user before responses are serialized.

Detection Methods for CVE-2025-62712

Indicators of Compromise

  • HTTP GET requests to /api/v1/authentication/super-connection-token/ from accounts that do not normally administer JumpServer.
  • Connection token IDs appearing in session initiation requests from a user different from the token's original owner.
  • Spikes in successful asset connections originating from a single low-privileged JumpServer account across unrelated asset groups.

Detection Strategies

  • Audit JumpServer application logs and web access logs for requests to the super-connection-token endpoint and correlate the requesting user with the returned token owners.
  • Alert on any non-admin account that retrieves more than a small baseline of connection tokens within a short interval.
  • Compare the user field on issued tokens with the authenticated principal that subsequently consumes them in connect actions.

Monitoring Recommendations

  • Forward JumpServer audit logs and reverse proxy access logs to a centralized SIEM and retain them long enough to support retrospective hunting.
  • Track session establishment events to privileged assets and flag sessions opened by accounts without a documented business need for those targets.
  • Monitor for new or unexpected API consumers of the authentication endpoints, particularly browser-based requests carrying session cookies for standard users.

How to Mitigate CVE-2025-62712

Immediate Actions Required

  • Upgrade JumpServer to v3.10.20-lts or v4.10.11-lts or later as soon as possible.
  • Rotate or invalidate existing connection tokens issued before the upgrade to prevent replay of previously exposed tokens.
  • Review JumpServer audit logs for prior access to /api/v1/authentication/super-connection-token/ by non-administrative users and investigate any matches.

Patch Information

Fit2Cloud fixed the issue in JumpServer v3.10.20-lts and v4.10.11-lts. The corrective change is published in the upstream repository as commit 453ad331eec9d9667a38de735d6612608e558491 and described in the GitHub Security Advisory GHSA-6ghx-6vpv-3wg7.

Workarounds

  • Restrict network access to the JumpServer management interface so that only trusted administrative networks can reach the authentication API endpoints until patching is complete.
  • Temporarily reduce the population of authenticated users on the platform and force password resets to limit the pool of accounts capable of querying the vulnerable endpoint.
  • Shorten connection token lifetimes in JumpServer configuration to limit the window during which a leaked token remains usable.
bash
# Verify the installed JumpServer version after upgrade
docker exec -it jms_core bash -lc 'cat /opt/jumpserver/apps/jumpserver/const.py | grep VERSION'

# Confirm the patched endpoint behavior by checking that a non-admin user
# only receives their own tokens (response should be filtered)
curl -s -H "Authorization: Bearer <user_token>" \
  https://jumpserver.example.com/api/v1/authentication/super-connection-token/

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFit2cloud Jumpserver

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-6ghx-6vpv-3wg7
  • Related CVEs
  • CVE-2026-31864: Fit2cloud JumpServer RCE Vulnerability

  • CVE-2026-31798: Jumpserver Information Disclosure Flaw

  • CVE-2025-58044: Jumpserver Open Redirect Vulnerability

  • CVE-2024-40629: Fit2cloud JumpServer RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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