Lucene search
+L

248832 matches found

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

CVE-2026-72456 apparmor: release exe file resources on path failure

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.5AI score
SaveExploits0References5
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
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72454

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

EUVD-2026-59352

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

CVE-2026-72453

The CVE-2026-72453 issue affects the Linux kernel regcache initialization path. If an error occurs in the cache_ops->populate callback and the cache operations include an exit callback, the error code from populate() is overwritten by the exit() return value, hiding the real error from regcach...

5.4AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72453 regcache: Do not overwrite error code when finalizing cache after error

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...

0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.33 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.8CVSS0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72452

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

EUVD-2026-59351

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...

5.3AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:57 a.m.4 views

CVE-2026-72453 regcache: Do not overwrite error code when finalizing cache after error

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.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.5 views

EUVD-2026-59350

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

5.5AI score0.00671EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72451

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

9.8CVSS5.4AI score0.00671EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:56 a.m.29 views

CVE-2026-72451

In the Linux kernel, CVE-2026-72451 concerns the xfrm input state cache insertion path. The vulnerability arises because the code checks state validity before acquiring the global xfrm_state_lock, allowing a race where another party could kill the state after validation and cause a dead state to ...

9.8CVSS5.5AI score0.00671EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:56 a.m.10 views

CVE-2026-72451 xfrm: Fix xfrm state cache insertion race

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

9.8CVSS5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.26 views

CVE-2026-72451 xfrm: Fix xfrm state cache insertion race

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrmstatelock. Thus it's possible for someone else to kill the state after it passed...

9.8CVSS0.00671EPSS
SaveExploits0References4
Rows per page
Query Builder