Lucene search
+L

124281 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.8 views

CVE-2026-72138

In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: fix error handling in ioctl When gntdevioctlmapgrantref fails to copy the operation result back to userspace after successfully adding the mapping to the list, the error path returns -EFAULT without releasing the...

5.4AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.6 views

CVE-2026-72137

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

9.8CVSS5.4AI score0.00626EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.6 views

CVE-2026-72136

In the Linux kernel, the following vulnerability has been resolved: xfrm: xfrminterface: require CAPNETADMIN in the device netns for changelink xfrmichangelink operates on at most two netns, devnetdev and the interface link netns xi-net. They differ once the device is created in or moved to a net...

8.8CVSS5.4AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.5 views

CVE-2026-72135

In the Linux kernel, the following vulnerability has been resolved: tpm: Make the TPM character devices non-seekable The TPM character devices expose a sequential command/response interface, but their open handlers leave FMODEPREAD and FMODEPWRITE enabled. After a command leaves a response pendin...

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

CVE-2026-72132

In the Linux kernel, the following vulnerability has been resolved: NFS: Charge unstable writes by request size, not folio size nfsfoliomarkunstable and nfsfolioclearcommit charge and uncharge NRWRITEBACK/WBWRITEBACK by folionrpagesfolio once per request added to or removed from a commit list. Th...

5.4AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.5 views

CVE-2026-72133

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS5.5AI score0.00182EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.7 views

CVE-2026-72131

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

5.3AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.7 views

CVE-2026-72130

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

9.8CVSS5.8AI score0.00728EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.6 views

CVE-2026-72128

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix refcount leak in nvmetsqcreate In nvmetsqcreate, a reference on the ctrl is taken via krefgetunlesszero before calling nvmetchecksqid. If nvmetchecksqid fails, the function returns the error directly without releasing...

5.4AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.9 views

CVE-2026-72129

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: handle inline data with a nonzero offset nvmetrdmauseinlinesg maps the host-controlled inline data offset into the per-command inline scatterlist. The bounds check admits any offset with off + len offset = off;...

9.8CVSS5.3AI score0.00704EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.9 views

CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

5.3AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:53 a.m.6 views

EUVD-2026-58884

In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronizercu in isotprelease isotpnotify unregisters the RCU CAN filters via canrxunregister and clears so-bound without waiting for a grace period. isotprelease uses so-bound to decide whether it...

5.5AI score0.00159EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.21 views

CVE-2026-72126 can: isotp: use unconditional synchronize_rcu() in isotp_release()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronizercu in isotprelease isotpnotify unregisters the RCU CAN filters via canrxunregister and clears so-bound without waiting for a grace period. isotprelease uses so-bound to decide whether it...

7.8CVSS0.00159EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:53 a.m.27 views

CVE-2026-72126

The CVE concerns a Linux kernel race in the isotp path of CAN networking. The fix makes isotp_release() always call synchronize_rcu() before cancelling RX timers, regardless of so->bound, addressing a scenario where NETDEV_UNREGISTER could allow a use-after-free of a timer callback if an in-fl...

7.8CVSS5.5AI score0.00159EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:53 a.m.14 views

CVE-2026-72126 can: isotp: use unconditional synchronize_rcu() in isotp_release()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronizercu in isotprelease isotpnotify unregisters the RCU CAN filters via canrxunregister and clears so-bound without waiting for a grace period. isotprelease uses so-bound to decide whether it...

7.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:53 a.m.5 views

EUVD-2026-58883

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

5.5AI score0.0016EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72125 can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS0.0016EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:53 a.m.6 views

CVE-2026-72124

In the Linux kernel, the following vulnerability has been resolved: can: isotp: serialize TX state transitions under so-rxlock The TX state machine so-tx.state is driven from three contexts: sendmsg claiming and progressing a transfer, the RX path consuming Flow Control/echo frames, and two...

8.8CVSS5.4AI score0.00345EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:53 a.m.29 views

CVE-2026-72125

In CVE-2026-72125, the Linux kernel’s CAN isotp implementation had a use-after-free race with NETDEV_UNREGISTER. During unregister, the bound net_device could be unlisted from the ifindex hash before the NETDEV_UNREGISTER notifier runs, allowing isotp_release() to free a socket while isotp_notify...

7.8CVSS5.5AI score0.0016EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:53 a.m.10 views

CVE-2026-72125 can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS5.6AI score
SaveExploits0References11
Rows per page
Query Builder