Lucene search
+L

74 matches found

OSV
OSV
added 2026/08/28 8:16 a.m.7 views

AZL-98112 CVE-2026-80715 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: igc: remove napisynchronize in igcdown When an AFXDP zero-copy application is killed abruptly, the XSK pool is torn down but NAPI keeps polling. igccleanrxirqzc then returns the full budget on every poll, so napicompletedone neve...

5.8AI score0.00161EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80715

In the Linux kernel, the following vulnerability has been resolved: igc: remove napisynchronize in igcdown When an AFXDP zero-copy application is killed abruptly, the XSK pool is torn down but NAPI keeps polling. igccleanrxirqzc then returns the full budget on every poll, so napicompletedone neve...

0.00161EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:53 a.m.6 views

EUVD-2026-67450

In the Linux kernel, the following vulnerability has been resolved: igc: remove napisynchronize in igcdown When an AFXDP zero-copy application is killed abruptly, the XSK pool is torn down but NAPI keeps polling. igccleanrxirqzc then returns the full budget on every poll, so napicompletedone neve...

5.8AI score0.00161EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/28 6:53 a.m.7 views

CVE-2026-80715 igc: remove napi_synchronize() in igc_down()

In the Linux kernel, the following vulnerability has been resolved: igc: remove napisynchronize in igcdown When an AFXDP zero-copy application is killed abruptly, the XSK pool is torn down but NAPI keeps polling. igccleanrxirqzc then returns the full budget on every poll, so napicompletedone neve...

5.8AI score
SaveExploits0References10
CVE
CVE
added 2026/08/28 6:53 a.m.16 views

CVE-2026-80715

In the Linux kernel igc (Intel Gigabit Ethernet controller) driver, an AF_XDP zero-copy application killed abruptly leaves NAPI polling in a stuck state: napi_complete_done() never clears NAPI_STATE_SCHED. Because igc_down() calls napi_synchronize() before napi_disable(), it spins indefinitely, c...

5.8AI score0.00161EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/08/25 9:55 a.m.9 views

CVE-2026-74708

A flaw was found in the Linux kernel's xsk AFXDP socket component. This vulnerability arises from improper validation of launch-time metadata size, where the metadata can extend beyond its allocated structure. This could lead to inconsistent decisions if user space concurrently changes flags,...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 5:53 p.m.8 views

CVE-2026-74710

A flaw was found in the Linux kernel's AFXDP eXpress Data Path component. This vulnerability arises because the AFXDP mechanism accepts a transmit TX metadata length that is smaller than required, allowing the kernel to read beyond its designated memory area. An attacker could potentially exploit...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 5:50 p.m.10 views

CVE-2026-74709

A flaw was found in the Linux kernel's xsk AFXDP sockets component. A local attacker, by manipulating metadata flags after request processing, could cause the kernel to write a timestamp into the metadata area even when not explicitly requested. This could lead to unintended data modification...

5.5CVSS5.2AI score0.00167EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 5:50 p.m.8 views

CVE-2026-74707

A flaw was found in the Linux kernel's xsk AFXDP sockets component. This vulnerability allows a local user to bypass security validation by modifying transmission TX metadata after it has been initially checked but before it is used to prepare hardware requests. This could lead to unexpected syst...

7.8CVSS5.2AI score0.00135EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.14 views

CVE-2026-74710

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at least one eight-byte request field. Such short metadata also lets the...

7.8CVSS0.00129EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:33 p.m.25 views

CVE-2026-74710

CVE-2026-74710 is an out-of-bounds read in the Linux kernel's AF_XDP (xsk) component. The mechanism accepts a TX metadata length as small as eight bytes, but every supported request requires the flags field plus at least one eight-byte request field (16 bytes minimum). When metadata shorter than ...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.17 views

CVE-2026-74710 xsk: require at least 16 bytes of TX metadata

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at least one eight-byte request field. Such short metadata also lets the...

7.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64397

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at least one eight-byte request field. Such short metadata also lets the...

5.4AI score0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.25 views

CVE-2026-74710 xsk: require at least 16 bytes of TX metadata

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at least one eight-byte request field. Such short metadata also lets the...

7.8CVSS0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.12 views

CVE-2026-74709 xsk: clear metadata pointer when no timestamp is requested

In the Linux kernel, the following vulnerability has been resolved: xsk: clear metadata pointer when no timestamp is requested User space can change metadata flags after request processing. Rereading them during completion can therefore make the kernel write a timestamp that was not requested whe...

5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

7.8CVSS0.00135EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74709

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xsk: clear metadata pointer when no timestamp is requested User space can change metadata flags after request processing. Rereading them during completion can...

5.4AI score0.00167EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74710

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xsk: require at least 16 bytes of TX metadata AFXDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/19 7:01 p.m.10 views

CVE-2026-74560

A flaw was found in the Linux kernel's AFXDP Address Family eXpress Data Path subsystem. When handling multi-buffer transmissions, the xskdropskb function incorrectly cancels completion queue CQ reservations without submitting buffer addresses to the CQ. This leads to a buffer leak where userspac...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 6:19 p.m.12 views

CVE-2026-74559

A flaw was found in the Linux kernel's AFXDP eXpress Data Path networking component. This vulnerability, located in the xskbuildskb function, involves improper handling of network packet descriptors. When processing large or malformed multi-buffer packets, the system fails to properly drain...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References4
Rows per page
Query Builder