HOMEVULNERABILITIESCVE-2026-23262
NONE

CVE-2026-23262

Published: March 18, 2026· Updated: Mar 19, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.3th

Official 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.

NVD Source

Technical Analysis

CVE-2026-23262 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (7)

Quick Facts

CVE IDCVE-2026-23262
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMar 18, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23262 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.