Lucene search
+L

123096 matches found

Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72471

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent potential lcn remains uninitialized The target VCN being sought was not found within runs0, causing runlookup to return false. This causes runlookupentry to return false, which in turn results in a len value of ...

7.1CVSS5.4AI score0.00314EPSS
SaveExploits0
OSV
OSV
added 3 days ago4 views

CVE-2026-72472 nfs: use nfsi->rwsem to protect traversal of the file lock list

In the Linux kernel, the following vulnerability has been resolved: nfs: use nfsi-rwsem to protect traversal of the file lock list Lingfeng identified a bug and suggested two solutions, but both appear to have issues. Generally, we cannot release flclock while iterating over the file lock list to...

9.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59371

In the Linux kernel, the following vulnerability has been resolved: nfs: use nfsi-rwsem to protect traversal of the file lock list Lingfeng identified a bug and suggested two solutions, but both appear to have issues. Generally, we cannot release flclock while iterating over the file lock list to...

5.5AI score0.00644EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-72472 nfs: use nfsi->rwsem to protect traversal of the file lock list

In the Linux kernel, the following vulnerability has been resolved: nfs: use nfsi-rwsem to protect traversal of the file lock list Lingfeng identified a bug and suggested two solutions, but both appear to have issues. Generally, we cannot release flclock while iterating over the file lock list to...

9.8CVSS0.00644EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72470

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: resize log-onepagebuf when adopting on-disk page size logreplay allocates log-onepagebuf using the page size that was chosen from the host PAGESIZE: log-onepagebuf = kmalloclog-pagesize, GFPNOFS; Later, when a restart...

7.8CVSS5.6AI score0.00138EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago27 views

CVE-2026-72469 xprtrdma: Fix ep kref imbalance on ADDR_CHANGE

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix ep kref imbalance on ADDRCHANGE rpcrdmacmeventhandler falls through to the disconnected: label on RDMACMEVENTADDRCHANGE and calls rpcrdmaepput with no matching get when the event arrives before RDMACMEVENTESTABLISHE...

8.8CVSS0.00317EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago5 views

CVE-2026-72469 xprtrdma: Fix ep kref imbalance on ADDR_CHANGE

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix ep kref imbalance on ADDRCHANGE rpcrdmacmeventhandler falls through to the disconnected: label on RDMACMEVENTADDRCHANGE and calls rpcrdmaepput with no matching get when the event arrives before RDMACMEVENTESTABLISHE...

8.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59368

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix ep kref imbalance on ADDRCHANGE rpcrdmacmeventhandler falls through to the disconnected: label on RDMACMEVENTADDRCHANGE and calls rpcrdmaepput with no matching get when the event arrives before RDMACMEVENTESTABLISHE...

5.5AI score0.00317EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72469

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix ep kref imbalance on ADDRCHANGE rpcrdmacmeventhandler falls through to the disconnected: label on RDMACMEVENTADDRCHANGE and calls rpcrdmaepput with no matching get when the event arrives before RDMACMEVENTESTABLISHE...

8.8CVSS5.4AI score0.00317EPSS
SaveExploits0
CVE
CVE
added 3 days ago21 views

CVE-2026-72469

CVE-2026-72469 affects the Linux kernel’s xprtrdma/rpcrdma path, where an ADDR_CHANGE event can cause an ep kref underflow because rpcrdma_ep_put() would run without a matching rpcrdma_ep_get() when ESTABLISHED hasn’t occurred yet. The documents describe the lifecycle sequence, showing a mismatch...

8.8CVSS5.4AI score0.00317EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72468

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Initialize reid before removal registration rpcrdmacreateid registers ep-rern with the rpcrdma ibclient before returning the new rdmacmid to rpcrdmaepcreate. However rpcrdmaepcreate currently stores that pointer in...

5.4AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72465

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Sanitize the reply credit grant after parsing The outnorqst exit in rpcrdmareplyhandler branches away before the credit clamp, so a reply that matches no pending request reaches outpost carrying the raw credit value...

7.5CVSS5.4AI score0.00655EPSS
SaveExploits0
CVE
CVE
added 3 days ago16 views

CVE-2026-72463

CVE-2026-72463 (Linux kernel xfrm): The flaw lets a use-after-free occur in xfrm async resumption when xfrm_rcv_cb changes skb->dev to a tunnel device without taking a reference, risking tunnel dev UAF and orig device refcount leaks. The patch stashs the original skb->dev and extends RCU pr...

9.8CVSS5.5AI score0.00407EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago6 views

CVE-2026-72463 xfrm: Fix dev use-after-free in xfrm async resumption

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...

9.8CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59362

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...

5.5AI score0.00407EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-72463 xfrm: Fix dev use-after-free in xfrm async resumption

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-dev to tunnel dev without taking device reference, such as vtircvcb. T...

9.8CVSS0.00407EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72462

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race in unix socket mediation when peerpath is used The holding a reference to the peersk is not enough to ensure access to the peer sk path. Accessing the path outside of the state lock allows for a race with...

8.8CVSS5.4AI score0.00136EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago4 views

CVE-2026-72460

In the Linux kernel, the following vulnerability has been resolved: apparmor: check label build before nonewprivs test aachangeprofile builds a replacement label with fnlabelbuildinscope before the nonewprivs subset check. The build helper can fail and return NULL or an ERRPTR, but the result was...

7.1CVSS5.4AI score0.00131EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72458

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix NULL pointer dereference in unpackpdb pdb-dfa could be NULL if unpackdfa fails, causing a NULL pointer dereference...

5.2AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72459

In the Linux kernel, the following vulnerability has been resolved: apparmor: aalabelalloc use aalabelfree on alloc failure aalabelalloc allocates a secid before allocating or taking the label proxy. If the later proxy step fails, the error path only freed the label memory, leaking any resources...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0
Rows per page
Query Builder