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

CVE-2023-45235: Tianocore EDK2 Buffer Overflow Vulnerability

CVE-2023-45235 is a buffer overflow flaw in Tianocore EDK2's Network Package affecting DHCPv6 proxy Advertise messages. Attackers can exploit this to gain unauthorized access. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-45235 Overview

CVE-2023-45235 is a buffer overflow vulnerability in EDK2's Network Package that occurs when handling the Server ID option from a DHCPv6 proxy Advertise message. This vulnerability is part of the "PixieFail" collection of vulnerabilities affecting UEFI firmware's network stack implementation. An attacker on an adjacent network can exploit this flaw to gain unauthorized access to affected systems, potentially leading to a complete compromise of confidentiality, integrity, and availability.

Critical Impact

This buffer overflow vulnerability in UEFI firmware allows adjacent network attackers to achieve code execution during the PXE boot process, potentially compromising systems before the operating system loads.

Affected Products

  • Tianocore EDK2 (all versions prior to patch)
  • Systems using EDK2-based UEFI firmware with network boot capabilities
  • Enterprise servers and workstations utilizing PXE boot functionality

Discovery Timeline

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

Technical Details for CVE-2023-45235

Vulnerability Analysis

The vulnerability resides in EDK2's Network Package, specifically in the handling of DHCPv6 protocol messages during PXE (Preboot Execution Environment) network boot operations. When processing a DHCPv6 proxy Advertise message, the firmware fails to properly validate the length of the Server ID option before copying it into a fixed-size buffer. This improper buffer boundary check (CWE-119) allows an attacker to overflow the buffer with malicious data.

The attack occurs at the firmware level during the boot process, before any operating system security controls are active. This makes the vulnerability particularly dangerous as traditional endpoint security solutions are not yet loaded when the exploit executes. The adjacent network attack vector requires the attacker to be on the same network segment as the target system, typically achieved through compromising network infrastructure or physical access to the local network.

Root Cause

The root cause of CVE-2023-45235 is improper restriction of operations within the bounds of a memory buffer (CWE-119). The DHCPv6 client implementation in EDK2's Network Package does not adequately validate the size of the Server ID option field before copying its contents. When a maliciously crafted DHCPv6 Advertise message contains an oversized Server ID option, the firmware copies this data beyond the allocated buffer boundaries, corrupting adjacent memory regions.

Attack Vector

An attacker positioned on an adjacent network can exploit this vulnerability by setting up a rogue DHCPv6 server or performing a man-in-the-middle attack on DHCPv6 traffic. When a target system initiates a PXE boot sequence, the attacker responds with a specially crafted DHCPv6 Advertise message containing a malformed Server ID option. The oversized Server ID triggers the buffer overflow, allowing the attacker to overwrite critical memory structures and potentially achieve arbitrary code execution within the UEFI environment.

The exploitation occurs during the early boot phase, meaning successful attacks can:

  • Install persistent firmware-level malware (bootkits)
  • Bypass Secure Boot protections
  • Compromise the system before any OS-level defenses activate
  • Establish persistent access that survives OS reinstallation

Proof-of-concept code for this vulnerability has been published as part of the PixieFail collection. For technical details, refer to the PixieFail PoC Source.

Detection Methods for CVE-2023-45235

Indicators of Compromise

  • Unusual DHCPv6 traffic patterns on the network, particularly oversized Advertise messages
  • Rogue DHCPv6 servers appearing on network segments with PXE boot-enabled systems
  • Systems experiencing boot failures or unexpected behavior during PXE boot sequences
  • Network traffic analysis showing anomalous Server ID option lengths in DHCPv6 messages

Detection Strategies

  • Deploy network monitoring to detect DHCPv6 traffic anomalies and unauthorized DHCP servers
  • Implement DHCP snooping and DHCPv6 guard on network switches to prevent rogue server attacks
  • Monitor firmware integrity using hardware-based attestation mechanisms where available
  • Conduct regular firmware version audits to identify systems running vulnerable EDK2 versions

Monitoring Recommendations

  • Enable DHCPv6 traffic logging on network infrastructure devices
  • Configure alerts for new DHCPv6 servers appearing on protected network segments
  • Implement network segmentation to isolate PXE boot traffic from general network traffic
  • Use SentinelOne's network visibility features to monitor for suspicious boot-time network activity

How to Mitigate CVE-2023-45235

Immediate Actions Required

  • Update EDK2-based firmware to the latest patched version from your system vendor
  • Disable PXE boot functionality on systems where network boot is not required
  • Implement network-level controls to restrict DHCPv6 traffic to authorized servers only
  • Isolate systems requiring PXE boot on dedicated, secured network segments

Patch Information

Tianocore has released security patches addressing this vulnerability. System administrators should obtain firmware updates from their respective hardware vendors, as EDK2 is typically distributed as part of vendor-specific UEFI implementations. Consult the GitHub Security Advisory for detailed patch information. Additional vendor-specific advisories are available from NetApp Security Advisory and distribution packages from Fedora Package Announcement.

Workarounds

  • Disable IPv6 and DHCPv6 in UEFI/BIOS settings if not required for operations
  • Configure systems to use static IP addressing for network boot instead of DHCP
  • Implement 802.1X port-based authentication to prevent unauthorized devices from responding to DHCPv6 requests
  • Enable Secure Boot with proper key management to limit the impact of potential exploitation
bash
# Example: Disable PXE boot in UEFI settings via Linux efibootmgr
# List current boot options
efibootmgr -v

# Identify and disable network boot entries (example with boot entry 0003)
efibootmgr -b 0003 -A

# Alternatively, configure DHCP snooping on Cisco switches
# configure terminal
# ip dhcp snooping
# ip dhcp snooping vlan 10
# interface GigabitEthernet0/1
# ip dhcp snooping trust

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechTianocore

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • PixieFail PoC Source

  • OpenWall OSS Security List

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Debian LTS Announcement

  • CERT Vulnerability ID 132380
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-45234: Tianocore EDK2 Buffer Overflow Vulnerability

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

  • CVE-2022-36763: Tianocore EDK2 Buffer Overflow Vulnerability

  • CVE-2021-38578: 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