Lucene search
+L

123864 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 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 2026/08/15 5:57 a.m.25 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
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 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
OSV
OSV
added 2026/08/15 5:57 a.m.12 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
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 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 2026/08/15 5:57 a.m.6 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 2026/08/15 5:57 a.m.6 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 2026/08/15 5:57 a.m.4 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 2026/08/15 5:57 a.m.5 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
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-72457

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpackpdb may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning...

5.3AI score0.00206EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.12 views

CVE-2026-72455 apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix uninitialised pointer passed to auditloguntrustedstring Commit 4a134723f9f1 "apparmor: move check for aanull file to cover all cases" intrdouced a small bug, where pathname may pass a potentially uninitialized name ...

7.1CVSS5.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.10 views

CVE-2026-72455

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix uninitialised pointer passed to auditloguntrustedstring Commit 4a134723f9f1 "apparmor: move check for aanull file to cover all cases" intrdouced a small bug, where pathname may pass a potentially uninitialized name ...

7.1CVSS5.4AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72456

In the Linux kernel, the following vulnerability has been resolved: apparmor: release exe file resources on path failure getcurrentexepath takes both an exefile reference and a path reference before resolving the path name. If aapathname failed, it returned immediately and leaked both references...

5.3AI score0.00189EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:57 a.m.28 views

CVE-2026-72454

The CVE-2026-72454 issue affects the Linux kernel i3c/mipi-i3c-hci path. A race in i3c_hci_addr_to_dev() occurs because it traverses bus->devs.i3c (protected by bus.lock) while the IRQ handler cannot take the lock, risking use-after-free or crashes during concurrent device add/remove. The fix ...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.3 views

EUVD-2026-59353

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in i3chciaddrtodev i3chciaddrtodev walks bus-devs.i3c, which is protected by bus.lock rwsem. However, it is invoked from the MIPI I3C HCI IRQ handler, which cannot take bus.lock. This allows concurrent...

5.6AI score0.00129EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.26 views

CVE-2026-72454 i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in i3chciaddrtodev i3chciaddrtodev walks bus-devs.i3c, which is protected by bus.lock rwsem. However, it is invoked from the MIPI I3C HCI IRQ handler, which cannot take bus.lock. This allows concurrent...

7.8CVSS0.00129EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.14 views

CVE-2026-72454 i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in i3chciaddrtodev i3chciaddrtodev walks bus-devs.i3c, which is protected by bus.lock rwsem. However, it is invoked from the MIPI I3C HCI IRQ handler, which cannot take bus.lock. This allows concurrent...

7.8CVSS5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:57 a.m.23 views

CVE-2026-72452

The CVE-2026-72452 entry describes a Linux kernel drm/i915 issue in which intel_crtc_put_color_blobs() drops CRTC color blob references but leaves pointers intact. This can cause repeated cleanup when intel_crtc_prepare_cleared_state() frees old hw state and a subsequent atomic clear_stream_bw() ...

7.8CVSS5.2AI score0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72453

In the Linux kernel, the following vulnerability has been resolved: regcache: Do not overwrite error code when finalizing cache after error During regcache initialization, if an error occurs in the cacheops-populate callback, and if cache operations include an exit callback, the error code from...

5.4AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.9 views

CVE-2026-72452 drm/i915: clear CRTC color blob pointers after dropping refs

In the Linux kernel, the following vulnerability has been resolved: drm/i915: clear CRTC color blob pointers after dropping refs intelcrtcputcolorblobs drops the CRTC color blob references, but leaves the corresponding pointers unchanged. This can matter in intelcrtcprepareclearedstate, which fre...

7.8CVSS5.4AI score
SaveExploits0References7
Rows per page
Query Builder