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-2024-36031

CVE-2024-36031: Linux Kernel Privilege Escalation Flaw

CVE-2024-36031 is a privilege escalation vulnerability in Linux Kernel affecting key expiration handling during instantiation. This article covers technical details, affected versions, impact, and mitigation.

Published: April 1, 2026

CVE-2024-36031 Overview

CVE-2024-36031 is a vulnerability in the Linux kernel's key management subsystem where the expiry time of a key is unconditionally overwritten during instantiation. This flaw causes the key expiration to default to permanent (TIME64_MAX), which disrupts DNS resolution functionality by preventing user-space from setting proper expiration times for DNS keys. The vulnerability affects the kernel's key handling mechanism, specifically the key_set_expiry function behavior during key instantiation.

Critical Impact

This vulnerability can disable DNS updates by making keys permanent when they should expire, potentially leading to stale DNS records and network resolution failures that could be exploited for network-based attacks.

Affected Products

  • Linux Kernel (multiple versions)
  • Debian Linux (as noted in LTS announcements)
  • Systems using kernel keyring for DNS resolution

Discovery Timeline

  • 2024-05-30 - CVE CVE-2024-36031 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-36031

Vulnerability Analysis

The vulnerability resides in the Linux kernel's key management subsystem, specifically in how key expiration times are handled during the instantiation process. When a key is instantiated, the kernel unconditionally overwrites any expiration time that was previously set, defaulting the key to permanent status by setting it to TIME64_MAX. This behavior is particularly problematic for DNS key management, where user-space applications need to set specific expiration times to ensure DNS records are refreshed appropriately.

The flaw relates to CWE-324 (Use of a Key Past its Expiration Date), as the improper handling of key expiration effectively disables the expiration mechanism entirely. This can lead to situations where cryptographic keys or DNS resolver keys remain valid indefinitely, contrary to security best practices that mandate regular key rotation and expiration.

Root Cause

The root cause is the unconditional call to key_set_expiry during key instantiation, which overwrites any pre-existing expiration value set by user-space. The fix restores the conditional logic that only calls key_set_expiry when the pre-parser explicitly sets a specific expiry value, preserving user-space defined expiration times.

Attack Vector

The vulnerability can be exploited via network-based attack vectors. An attacker could potentially leverage the inability to properly expire DNS keys to maintain stale DNS records, facilitating DNS spoofing or cache poisoning attacks. Since DNS resolution relies on proper key expiration to refresh records, permanently valid keys could allow attackers to redirect traffic by preventing legitimate DNS updates.

The attack does not require privileges or user interaction, and can be exploited remotely through network-based DNS manipulation scenarios where the target system's DNS resolution becomes compromised due to stale, non-expiring keys.

Detection Methods for CVE-2024-36031

Indicators of Compromise

  • DNS resolution failures or unexpected behavior on affected Linux systems
  • Kernel keyring entries showing permanent expiration (TIME64_MAX) for DNS-related keys
  • Log entries indicating key instantiation anomalies in /var/log/kern.log or dmesg output
  • Stale DNS records persisting beyond expected TTL periods

Detection Strategies

  • Monitor kernel logs for key subsystem messages related to DNS resolver keys
  • Implement keyring monitoring to detect keys with unexpectedly long or permanent expiration times
  • Deploy network monitoring to identify DNS resolution anomalies or stale record issues
  • Use kernel auditing capabilities to track key instantiation events

Monitoring Recommendations

  • Enable kernel audit logging for key management subsystem operations
  • Configure alerts for DNS resolution failures that may indicate stale key issues
  • Monitor system keyring status using keyctl utilities to identify affected keys
  • Implement baseline comparisons for DNS key expiration values

How to Mitigate CVE-2024-36031

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix
  • Review and restart any services dependent on DNS key management
  • Clear and reinitialize kernel keyring entries for DNS resolver keys
  • Monitor DNS resolution behavior after applying patches

Patch Information

The Linux kernel development team has released patches to address this vulnerability. Multiple kernel fix commits are available:

  • Kernel Fix Commit 25777f3
  • Kernel Fix Commit 939a08b
  • Kernel Fix Commit 9da27fb
  • Kernel Fix Commit ad2011e
  • Kernel Fix Commit cc219cb
  • Kernel Fix Commit e4519a0
  • Kernel Fix Commit ed79b93

Debian users should refer to the Debian LTS Security Announcement for distribution-specific patch information.

Workarounds

  • Manually manage DNS key expiration using keyctl utilities to set proper expiration times
  • Implement application-level DNS caching with proper TTL enforcement as a temporary measure
  • Consider using alternative DNS resolution mechanisms that don't rely on kernel keyring until patches are applied
  • Schedule regular key refresh intervals through cron jobs or systemd timers
bash
# Check current kernel keyring status for DNS keys
keyctl show @s

# View specific key expiration information
keyctl timeout <key_id> <timeout_seconds>

# Clear potentially affected DNS resolver keys (requires appropriate permissions)
keyctl clear @u

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • 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
  • CWE-324
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • Kernel Fix Commit

  • Kernel Fix Commit

  • Kernel Fix Commit

  • Kernel Fix Commit

  • Kernel Fix Commit

  • Kernel Fix Commit

  • Kernel Fix Commit
  • Related CVEs
  • CVE-2026-46228: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46226: Linux Kernel SPI Privilege Escalation

  • CVE-2026-46225: Linux Kernel RSPI Privilege Escalation

  • CVE-2026-46205: Linux Kernel Privilege Escalation Flaw
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