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-2025-68954

CVE-2025-68954: Pterodactyl SFTP Auth Bypass Vulnerability

CVE-2025-68954 is an authentication bypass flaw in Pterodactyl that allows users to maintain SFTP access after permissions are revoked. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-68954 Overview

CVE-2025-68954 is an Improper Session Expiration vulnerability (CWE-613) in Pterodactyl, a free, open-source game server management panel. Versions 1.11.11 and below fail to revoke active SFTP connections when a user is removed from a server instance or has their file access permissions modified. This allows an already-connected user to maintain their SFTP session and continue accessing files even after administrative action has revoked their permissions.

Critical Impact

Authenticated users with revoked permissions can maintain unauthorized file access to game server data through persistent SFTP connections, bypassing administrative security controls.

Affected Products

  • Pterodactyl Panel versions 1.11.11 and below
  • Pterodactyl Panel installations using SFTP subuser functionality
  • Game server deployments managed through vulnerable Pterodactyl versions

Discovery Timeline

  • 2026-01-06 - CVE CVE-2025-68954 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-68954

Vulnerability Analysis

This vulnerability stems from an insufficient session management implementation in Pterodactyl's subuser permission system. When administrators remove a user as a subuser or modify their SFTP file access permissions, the panel fails to terminate existing SFTP and WebSocket connections. The attack requires high privileges to initially establish a connection but can be exploited without user interaction once the session is active.

The vulnerability specifically affects the subuser controller and daemon repository components. A malicious user who anticipates permission revocation could intentionally maintain an active SFTP session to retain unauthorized access to server files. This creates a window of exposure where revoked users can continue reading, modifying, or deleting files on managed game servers.

Root Cause

The root cause is an Improper Session Expiration (CWE-613) flaw in the permission revocation workflow. The original implementation did not include a mechanism to signal the daemon to disconnect active sessions when subuser permissions were changed. The SubuserController.php component handled permission updates at the panel level but lacked integration with a session revocation service on the daemon side.

Attack Vector

The attack is network-based and requires the attacker to have high privileges (an existing subuser account with SFTP access). The attacker must be actively connected to SFTP at the exact moment their permissions are revoked. While this requires specific preconditions (attack complexity involves timing), successful exploitation grants full persistence of the previous access level with high impact to confidentiality, integrity, and availability of server files.

An attacker could:

  1. Establish an SFTP connection to a server where they have subuser access
  2. Maintain the connection while waiting for permission changes
  3. Continue accessing files after their permissions have been administratively revoked
  4. Exfiltrate sensitive configuration files or modify game server data

The security patch introduces a DaemonRevocationRepository to properly disconnect sessions:

php
 use Illuminate\Support\Facades\Log;
 use Pterodactyl\Repositories\Eloquent\SubuserRepository;
 use Pterodactyl\Services\Subusers\SubuserCreationService;
-use Pterodactyl\Repositories\Wings\DaemonServerRepository;
 use Pterodactyl\Transformers\Api\Client\SubuserTransformer;
+use Pterodactyl\Repositories\Wings\DaemonRevocationRepository;
 use Pterodactyl\Http\Controllers\Api\Client\ClientApiController;
 use Pterodactyl\Exceptions\Http\Connection\DaemonConnectionException;
 use Pterodactyl\Http\Requests\Api\Client\Servers\Subusers\GetSubuserRequest;

Source: GitHub Commit 2bd9d8b

Detection Methods for CVE-2025-68954

Indicators of Compromise

  • SFTP sessions that persist beyond their expected duration after permission changes
  • File access logs showing activity from users no longer listed as subusers
  • WebSocket connections maintained after subuser removal events
  • Unexpected file modifications on servers where user access was recently revoked

Detection Strategies

  • Monitor SFTP connection logs for sessions that remain active after corresponding permission revocation events in the panel
  • Correlate panel audit logs (subuser removal/permission changes) with daemon connection logs to identify orphaned sessions
  • Implement alerting for file access events from users whose permissions were recently modified
  • Review daemon logs for disconnect failures following permission change API calls

Monitoring Recommendations

  • Enable verbose logging on both Pterodactyl Panel and Wings daemon components
  • Implement session duration monitoring to detect abnormally long SFTP connections
  • Set up automated correlation between panel permission events and daemon session states
  • Establish baseline metrics for normal SFTP session patterns to identify anomalies

How to Mitigate CVE-2025-68954

Immediate Actions Required

  • Upgrade Pterodactyl Panel to version 1.12.0 or later immediately
  • Restart the Wings daemon service after upgrading to ensure all active sessions are terminated
  • Audit recent subuser permission changes and verify no unauthorized access occurred
  • Force disconnect all active SFTP sessions as a precautionary measure during the upgrade window

Patch Information

The vulnerability is fixed in Pterodactyl Panel version 1.12.0. The patch introduces a new DaemonRevocationRepository component that properly signals the Wings daemon to disconnect SFTP and WebSocket connections when subuser permissions are revoked. The fix is available in commit 2bd9d8baddb0e0606e4a9d5be402f48678ac88d5.

For detailed patch information, see:

  • GitHub Release v1.12.0
  • GitHub Security Advisory GHSA-8c39-xppg-479c

Workarounds

  • Manually restart the Wings daemon service after any subuser permission changes to force-terminate all active connections
  • Implement network-level session timeouts for SFTP connections to limit exposure windows
  • Temporarily disable SFTP access for all subusers until the patch can be applied
  • Use firewall rules to restrict SFTP access to trusted IP ranges only
bash
# Restart Wings daemon to terminate active sessions after permission changes
systemctl restart wings

# Verify no active SFTP connections remain
ss -tnp | grep :2022

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPterodactyl

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-613
  • Technical References
  • GitHub Commit Update

  • GitHub Release v1.12.0

  • GitHub Security Advisory GHSA-8c39-xppg-479c
  • Related CVEs
  • CVE-2026-26016: Pterodactyl Wings Auth Bypass Vulnerability

  • CVE-2025-69197: Pterodactyl TOTP Auth Bypass Vulnerability

  • CVE-2025-69198: Pterodactyl Panel DOS Vulnerability

  • CVE-2025-49132: Pterodactyl Panel RCE 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