Lucene search
+L

33501 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64123

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

5.2AI score0.00126EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/19 3:39 p.m.6 views

EUVD-2026-45652

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64079

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.3AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.10 views

EUVD-2026-45641

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing locking around retry adding new subreqs Fix netfsretryreadsubrequests and netfsretrywritestream to take the appropriate lock when adding extra subrequests into stream-subrequests...

5.4AI score0.0038EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64069

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix cancellation of a DIO and single read subrequests When the preparation of a new subrequest for a read fails, if the subrequest has already been added to the stream-subrequests list, it can't simply be put and abandoned...

9.8CVSS5.2AI score0.00442EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64068

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing locking around retry adding new subreqs Fix netfsretryreadsubrequests and netfsretrywritestream to take the appropriate lock when adding extra subrequests into stream-subrequests...

9.8CVSS5.2AI score0.0038EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.7 views

EUVD-2026-45639

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsreadtopagecache to pause on subreq failure Fix netfsreadtopagecache so that it pauses the generation of new subrequests if an already-issued subrequest fails...

5.4AI score0.00442EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.27 views

CVE-2026-64054 net: shaper: reject duplicate leaves in GROUP request

In the Linux kernel, the following vulnerability has been resolved: net: shaper: reject duplicate leaves in GROUP request netshapernlgroupdoit does not deduplicate NETSHAPERALEAVES entries. When userspace supplies the same leaf handle twice, the same old-parent pointer lands twice in oldnodes. Th...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.9 views

CVE-2026-64054

CVE-2026-64054 concerns the Linux kernel net: shaper GROUP request handling. The issue in net_shaper_nl_group_doit() failed to deduplicate NET_SHAPER_A_LEAVES entries, causing the same old-parent pointer to be added twice to old_nodes[]. The cleanup loop could then double-free the same parent, pa...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64054 net: shaper: reject duplicate leaves in GROUP request

In the Linux kernel, the following vulnerability has been resolved: net: shaper: reject duplicate leaves in GROUP request netshapernlgroupdoit does not deduplicate NETSHAPERALEAVES entries. When userspace supplies the same leaf handle twice, the same old-parent pointer lands twice in oldnodes. Th...

5.3AI score0.00166EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45627

In the Linux kernel, the following vulnerability has been resolved: net: shaper: reject duplicate leaves in GROUP request netshapernlgroupdoit does not deduplicate NETSHAPERALEAVES entries. When userspace supplies the same leaf handle twice, the same old-parent pointer lands twice in oldnodes. Th...

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.31 views

CVE-2026-64027 net: shaper: rework the VALID marking (again)

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64027 net: shaper: rework the VALID marking (again)

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45600

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

5.5AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.14 views

CVE-2026-64027

The CVE-2026-64027 issue affects the Linux kernel net: shaper component (XArray-based marking of entries). A race occurs when a reader observes a VALID mark is later invalidated by a writer reusing a slot, potentially leading to a use-after-free if net_shaper_rollback() frees entries without obse...

7.8CVSS5.5AI score0.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.4 views

CVE-2026-64027

In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking again Recent commit changed the semantics from NOTVALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing ...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.10 views

EUVD-2026-45591

In the Linux kernel, the following vulnerability has been resolved: net: mana: validate rxreqidx to prevent out-of-bounds array access In manahwcrxeventhandler, rxreqidx is derived from sge-address in DMA-coherent memory. In Confidential VMs SEV-SNP/TDX, this memory is shared unencrypted and HW c...

5.4AI score0.00142EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/19 3:16 p.m.7 views

CVE-2026-63874

In the Linux kernel, the following vulnerability has been resolved: net: mctp: usb: fix race between urb completion and rxretry cancellation It's possible that sequencing between setting -stopped and cancelling the rxretry work in ndostop could leave us with an urb queued: T1: ndostop T2:...

7.8CVSS0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 3:16 p.m.6 views

CVE-2026-63858

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: add hook transactions for device deletions Restore the flag that indicates that the hook is going away, ie. NFTHOOKREMOVE, but add a new transaction object to track deletion of hooks without altering the...

7.8CVSS0.00112EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-64012

In the Linux kernel, the following vulnerability has been resolved: net/sched: schsfb: Replace direct dequeue call with peek and qdiscdequeuepeeked When sfb has children eg qfq qdisc whose peek callback is qdiscpeekdequeued, we could get a kernel panic. When the parent of such qdiscs eg illustrat...

5.3AI score0.00177EPSS
SaveExploits0
Rows per page
Query Builder