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

CVE-2023-45236: Tianocore EDK2 Information Disclosure Flaw

CVE-2023-45236 is an information disclosure vulnerability in Tianocore EDK2 caused by predictable TCP Initial Sequence Numbers that enable unauthorized access. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-45236 Overview

CVE-2023-45236 is a vulnerability in EDK2's Network Package that involves predictable TCP Initial Sequence Numbers (ISN). The EDK2 (EFI Development Kit II) is the open-source reference implementation of UEFI firmware maintained by Tianocore. This vulnerability stems from the use of insecure random number generation for TCP sequence numbers, which can be exploited by network-based attackers to predict sequence numbers and potentially hijack TCP connections or gain unauthorized access to confidential data.

Critical Impact

Attackers can exploit predictable TCP Initial Sequence Numbers to potentially hijack network connections, leading to unauthorized access and loss of confidentiality in UEFI firmware environments.

Affected Products

  • Tianocore EDK2 (all versions with vulnerable Network Package)
  • Systems utilizing EDK2-based UEFI firmware with network stack enabled
  • Enterprise and embedded devices running affected EDK2 implementations

Discovery Timeline

  • 2024-01-16 - CVE-2023-45236 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-45236

Vulnerability Analysis

This vulnerability affects the TCP/IP stack implementation within EDK2's Network Package. The core issue lies in the generation of TCP Initial Sequence Numbers, which are intended to be unpredictable to prevent TCP session hijacking attacks. When sequence numbers are predictable, an attacker can forge TCP packets that appear legitimate to the receiving system.

The vulnerability is classified under CWE-338 (Use of Cryptographically Weak Pseudo-Random Number Generator) and CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The weak random number generation allows attackers to calculate or predict the ISN values that will be used for new TCP connections, enabling various network-based attacks.

This is particularly concerning in firmware environments where the UEFI network stack may be used during pre-boot operations, PXE boot scenarios, or firmware update processes over the network.

Root Cause

The root cause of CVE-2023-45236 is the use of a cryptographically weak pseudo-random number generator (PRNG) for generating TCP Initial Sequence Numbers in EDK2's Network Package. TCP connections rely on unpredictable ISN values as a security measure against blind injection attacks. When the PRNG is weak or predictable, the security guarantees of TCP are undermined, allowing attackers to:

  1. Predict future sequence numbers for new connections
  2. Inject malicious packets into established sessions
  3. Hijack TCP connections to intercept or manipulate data

Attack Vector

The attack vector is network-based and can be exploited remotely without requiring authentication or user interaction. An attacker positioned on the network path (or capable of spoofing source addresses) can:

  1. Observe TCP connections from the vulnerable system to analyze ISN patterns
  2. Use statistical analysis to predict future ISN values based on the weak PRNG
  3. Initiate connection hijacking or blind injection attacks using predicted sequence numbers
  4. Potentially intercept confidential data or inject malicious commands during firmware operations

The vulnerability exploitation mechanism involves analyzing the algorithm used for ISN generation and exploiting its predictability. Rather than providing synthetic exploit code, the technical details of the ISN prediction methodology can be found in the CERT Vulnerability Advisory and the GitHub Security Advisory.

Detection Methods for CVE-2023-45236

Indicators of Compromise

  • Anomalous TCP connection patterns with sequential or predictable ISN values observed in network traffic
  • Unexpected TCP RST packets indicating potential session hijacking attempts
  • Network traffic anomalies during UEFI/firmware operations such as PXE boot or firmware updates
  • Evidence of spoofed packets targeting systems during pre-boot network operations

Detection Strategies

  • Implement network traffic analysis to detect TCP connections with predictable ISN patterns
  • Deploy network intrusion detection systems (NIDS) with rules to identify ISN prediction attack patterns
  • Monitor firmware update and PXE boot traffic for signs of tampering or injection
  • Audit systems to identify EDK2-based firmware versions in the environment

Monitoring Recommendations

  • Enable detailed logging for network operations during UEFI/firmware stages where possible
  • Implement network segmentation to isolate pre-boot and firmware management traffic
  • Monitor for advisory updates from Tianocore, NetApp, and other affected vendors
  • Conduct periodic firmware audits to track EDK2 versions deployed across the infrastructure

How to Mitigate CVE-2023-45236

Immediate Actions Required

  • Review the Tianocore GitHub Security Advisory for patch availability and affected versions
  • Identify all systems in your environment using EDK2-based UEFI firmware with network capabilities
  • Prioritize patching for systems that perform network operations during pre-boot (PXE boot, firmware updates over network)
  • Implement network segmentation to reduce exposure of vulnerable systems during firmware operations

Patch Information

Tianocore has released a security advisory addressing this vulnerability. Organizations should consult the GitHub Security Advisory GHSA-hc6x-cw6p-gj7h for specific patch information and updated EDK2 versions. Additionally, the NetApp Security Advisory NTAP-20240307-0011 provides guidance for NetApp products affected by this vulnerability.

Firmware updates should be obtained from device manufacturers who incorporate EDK2 into their UEFI implementations. Coordinate with hardware vendors to determine when patched firmware versions will be available for specific platforms.

Workarounds

  • Disable network boot (PXE) functionality where not required to reduce the attack surface
  • Isolate firmware management networks from untrusted network segments
  • Use out-of-band management channels for firmware updates instead of in-band network methods
  • Implement strict network access controls for systems during UEFI/pre-boot operations

Mitigation strategies for this vulnerability focus primarily on network isolation and reducing the use of network functionality during firmware operations. As this is a firmware-level vulnerability, configuration-based mitigations are limited. The recommended approach is to apply firmware updates from device manufacturers as they become available and minimize network exposure during pre-boot operations until patches can be deployed.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTianocore

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • CWE-338
  • Technical References
  • OpenWall OSS-Security Mailing List

  • NetApp Security Advisory NTAP-20240307-0011

  • CERT Vulnerability ID 132380
  • Vendor Resources
  • GitHub Security Advisory GHSA-hc6x-cw6p-gj7h
  • Related CVEs
  • CVE-2023-45231: Tianocore EDK2 Information Disclosure Flaw

  • CVE-2023-45229: Tianocore EDK2 Information Disclosure Flaw

  • CVE-2023-45235: Tianocore EDK2 Buffer Overflow Vulnerability

  • CVE-2023-45234: Tianocore EDK2 Buffer Overflow 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