THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-80613 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: veth: fix NAPI leak in XDP enable error path During XDP enablement in veth, if xdp_rxq_info_reg() or xdp_rxq_info_reg_mem_model() fails, the driver rolls back the changes. However, the rollback loop: for (i--

[NVD] CVE-2026-80613 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: veth: fix NAPI leak in XDP enable error path During XDP enablement in veth, if xdp_rxq_info_reg() or xdp_rxq_info_reg_mem_model() fails, the driver rolls back the changes. However, the rollback loop: for (i--

mednvdPublished 2026-08-28

CVE-2026-80613 CVSS: 7.8 HIGH Published: 2026-08-28T08:16:45.303

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

veth: fix NAPI leak in XDP enable error path

During XDP enablement in veth, if xdp_rxq_info_reg() or xdp_rxq_info_reg_mem_model() fails, the driver rolls back the changes.

However, the rollback loop: for (i--; i >= start; i--) {

decrements the loop index 'i' be

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-80613