Lucene search
+L

126437 matches found

UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74604

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS5.6AI score0.0019EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 4:16 p.m.•8 views

UBUNTU-CVE-2026-74604

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS5.8AI score0.0019EPSS
SaveExploits0References9
OSV
OSV
•added 2026/08/22 3:33 p.m.•27 views

CVE-2026-74721 accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()

In the Linux kernel, the following vulnerability has been resolved: accel/amxdna: Fix page-insertion errors in amdxdnainsertpages Two error paths in amdxdnainsertpages called vma-vmops-closevma before returning an error code to the caller. This is incorrect: amdxdnagemobjmmap registers an HMM...

7.8CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•37 views

CVE-2026-74721 accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()

In the Linux kernel, the following vulnerability has been resolved: accel/amxdna: Fix page-insertion errors in amdxdnainsertpages Two error paths in amdxdnainsertpages called vma-vmops-closevma before returning an error code to the caller. This is incorrect: amdxdnagemobjmmap registers an HMM...

7.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/22 3:33 p.m.•44 views

CVE-2026-74721

A vulnerability in the Linux kernel's accel/amxdna driver (AMD DNA accelerator) involves two error paths in amdxdna_insert_pages() that incorrectly call vma->vm_ops->close(vma) before the mmap syscall returns. This prematurely drops the shmem pages_pin_count and the GEM object reference bac...

7.8CVSS5.6AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/22 3:33 p.m.•13 views

EUVD-2026-64405

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

5.5AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•36 views

CVE-2026-74718 devlink: fix net namespace reference leak in reload

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/22 3:33 p.m.•14 views

CVE-2026-74718 devlink: fix net namespace reference leak in reload

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/22 3:33 p.m.•32 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

7.8CVSS0.00184EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/22 3:33 p.m.•28 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

7.8CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/08/22 3:33 p.m.•20 views

EUVD-2026-64393

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

5.5AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/22 3:32 p.m.•31 views

CVE-2026-74680

This vulnerability affects the Linux kernel 's cxacru USB ATM driver (drivers/usb/atm/cxacru.c). The root cause is a missing cleanup in cxacru_cm(): when an error occurs while submitting or waiting for snd_urb, the function returns early without killing the already-submitted rcv_urb, leaving it i...

5.5AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:32 p.m.•18 views

CVE-2026-74680 usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: properly kill rcvurb on error in cxacrucm If cxacrucm encounters an error while submitting or waiting for sndurb, it aborts and returns the error without killing the already submitted rcvurb. This leaves the...

5.7AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•27 views

CVE-2026-74680 usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: properly kill rcvurb on error in cxacrucm If cxacrucm encounters an error while submitting or waiting for sndurb, it aborts and returns the error without killing the already submitted rcvurb. This leaves the...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•15 views

EUVD-2026-64367

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: properly kill rcvurb on error in cxacrucm If cxacrucm encounters an error while submitting or waiting for sndurb, it aborts and returns the error without killing the already submitted rcvurb. This leaves the...

5.5AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:32 p.m.•28 views

CVE-2026-74667 net/packet: reset the MAC header on the packet-socket transmit path

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

7.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/08/22 3:32 p.m.•15 views

EUVD-2026-64354

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

5.6AI score0.00185EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•28 views

CVE-2026-74658 futex: Prevent robust futex exit race some more

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent robust futex exit race some more A robust futex unlock stores 0 over the whole futex value - wiping FUTEXWAITERS - and wakes a single waiter. That wakeup is a one-shot notification: the protocol relies on its...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•27 views

CVE-2026-74654 serial: 8250_dma: Clear stale RX state on shutdown

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dma: Clear stale RX state on shutdown serial8250releasedma terminates RX DMA and releases the channel, but leaves rxrunning set. If the port is closed while an RX transfer is active, the stale state remains while rxch...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 3:32 p.m.•25 views

CVE-2026-74625 netfilter: bridge: release template ct on non-IP path

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: release template ct on non-IP path A bridge nftables ct zone set rule can attach a conntrack template to an skb before nfctbridgepre sees it. For non-IPv4 and non-IPv6 EtherTypes, nfctbridgepre currently...

7.5CVSS5.7AI score
SaveExploits0References11
Rows per page
Query Builder