Lucene search
+L

534 matches found

CVE
CVE
added 2026/08/22 3:32 p.m.9 views

CVE-2026-74677

CVE-2026-74677 is a use-after-free in the Linux kernel's ipheth USB network driver. The root cause is that ipheth_sndbulk_callback() re-arms the carrier_work delayed work on any non-zero URB status without checking whether the interface is still up. After ipheth_close() drains the work, a late UR...

5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.22 views

CVE-2026-74677 net: usb: ipheth: fix carrier_work UAF on disconnect

In the Linux kernel, the following vulnerability has been resolved: net: usb: ipheth: fix carrierwork UAF on disconnect iphethsndbulkcallback re-arms the carrier-check work on any non-zero URB status: else scheduledelayedwork&dev-carrierwork, 0; Nothing ties that to the interface being up, so the...

SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/21 11:33 a.m.4 views

CVE-2026-74575

A flaw was found in the Thunderbolt XDomain driver of the Linux kernel. A race condition can occur during the removal of a Thunderbolt cross-domain device XDomain. This allows a delayed work item to be queued after its cancellation but before the XDomain object is freed, leading to a use-after-fr...

8.8CVSS5.3AI score0.0023EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 1:18 p.m.14 views

CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

8.8CVSS0.0023EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:18 p.m.5 views

UBUNTU-CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

8.8CVSS5.3AI score0.0023EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.16 views

CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

8.8CVSS5.4AI score0.0023EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.11 views

CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

5.2AI score0.0023EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/15 12:28 p.m.10 views

EUVD-2026-59640

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

5.4AI score0.0023EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:28 p.m.23 views

CVE-2026-74575

CVE-2026-74575 : The Linux kernel Thunderbolt XDomain use-after-free on disconnect has been addressed. The fix adds a new xd->removing flag protected by xd->lock and uses it in tb_xdomain_remove() to coordinate with queue_delayed_work() sites. This ensures proper serialization between the r...

8.8CVSS5.3AI score0.0023EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 12:28 p.m.9 views

CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

8.8CVSS5.3AI score0.0023EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 12:27 p.m.20 views

CVE-2026-74517 KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs Cancel and flush the I/O APIC's delayed EOI handling work during the "pre VM destroy" phase, before vCPUs are destroyed, as processing the EOI broadcast will...

9.3CVSS5.6AI score
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:22 a.m.4 views

CVE-2026-74302

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix UAF in hciunregisterdev hciunregisterdev does not disable cmdtimer and ncmdtimer before the hcidev structure is freed. If a timeout fires during device teardown, the callback dereferences freed memory...

7.8CVSS0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-72434

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, canceldelayedworksync was called while gc calls queuedelayedwork unconditionally which can lead not to properly shutting down the gc...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:56 a.m.9 views

CVE-2026-72434 netfilter: ipset: make sure gc is properly stopped

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, canceldelayedworksync was called while gc calls queuedelayedwork unconditionally which can lead not to properly shutting down the gc...

7.8CVSS5.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.15 views

PT-2026-72510

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix potential UAF in MLD delayed work A race condition exists between device teardown and incoming MLD query processing, leading to a Use-After-Free in the MLD delayed work. During device destruction, the primary...

5.4AI score0.00734EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.10 views

PT-2026-72622

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, cancel delayed work sync was called while gc calls queue delayed work unconditionally which can lead not to properly shutting down the...

5.3AI score0.00163EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.14 views

PT-2026-73027

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tb xdp handle request runs on system wq and queues xd-state work via queue delayed work in three request handlers: PROPERTIES CHANGED REQUEST, UUID REQUEST vi...

8.8CVSS5.3AI score0.0023EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

DEBIAN-CVE-2026-68367

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: synchronize delayed setalt with teardown The ftcm setalt path defers endpoint setup to a work item and completes the delayed status response from process context. The delayed work uses ftcm private state and ma...

5.2AI score0.00175EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 1:20 p.m.7 views

CVE-2026-68312

In the Linux kernel, the following vulnerability has been resolved: cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths In cifsclosedeferredfile, cifsclosealldeferredfiles, and cifsclosedeferredfileunderdentry, when a pending deferred close is cancelled via...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:20 p.m.7 views

CVE-2026-68152

In the Linux kernel, the following vulnerability has been resolved: amt: fix use-after-free in AMT delayed works When an AMT device is removed, pending delayed works can still access the freed amtdev structure, which may result in kernel crashes or memory corruption. amtdevstop cancels reqwq and...

7.8CVSS0.00134EPSS
SaveExploits0References4
Rows per page
Query Builder