CVE-2026-80609
Received Received - Intake

Out-of-Bounds Access in Linux Kernel qede Driver

Vulnerability report for CVE-2026-80609, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-29

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: qede: fix out-of-bounds check for cqe->len_list[] Move index check before element access.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-29
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux_kernel qede *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability where an out-of-bounds check was missing for the cqe->len_list[] array in the qede driver. The fix ensures the index is validated before accessing the array element, preventing potential memory corruption or crashes.

Detection Guidance

This vulnerability is specific to the qede driver in the Linux kernel and involves an out-of-bounds check for cqe->len_list[]. Detection requires checking kernel logs for related errors or kernel crashes involving the qede driver. Commands like dmesg | grep qede or journalctl -k | grep qede may help identify issues. Ensure your kernel is updated to a patched version.

Impact Analysis

This vulnerability could allow an attacker to cause a denial-of-service (system crash) or potentially execute arbitrary code with kernel privileges. It affects systems using the qede driver for network operations.

Compliance Impact

This vulnerability is a low-level Linux kernel issue related to an out-of-bounds check in the qede driver. It does not directly impact compliance with standards like GDPR or HIPAA as it is not a data privacy or security breach but a driver-level memory access issue.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the qede out-of-bounds vulnerability. Check your distribution's security advisories for kernel updates.

Chat Assistant

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

EPSS Chart