CVE-2026-23262
Undergoing Analysis Undergoing Analysis - In Progress
Buffer Overflow in Linux gve Driver Causes Stats Memory Corruption

Publication date: 2026-03-18

Last updated on: 2026-05-22

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: gve: Fix stats report corruption on queue count change The driver and the NIC share a region in memory for stats reporting. The NIC calculates its offset into this region based on the total size of the stats region and the size of the NIC's stats. When the number of queues is changed, the driver's stats region is resized. If the queue count is increased, the NIC can write past the end of the allocated stats region, causing memory corruption. If the queue count is decreased, there is a gap between the driver and NIC stats, leading to incorrect stats reporting. This change fixes the issue by allocating stats region with maximum size, and the offset calculation for NIC stats is changed to match with the calculation of the NIC.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-18
Last Modified
2026-05-22
Generated
2026-06-16
AI Q&A
2026-03-18
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 14 associated CPEs
Vendor Product Version / Range
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel From 5.16 (inc) to 6.1.163 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.70 (exc)
linux linux_kernel From 6.2 (inc) to 6.6.124 (exc)
linux linux_kernel 6.19
linux linux_kernel From 6.13 (inc) to 6.18.10 (exc)
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel From 5.11 (inc) to 5.15.200 (exc)
linux linux_kernel From 5.10 (inc) to 5.10.250 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's gve driver, which manages communication between the driver and the network interface card (NIC) for statistics reporting.

The driver and NIC share a memory region for stats reporting. The NIC calculates its offset into this region based on the total size of the stats region and the size of the NIC's stats.

When the number of queues changes, the driver's stats region is resized. If the queue count increases, the NIC may write beyond the allocated stats region, causing memory corruption. If the queue count decreases, a gap appears between the driver and NIC stats, leading to incorrect stats reporting.

The fix involves allocating the stats region with the maximum size and adjusting the NIC stats offset calculation to align correctly, preventing memory corruption and incorrect stats.

Impact Analysis

This vulnerability can cause memory corruption in the Linux kernel when the number of queues is increased, potentially leading to system instability or crashes.

Additionally, if the queue count is decreased, it can result in incorrect statistics reporting from the NIC, which may affect monitoring and performance analysis.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

I don't know

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-23262. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart