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

CVE-2024-1298: EDK2 Division-By-Zero DoS Vulnerability

CVE-2024-1298 is a denial of service vulnerability in EDK2 firmware that triggers a division-by-zero error during S3 sleep mode. This article covers the technical details, affected systems, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-1298 Overview

CVE-2024-1298 is a vulnerability in EDK2, the open-source reference implementation of the UEFI specification. The flaw occurs when S3 sleep mode is activated, allowing an attacker with local access to cause a Division-By-Zero condition through a UINT32 overflow. Successful exploitation of this vulnerability leads to a loss of availability, potentially causing system crashes or denial of service conditions in affected firmware implementations.

Critical Impact

Local attackers with high privileges can trigger a Division-By-Zero exception via UINT32 overflow during S3 sleep operations, causing system instability and denial of service.

Affected Products

  • EDK2 (TianoCore UEFI firmware implementation)
  • Systems utilizing EDK2-based UEFI firmware with S3 sleep functionality
  • Fedora and Debian distributions packaging EDK2

Discovery Timeline

  • May 30, 2024 - CVE-2024-1298 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-1298

Vulnerability Analysis

This vulnerability falls under CWE-369 (Divide By Zero), a numeric error that occurs when the application attempts to divide a number by zero. In the context of EDK2, the issue manifests during S3 sleep state transitions where improper handling of UINT32 values leads to an overflow condition. When this overflow occurs, the resulting calculation can produce a zero divisor, triggering a Division-By-Zero exception.

The attack requires local access to the system and high privileges, limiting the scope of potential attackers. However, the vulnerability can affect systems beyond the compromised security context (changed scope), making it particularly concerning for multi-tenant environments or systems where firmware integrity is critical.

Root Cause

The root cause of CVE-2024-1298 lies in inadequate bounds checking when processing UINT32 values during S3 sleep operations. When specific values are processed, integer overflow occurs, wrapping around and potentially resulting in a zero value being used as a divisor in subsequent arithmetic operations. This triggers an unhandled exception that crashes the system.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system with elevated privileges. The attacker can manipulate inputs or system states that trigger the S3 sleep functionality with crafted values designed to cause the UINT32 overflow. When the overflow occurs and the resulting zero value is used in a division operation, the system experiences a fatal exception.

The vulnerability can be exploited through manipulation of firmware-level operations during the S3 suspend/resume cycle. An attacker with administrative access could craft specific conditions that cause the overflow during S3 sleep state transitions, resulting in system unavailability.

Detection Methods for CVE-2024-1298

Indicators of Compromise

  • Unexpected system crashes or blue screens during S3 sleep/wake cycles
  • Firmware-level exceptions logged in system event logs related to divide-by-zero errors
  • Abnormal behavior during suspend/resume operations
  • Repeated system instability triggered by sleep state transitions

Detection Strategies

  • Monitor system logs for firmware exceptions related to arithmetic errors during S3 transitions
  • Implement firmware integrity monitoring to detect unexpected modifications
  • Use hardware-based security modules to monitor UEFI execution anomalies
  • Deploy endpoint detection solutions capable of monitoring pre-boot and firmware-level events

Monitoring Recommendations

  • Enable verbose logging for UEFI/BIOS events where supported
  • Configure system monitoring to alert on unexpected reboots during sleep transitions
  • Implement SentinelOne Singularity platform for comprehensive endpoint visibility including firmware-level threat detection
  • Establish baseline behavior for S3 sleep operations to identify anomalous patterns

How to Mitigate CVE-2024-1298

Immediate Actions Required

  • Update EDK2 to the latest patched version from the TianoCore project
  • Apply vendor-specific firmware updates for affected systems
  • Review the GitHub Security Advisory for detailed patch information
  • Restrict local administrative access to minimize attack surface

Patch Information

Security patches addressing this vulnerability have been released through multiple channels. Fedora users should apply updates announced in the Fedora Package Announcements. Debian LTS users should refer to the Debian LTS Announcement for applicable updates. NetApp customers should consult the NetApp Security Advisory for affected products and remediation guidance.

Workarounds

  • Disable S3 sleep functionality where operationally feasible until patches can be applied
  • Restrict physical and administrative access to affected systems
  • Implement additional monitoring for systems that cannot be immediately patched
  • Consider alternative power management configurations that avoid the affected S3 sleep path

Organizations should prioritize applying official patches as workarounds may impact system functionality and power management capabilities. Consult vendor documentation for system-specific mitigation options.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEdk2

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-369
  • Technical References
  • GitHub Security Advisory

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian LTS Announcement

  • NetApp Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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