CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the qede driver, where an out-of-bounds check for the cqe->len_list[] was improperly implemented, potentially leading to memory access violations. This flaw could allow an attacker to exploit the driver, resulting in system instability or unauthorized access. Organizations using affected Linux distributions should prioritize patching to mitigate potential risks associated with this vulnerability.
CVE
CVE-2026-80609
Severity
CRITICAL
CVSS
9.8
EPSS
0.51%
Linux
Original NVD 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.