Lucene search
+L

249612 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72494

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Replace waitqueue and flag with completion The driver previously used a waitqueue along with an explicit requestdone flag, but without proper barriers around requestdone. An earlier patch by Gui-Dong Han attempted to...

9.8CVSS5.4AI score0.00407EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:57 a.m.24 views

CVE-2026-72495

CVE-2026-72495 affects the Linux kernel’s RDMA/bnxt_re path. The vulnerability arises from allowing multiple WC pages for the same ucontext; only 1 WC page per ucontext is supported. The fix adds a lock to prevent concurrent access and a check to fail repeated requests. Additionally, if the mmap ...

9.3CVSS5.3AI score0.00178EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.35 views

CVE-2026-72495 RDMA/bnxt_re: Avoid repeated requests to allocate WC pages

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid repeated requests to allocate WC pages Applications can request multiple WC pages for the same ucontext. As of now, only 1 WC page per ucontext is supported. Add a lock to avoid concurrent access and a check to...

9.3CVSS0.00178EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72494

CVE-2026-72494 : In the Linux kernel RDMA/irdma driver, a synchronization issue was resolved by replacing a waitqueue plus request_done flag (lacked proper memory barriers) with a completion primitive designed for this purpose. The change removes the explicit flag and barriers, relying on the com...

9.8CVSS5.3AI score0.00407EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.6 views

CVE-2026-72494 RDMA/irdma: Replace waitqueue and flag with completion

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Replace waitqueue and flag with completion The driver previously used a waitqueue along with an explicit requestdone flag, but without proper barriers around requestdone. An earlier patch by Gui-Dong Han attempted to...

9.8CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.32 views

CVE-2026-72493 net: serialize netif_running() check in enqueue_to_backlog()

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

9.9CVSS0.00373EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.13 views

CVE-2026-72493 net: serialize netif_running() check in enqueue_to_backlog()

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

9.9CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59392

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

5.4AI score0.00373EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.35 views

CVE-2026-72493

CVE-2026-72493 concerns a race condition in the Linux kernel where a lockless netif_running() check in enqueue_to_backlog() allowed a TOCTOU window during device backlog flushing on unregistration (e.g., netns exit). The issue can let packets escape backlog processing and trigger a use‑after‑free...

9.9CVSS5.4AI score0.00373EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72493

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

9.9CVSS5.4AI score0.00373EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72491 net/9p: fix race condition on rdma->state in trans_rdma.c

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in transrdma.c The rdma-state field is modified without holding reqlock in both recvdone and p9cmeventhandler, while rdmarequest accesses the same field under the reqlock spinlock. This...

9.8CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

CVE-2026-72492 ksmbd: fix use-after-free in same_client_has_lease()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in sameclienthaslease sameclienthaslease returns an opinfo pointer from ci-moplist after dropping ci-mlock without taking a reference. smbgrantoplock then dereferences that pointer in copylease and when...

8.8CVSS0.00477EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72491 net/9p: fix race condition on rdma->state in trans_rdma.c

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in transrdma.c The rdma-state field is modified without holding reqlock in both recvdone and p9cmeventhandler, while rdmarequest accesses the same field under the reqlock spinlock. This...

9.8CVSS0.00734EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

EUVD-2026-59390

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in transrdma.c The rdma-state field is modified without holding reqlock in both recvdone and p9cmeventhandler, while rdmarequest accesses the same field under the reqlock spinlock. This...

5.5AI score0.00734EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

EUVD-2026-59391

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in sameclienthaslease sameclienthaslease returns an opinfo pointer from ci-moplist after dropping ci-mlock without taking a reference. smbgrantoplock then dereferences that pointer in copylease and when...

5.5AI score0.00477EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72491

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma-state in transrdma.c The rdma-state field is modified without holding reqlock in both recvdone and p9cmeventhandler, while rdmarequest accesses the same field under the reqlock spinlock. This...

9.8CVSS5.5AI score0.00734EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72491

CVE-2026-72491 — Linux kernel net/9p rdma state race fixed. The rdma->state field was updated without req_lock in recv_done() and p9_cm_event_handler(), while rdma_request() reads/modifies under req_lock, risking lost transitions and potential use‑after‑free during teardown. The fix adds req_l...

9.8CVSS5.5AI score0.00734EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72492

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in sameclienthaslease sameclienthaslease returns an opinfo pointer from ci-moplist after dropping ci-mlock without taking a reference. smbgrantoplock then dereferences that pointer in copylease and when...

8.8CVSS5.5AI score0.00477EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.10 views

CVE-2026-72492 ksmbd: fix use-after-free in same_client_has_lease()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in sameclienthaslease sameclienthaslease returns an opinfo pointer from ci-moplist after dropping ci-mlock without taking a reference. smbgrantoplock then dereferences that pointer in copylease and when...

8.8CVSS5.7AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/15 5:57 a.m.6 views

EUVD-2026-59389

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stainfo check in rtwaesdecrypt The null-pointer-guard was incorrect, returning FAIL on valid pointer. Invert the guard, so it returns FAIL on invalid pointer...

5.3AI score0.00162EPSS
SaveExploits0References2
Rows per page
Query Builder