Lucene search
+L

247694 matches found

CVE
CVE
added 4 days ago25 views

CVE-2026-74561

Summary: CVE-2026-74561 is a Linux kernel vulnerability where nh_rt_cache_flush walks an f6i_list without proper locking, racing with unlocked IPv6 route add/delete operations and freeing fib6_info. The fix migrates the sernum update to a broader netns scope by using rt_genid_bump_ipv6() instead ...

8.8CVSS5.5AI score0.00112EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 4 days ago8 views

CVE-2026-74561

In the Linux kernel, the following vulnerability has been resolved: nexthop: avoid unlocked f6ilist walk in nhrtcacheflush nhrtcacheflush walks nh-f6ilist during an RTNL-serialized nexthop replace without holding nh-lock, racing the unlocked IPv6 route add/delete that mutate the list under nh-loc...

5.3AI score0.00112EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 4 days ago11 views

EUVD-2026-59626

In the Linux kernel, the following vulnerability has been resolved: nexthop: avoid unlocked f6ilist walk in nhrtcacheflush nhrtcacheflush walks nh-f6ilist during an RTNL-serialized nexthop replace without holding nh-lock, racing the unlocked IPv6 route add/delete that mutate the list under nh-loc...

5.5AI score0.00112EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago9 views

CVE-2026-74561 nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flush

In the Linux kernel, the following vulnerability has been resolved: nexthop: avoid unlocked f6ilist walk in nhrtcacheflush nhrtcacheflush walks nh-f6ilist during an RTNL-serialized nexthop replace without holding nh-lock, racing the unlocked IPv6 route add/delete that mutate the list under nh-loc...

8.8CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-59625

In the Linux kernel, the following vulnerability has been resolved: xsk: fix buffer leak in xskdropskb for AFXDP multi-buffer Tx This patch is inspired by the check1 from sashiko. It says when overflow happens, the address of cq to be published is invalid. Actually the severer thing is the whole...

5.8AI score0.00155EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago35 views

CVE-2026-74560 xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx

In the Linux kernel, the following vulnerability has been resolved: xsk: fix buffer leak in xskdropskb for AFXDP multi-buffer Tx This patch is inspired by the check1 from sashiko. It says when overflow happens, the address of cq to be published is invalid. Actually the severer thing is the whole...

0.00155EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago3 views

CVE-2026-74559 xsk: drain continuation descs after overflow in xsk_build_skb()

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

5.5AI score
SaveExploits0References6
CVE
CVE
added 4 days ago25 views

CVE-2026-74560

CVE-2026-74560 concerns the Linux kernel XDP stack, specifically the xsk_drop_skb() path for AF_XDP multi-buffer transmissions. The issue arises when an overflow path partially builds multi-fragment skbs, causing buffer addresses to be published incorrectly and leaving buffers untracked in usersp...

5.7AI score0.00155EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 4 days ago7 views

CVE-2026-74560

In the Linux kernel, the following vulnerability has been resolved: xsk: fix buffer leak in xskdropskb for AFXDP multi-buffer Tx This patch is inspired by the check1 from sashiko. It says when overflow happens, the address of cq to be published is invalid. Actually the severer thing is the whole...

5.7AI score0.00155EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 4 days ago33 views

CVE-2026-74559 xsk: drain continuation descs after overflow in xsk_build_skb()

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-59624

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

5.4AI score0.00166EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 4 days ago8 views

CVE-2026-74559

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

5.4AI score0.00166EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 4 days ago13 views

CVE-2026-74559

CVE-2026-74559 affects the Linux kernel XDP/AF_XDP path. The issue arises in the xsk_build_skb() flow where, on overflow of descriptors (or invalid descriptors in fragmented packets), the generic transmit path multi-buffer handling could mishandle descriptors. The fix introduces xdp_sock::drain_c...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago33 views

CVE-2026-74558 xsk: reclaim invalid Tx descriptors in ZC batch path

In the Linux kernel, the following vulnerability has been resolved: xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or more continuation descriptors, the Tx consumer can be advanced past...

0.00145EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago4 views

CVE-2026-74558 xsk: reclaim invalid Tx descriptors in ZC batch path

In the Linux kernel, the following vulnerability has been resolved: xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or more continuation descriptors, the Tx consumer can be advanced past...

5.7AI score
SaveExploits0References5
CVE
CVE
added 4 days ago19 views

CVE-2026-74558

CVE-2026-74558 describes a Linux kernel vulnerability in the xsk ZC (zero-copy) batch path. The issue arises when the zero-copy Tx batch parser encounters an invalid descriptor or when a packet exceeds xdp_zc_max_segs. In these cases, descriptors can be misinterpreted, potentially advancing the T...

5.5AI score0.00145EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59623

In the Linux kernel, the following vulnerability has been resolved: xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or more continuation descriptors, the Tx consumer can be advanced past...

5.5AI score0.00145EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 4 days ago8 views

CVE-2026-74558

In the Linux kernel, the following vulnerability has been resolved: xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or more continuation descriptors, the Tx consumer can be advanced past...

5.5AI score0.00145EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 4 days ago35 views

CVE-2026-74557 scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsiscsicmdrsp copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense bytes,...

7.5CVSS0.00292EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago10 views

CVE-2026-74557 scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsiscsicmdrsp copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense bytes,...

7.5CVSS5.5AI score
SaveExploits0References8
Rows per page
Query Builder