Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-23386

5.5 · MEDIUM
Published Mar 25, 2026 linux EPSS 0.12% (2th pctl)

Overview

CVE-2026-23386 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPL

In DQ-QPL mode, gve_tx_clean_pending_packets() incorrectly uses the RDA

buffer cleanup path. It iterates num_bufs times and attempts to unmap

entries in the dma array.

This leads to two issues:

1. The dma array shares storage with tx_qpl_buf_ids (union).

Interpreting buffer IDs as DMA addresses results in attempting to

unmap incorrect memory locations.

2. num_bufs in QPL mode (counting 2K chunks) can significantly exceed

the size of the dma array, causing out-of-bounds access warnings

(trace below is how we noticed this issue).

UBSAN: array-index-out-of-bounds in

drivers/net/ethernet/drivers/net/ethernet/google/gve/gve_tx_dqo.c:178:5 index 18 is out of

range for type 'dma_addr_t[18]' (aka 'unsigned long long[18]')

Workqueue: gve gve_service_task [gve]

Call Trace:

<TASK>

dump_stack_lvl+0x33/0xa0

__ubsan_handle_out_of_bounds+0xdc/0x110

gve_t

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.6.1, < 6.6.130 Affected

Frequently Asked Questions

What is CVE-2026-23386?

CVE-2026-23386 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23386?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-23386?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-23386?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23386 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.