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-2023-36054

CVE-2023-36054: MIT Kerberos 5 DoS Vulnerability

CVE-2023-36054 is a denial of service flaw in MIT Kerberos 5 that allows authenticated attackers to crash kadmind by freeing uninitialized pointers. This article covers technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2023-36054 Overview

CVE-2023-36054 is an Uninitialized Memory Use vulnerability in MIT Kerberos 5 (krb5) that affects the lib/kadm5/kadm_rpc_xdr.c file. The flaw exists in the _xdr_kadm5_principal_ent_rec function, which fails to validate the relationship between n_key_data and the key_data array count, resulting in the freeing of an uninitialized pointer. A remote authenticated user can exploit this vulnerability to trigger a crash in the kadmind daemon, causing a Denial of Service condition.

Critical Impact

Remote authenticated attackers can crash the Kerberos administration daemon (kadmind), disrupting authentication services across the enterprise environment.

Affected Products

  • MIT Kerberos 5 versions before 1.20.2
  • MIT Kerberos 5 versions 1.21.x before 1.21.1
  • Debian Linux 10.0
  • NetApp Active IQ Unified Manager for VMware vSphere
  • NetApp Clustered Data ONTAP 9.0
  • NetApp HCI
  • NetApp Management Services for Element Software
  • NetApp ONTAP Tools for VMware vSphere

Discovery Timeline

  • 2023-08-07 - CVE-2023-36054 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-36054

Vulnerability Analysis

This vulnerability stems from improper memory handling in the XDR (External Data Representation) serialization code for Kerberos administrative operations. When processing kadm5 principal entry records, the _xdr_kadm5_principal_ent_rec function does not properly validate that the n_key_data field matches the actual number of elements in the key_data array. This inconsistency leads to operations on uninitialized memory, specifically attempting to free a pointer that was never properly allocated or initialized.

The vulnerability is exploitable over the network by any authenticated user with access to the Kerberos administration protocol. While the attack requires authentication, it does not require elevated privileges, making it accessible to any valid Kerberos principal. The impact is limited to availability, as the vulnerability results in a daemon crash rather than information disclosure or code execution.

Root Cause

The root cause lies in CWE-824 (Access of Uninitialized Pointer). The _xdr_kadm5_principal_ent_rec function processes key data arrays without ensuring consistency between the declared count (n_key_data) and the actual array contents. When these values are mismatched—particularly when n_key_data is larger than the actual allocated array elements—the code attempts to free memory locations that contain uninitialized pointer values, leading to undefined behavior and a crash.

Attack Vector

The attack is conducted over the network against the kadmind service. An authenticated attacker sends a specially crafted RPC request containing a malformed principal entry record where the n_key_data count does not match the actual key_data array. When kadmind processes this request through the XDR deserialization routines, it triggers the uninitialized pointer free condition. This attack requires low complexity—only valid Kerberos credentials and network access to the kadmind service port (typically 749).

The security patch introduces validation to ensure array count consistency in kadm5 RPC operations:

c
 		     int v)
 {
 	unsigned int n;
+	bool_t r;
 
 	if (!xdr_krb5_principal(xdrs, &objp->principal)) {
 		return (FALSE);

Source: GitHub krb5 Commit

Detection Methods for CVE-2023-36054

Indicators of Compromise

  • Unexpected kadmind service crashes or restarts in system logs
  • Core dumps from the kadmind process indicating segmentation faults in XDR-related functions
  • Unusual administrative RPC traffic to kadmind (port 749) from authenticated but potentially compromised accounts
  • Log entries indicating failed or malformed kadm5 operations prior to service termination

Detection Strategies

  • Monitor kadmind process stability and implement alerting on unexpected daemon restarts
  • Analyze Kerberos administrative logs for patterns of operations that precede crashes
  • Deploy network intrusion detection rules to identify malformed kadm5 RPC requests
  • Implement process monitoring to detect repeated kadmind crashes that may indicate active exploitation

Monitoring Recommendations

  • Enable verbose logging for the kadmind service to capture detailed operation information
  • Configure system monitoring to track kadmind process state and generate alerts on abnormal terminations
  • Review authentication logs to identify accounts making unusual administrative requests
  • Implement centralized log collection for Kerberos infrastructure components

How to Mitigate CVE-2023-36054

Immediate Actions Required

  • Upgrade MIT Kerberos 5 to version 1.20.2 or later for the 1.20.x branch
  • Upgrade MIT Kerberos 5 to version 1.21.1 or later for the 1.21.x branch
  • Apply vendor-specific patches for affected NetApp products as outlined in the NetApp Security Advisory
  • Review the Debian LTS Announcement for Debian-specific updates

Patch Information

MIT has released patched versions addressing this vulnerability. The fix is available in krb5 versions 1.20.2 and 1.21.1. Detailed changes can be reviewed in the GitHub Version Comparison for 1.20.2 and the GitHub Version Comparison for 1.21.1. The specific fix commit is available at the GitHub krb5 Commit. Additional advisories are available at the MIT Kerberos Advisory page.

Workarounds

  • Restrict network access to the kadmind service to trusted administrative networks only
  • Implement firewall rules to limit connections to port 749 from authorized management hosts
  • Consider implementing additional authentication controls for kadm5 administrative operations
  • Monitor for service disruptions and implement automatic restart mechanisms with alerting
bash
# Example: Restrict kadmind access via iptables
iptables -A INPUT -p tcp --dport 749 -s <trusted_admin_network> -j ACCEPT
iptables -A INPUT -p tcp --dport 749 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMit Kerberos 5

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.70%

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

  • NetApp Security Advisory

  • MIT Kerberos Advisory
  • Vendor Resources
  • GitHub krb5 Commit

  • GitHub Version Comparison

  • GitHub Version Comparison
  • Related CVEs
  • CVE-2021-36222: MIT Kerberos 5 DoS Vulnerability

  • CVE-2024-37371: MIT Kerberos 5 Use-After-Free Vulnerability

  • CVE-2024-26458: MIT Kerberos 5 Information Disclosure

  • CVE-2024-26461: MIT Kerberos 5 Information Disclosure
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