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

CVE-2023-45871: Linux Kernel IGB Driver Buffer Overflow

CVE-2023-45871 is a buffer overflow vulnerability in the Linux Kernel IGB driver affecting frames larger than MTU. This article covers the technical details, affected kernel versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-45871 Overview

CVE-2023-45871 is a buffer size vulnerability discovered in the Intel IGB (Intel Gigabit Ethernet) network driver within the Linux kernel. The vulnerability exists in drivers/net/ethernet/intel/igb/igb_main.c where the buffer size may not be adequate to handle frames larger than the configured MTU (Maximum Transmission Unit). This improper buffer calculation falls under CWE-131 (Incorrect Calculation of Buffer Size), which can lead to memory corruption when processing oversized network frames.

Critical Impact

An attacker on an adjacent network could potentially exploit this buffer size miscalculation to achieve code execution, data corruption, or denial of service on systems running vulnerable Linux kernel versions with Intel IGB network adapters.

Affected Products

  • Linux Kernel versions before 6.5.3
  • Debian Linux 10.0
  • Systems utilizing Intel IGB network drivers

Discovery Timeline

  • October 15, 2023 - CVE-2023-45871 published to NVD
  • May 5, 2025 - Last updated in NVD database

Technical Details for CVE-2023-45871

Vulnerability Analysis

The vulnerability resides in the IGB driver's frame handling logic within igb_main.c. When network frames arrive that exceed the configured MTU boundary, the driver's buffer allocation may be insufficient to properly contain the incoming data. This improper calculation of buffer size creates a condition where memory adjacent to the allocated buffer could be overwritten.

The IGB driver is widely deployed across enterprise and consumer environments as it supports Intel Gigabit Ethernet adapters, making this vulnerability significant for server infrastructure, workstations, and embedded systems utilizing Intel networking hardware.

The adjacent network attack vector requires an attacker to be on the same network segment (such as the same VLAN or physical network) as the target system. While this limits remote exploitation from the internet, it presents a substantial risk in data center environments, shared hosting infrastructure, and enterprise networks where lateral movement is possible.

Root Cause

The root cause is CWE-131: Incorrect Calculation of Buffer Size. The IGB driver fails to properly account for frames that exceed the MTU when allocating receive buffers. This miscalculation means the driver may allocate a buffer that is too small for certain network frames, leading to potential out-of-bounds memory access when the frame data is written to the undersized buffer.

Attack Vector

The attack vector requires adjacent network access. An attacker positioned on the same Layer 2 network segment as the target could craft and transmit malicious network frames exceeding the MTU boundary. When these frames are processed by a vulnerable IGB driver, the inadequate buffer size could result in memory corruption. Successful exploitation could lead to unauthorized code execution with kernel privileges, complete system compromise, or denial of service through kernel panic.

The vulnerability mechanism involves sending specially crafted Ethernet frames to a system with a vulnerable Intel IGB network adapter. When the driver attempts to process these oversized frames with an inadequately sized buffer, memory corruption occurs. Technical details of the fix can be found in the Linux Kernel Commit bb5ed01.

Detection Methods for CVE-2023-45871

Indicators of Compromise

  • Unexpected kernel panics or system crashes on systems with Intel IGB network adapters
  • Unusual memory corruption errors in kernel logs related to network processing
  • Abnormal network traffic patterns with oversized frames targeting IGB-equipped systems
  • Kernel oops messages referencing igb_main.c or IGB driver functions

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for IGB driver errors or memory corruption warnings
  • Deploy network intrusion detection to identify anomalous frame sizes on network segments with vulnerable systems
  • Implement kernel integrity monitoring to detect unexpected modifications
  • Use vulnerability scanning tools to identify systems running kernel versions prior to 6.5.3

Monitoring Recommendations

  • Enable enhanced kernel logging for network driver subsystems
  • Configure network monitoring to alert on unusual Ethernet frame characteristics
  • Implement host-based detection for kernel anomalies and unexpected crashes
  • Review system stability metrics for Intel IGB-equipped systems for unexplained instability

How to Mitigate CVE-2023-45871

Immediate Actions Required

  • Update Linux kernel to version 6.5.3 or later on all affected systems
  • Prioritize patching for systems with Intel IGB network adapters exposed to untrusted network segments
  • Review network segmentation to limit adjacent network exposure for critical systems
  • Monitor affected systems for signs of exploitation until patches are applied

Patch Information

The vulnerability has been addressed in Linux kernel version 6.5.3. The fix is available through the official kernel commit bb5ed01cd2428cd25b1c88a3a9cba87055eb289f. Organizations should update their kernels through their distribution's package management system or by applying the patch directly. Additional advisories have been released by Debian and NetApp for their respective platforms. The complete changelog is available in the Linux Kernel ChangeLog 6.5.3.

Workarounds

  • Implement strict network segmentation to isolate systems with Intel IGB adapters from untrusted network segments
  • Consider using alternative network drivers or adapters where feasible until patching is complete
  • Enable additional network filtering at switches and routers to limit oversized frame transmission
  • Monitor network traffic for anomalous behavior targeting systems with Intel networking hardware
bash
# Check current kernel version
uname -r

# Verify if IGB driver is in use
lsmod | grep igb

# Check for Intel IGB network adapters
lspci | grep -i ethernet | grep -i intel

# Update kernel on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

# Update kernel on RHEL/CentOS systems
sudo yum update kernel

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-131
  • Technical References
  • Linux Kernel ChangeLog 6.5.3

  • Debian LTS Advisory January 2024

  • NetApp Security Advisory ntap-20231110-0001
  • Vendor Resources
  • Linux Kernel Commit bb5ed01
  • Related CVEs
  • CVE-2026-31449: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31512: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31438: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31450: Linux Kernel 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