Lucene search
+L

123864 matches found

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
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
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
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
OSV
OSV
added 2026/08/15 5:57 a.m.8 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
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
CVE
CVE
added 2026/08/15 5:57 a.m.18 views

CVE-2026-72492

The CVE-2026-72492 issue concerns ksmbd (Linux kernel) where same_client_has_lease() returns an opinfo pointer from ci->m_op_list after dropping ci->m_lock without holding a reference. smb_grant_oplock() later dereferences this pointer in copy_lease() and while checking breaking_cnt, riskin...

8.8CVSS5.5AI score0.00477EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72490

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
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

EUVD-2026-59388

In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvecrxcompleted In nvecrxcompleted, when an incomplete RX transfer is detected, nvecmsgfree is called to return the message back to the pool by clearing its 'used' atomic flag. Immediately aft...

5.6AI score0.0015EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:57 a.m.11 views

CVE-2026-72489 staging: nvec: fix use-after-free in nvec_rx_completed()

In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvecrxcompleted In nvecrxcompleted, when an incomplete RX transfer is detected, nvecmsgfree is called to return the message back to the pool by clearing its 'used' atomic flag. Immediately aft...

8.4CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:57 a.m.18 views

CVE-2026-72489

The CVE-2026-72489 issue affects the Linux kernel staging/nvec code. In nvec_rx_completed(), an incomplete RX transfer could trigger nvec_msg_free() to clear a pool slot, after which the code reads nvec->rx->data[0]. Because the slot may be reallocated concurrently, this leads to a use-afte...

8.4CVSS5.5AI score0.0015EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

CVE-2026-72489 staging: nvec: fix use-after-free in nvec_rx_completed()

In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvecrxcompleted In nvecrxcompleted, when an incomplete RX transfer is detected, nvecmsgfree is called to return the message back to the pool by clearing its 'used' atomic flag. Immediately aft...

8.4CVSS0.0015EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72489

In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvecrxcompleted In nvecrxcompleted, when an incomplete RX transfer is detected, nvecmsgfree is called to return the message back to the pool by clearing its 'used' atomic flag. Immediately aft...

8.4CVSS5.6AI score0.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72488

In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdwaddelementgroupcount found by syzkaller The original implementation caused an out-of-bounds memory access in the sdwaddelementgroupcount for-loop when i == num. for i = 0; i ratesi && lane == group-lanesi...

7.8CVSS5.3AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72487

In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x8664 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pcigetromsize+0x52/0x220 Call Trace:...

7.7CVSS5.4AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.34 views

CVE-2026-72486 mailbox: mtk-adsp: fix UAF during device teardown

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-adsp: fix UAF during device teardown When the SOF audio driver fails to initialize e.g. firmware boot timeout, its devres unwind frees the sndsofdev object that the mailbox client mtk-adsp-ipc reaches via...

0.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:57 a.m.14 views

CVE-2026-72485

CVE-2026-72485 describes a Linux kernel vulnerability in the coresight platform where nr_outconns/nr_inconns were incremented before allocations, causing a premature counter bump and potential panics during cleanup when allocations failed. The issue affects the coresight_add_out_conn() and coresi...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72486

The CVE-2026-72486 entry concerns the Linux kernel mailbox for the mtk-adsp (SOF audio) where a use-after-free (UAF) can occur during device teardown. When the SOF driver fails to initialize (e.g., firmware boot timeout), devres unwinds and frees snd_sof_dev, while the mtk_adsp_mailbox shutdown c...

5.4AI score0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:57 a.m.4 views

CVE-2026-72486 mailbox: mtk-adsp: fix UAF during device teardown

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-adsp: fix UAF during device teardown When the SOF audio driver fails to initialize e.g. firmware boot timeout, its devres unwind frees the sndsofdev object that the mailbox client mtk-adsp-ipc reaches via...

5.6AI score
SaveExploits0References9
Rows per page
Query Builder