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

CVE-2023-49935: SchedMD Slurm Auth Bypass Vulnerability

CVE-2023-49935 is an authentication bypass vulnerability in SchedMD Slurm that allows attackers to reuse root-level tokens. This post covers the technical details, affected versions, security impact, and mitigation.

Published: January 28, 2026

CVE-2023-49935 Overview

An Incorrect Access Control vulnerability has been discovered in SchedMD Slurm versions 23.02.x and 23.11.x that allows attackers to bypass message integrity protections in the slurmd process. The vulnerability enables the reuse of root-level authentication tokens during RPC interactions, effectively circumventing the MUNGE credential hashing mechanisms designed to prevent unauthorized credential reuse.

Critical Impact

Attackers with low-privilege network access can reuse root-level authentication tokens to bypass security controls, potentially gaining unauthorized access to HPC cluster resources and executing privileged operations.

Affected Products

  • SchedMD Slurm 23.02.x (versions prior to 23.02.7)
  • SchedMD Slurm 23.11 (including 23.11-rc1, versions prior to 23.11.1)
  • Systems using MUNGE authentication with slurmd process

Discovery Timeline

  • 2023-12-14 - CVE-2023-49935 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-49935

Vulnerability Analysis

This vulnerability represents a significant authentication bypass flaw in the Slurm workload manager's daemon communication layer. The slurmd process, which runs on compute nodes and manages job execution, fails to properly validate the integrity of incoming RPC messages. Specifically, the vulnerability allows an attacker to capture and replay root-level MUNGE authentication tokens.

MUNGE (MUNGE Uid 'N' Gid Emporium) is the authentication mechanism used by Slurm to verify user credentials across the cluster. Under normal operation, RPC message hashes prevent the reuse of authentication credentials. However, the flawed implementation in affected versions allows attackers to bypass these hash-based protections, enabling credential replay attacks.

The vulnerability is classified under CWE-613 (Insufficient Session Expiration), indicating that the authentication tokens remain valid beyond their intended lifecycle, allowing malicious reuse.

Root Cause

The root cause stems from inadequate message integrity verification in the slurmd RPC handling code. The hashing mechanism designed to protect against MUNGE credential reuse contains a bypass condition that allows authenticated tokens to be replayed. This enables an attacker who has obtained or intercepted a root-level authentication token to reuse it for subsequent unauthorized operations against the slurmd process.

Attack Vector

The attack can be executed remotely over the network by an attacker with low-privilege access to the Slurm cluster. The exploitation flow involves:

  1. The attacker obtains or intercepts a valid root-level MUNGE credential token from legitimate cluster communications
  2. The attacker crafts malicious RPC messages reusing the captured authentication token
  3. Due to the message integrity bypass, slurmd accepts the replayed credentials as valid
  4. The attacker gains unauthorized root-level access to execute privileged operations on compute nodes

The vulnerability does not require user interaction and has low attack complexity, making it particularly dangerous in shared HPC environments where multiple users have network access to cluster infrastructure.

Detection Methods for CVE-2023-49935

Indicators of Compromise

  • Unusual patterns of repeated MUNGE credential usage from unexpected source IPs
  • Anomalous slurmd RPC activity originating from non-controller nodes
  • Unexpected privilege escalation events on compute nodes
  • Multiple authentication attempts using identical credential tokens within short time windows

Detection Strategies

  • Monitor slurmd logs for duplicate or replayed authentication token patterns
  • Implement network traffic analysis to detect suspicious RPC message patterns between cluster nodes
  • Deploy file integrity monitoring on Slurm configuration and binary files
  • Enable verbose logging on slurmd processes to capture detailed authentication events

Monitoring Recommendations

  • Configure alerting for authentication anomalies in Slurm audit logs
  • Monitor network connections to slurmd ports (typically 6818) for unusual traffic patterns
  • Implement correlation rules to detect credential reuse across multiple nodes
  • Review slurmctld and slurmd logs regularly for failed or suspicious authentication attempts

How to Mitigate CVE-2023-49935

Immediate Actions Required

  • Upgrade SchedMD Slurm to version 23.02.7 or 23.11.1 immediately
  • Audit recent slurmd authentication logs for signs of credential reuse attacks
  • Review cluster access controls and restrict network access to slurmd ports
  • Rotate MUNGE keys after patching to invalidate any potentially captured credentials

Patch Information

SchedMD has released security patches addressing this vulnerability. The fixed versions are 23.02.7 for the 23.02 series and 23.11.1 for the 23.11 series. Administrators should consult the Slurm Security Announcement and SchedMD Security Archive for detailed upgrade instructions.

Fedora users should check the Fedora Package Announcements for distribution-specific updates.

Workarounds

  • Implement network segmentation to restrict access to slurmd communication ports to authorized management nodes only
  • Enable additional authentication logging to detect potential exploitation attempts
  • Consider implementing IP-based access controls on compute nodes to limit RPC communication sources
  • Deploy intrusion detection rules to monitor for credential replay patterns
bash
# Configuration example - Restrict slurmd port access via iptables
# Allow only slurmctld server to communicate with slurmd
iptables -A INPUT -p tcp --dport 6818 -s <slurmctld_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 6818 -j DROP

# Regenerate MUNGE key after patching (run on all nodes)
# mungekey -f -k /etc/munge/munge.key
# systemctl restart munge

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSchedmd Slurm

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

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

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Slurm Security Announcement

  • SchedMD Security Archive
  • Related CVEs
  • CVE-2023-49933: SchedMD Slurm Auth Bypass Vulnerability

  • CVE-2025-43904: SchedMD Slurm Privilege Escalation Flaw

  • CVE-2023-41914: Schedmd Slurm Race Condition 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