Lucene search
K

23 matches found

Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990247)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990247 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the calle...

5.5CVSS6AI score0.00027EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986470)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986470 advisory. In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xxbind The commit 46a8b29c6306 net: usb: fix memor...

7.8CVSS5.8AI score0.00014EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-52509

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ravb: Fix use-after-free issue in ravbtxtimeoutwork The ravbstop should call cancelworksync...

7.8CVSS6.2AI score0.00013EPSS
Exploits0References2
OSV
OSV
added 2025/07/03 8:35 a.m.1 views

CVE-2025-38114 e1000: Move cancel_work_sync to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: e1000: Move cancelworksync to avoid deadlock Previously, e1000down called cancelworksync for the e1000 reset task via e1000downandstop, which takes RTNL. As reported by users and syzbot, a deadlock is possible in the following...

5.5CVSS6.4AI score0.00057EPSS
Exploits0References5
NVD
NVD
added 2025/02/26 7:1 a.m.6 views

CVE-2022-49696

In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free Read in tipcnamedreinit syzbot found the following issue on: ================================================================== BUG: KASAN: use-after-free in tipcnamedreinit+0x94f/0x9b0...

7.8CVSS0.00115EPSS
Exploits0References4
OSV
OSV
added 2025/02/26 7:1 a.m.0 views

UBUNTU-CVE-2022-49696

In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free Read in tipcnamedreinit syzbot found the following issue on: ================================================================== BUG: KASAN: use-after-free in tipcnamedreinit+0x94f/0x9b0...

7.8CVSS5.8AI score0.00115EPSS
Exploits0References7
CVE
CVE
added 2025/02/26 2:24 a.m.73 views

CVE-2022-49696

CVE-2022-49696 is a Linux kernel use-after-free in tipc_named_reinit, triggered by a race with workqueue finalization. The issue arises because cancel_work_sync() ordering could allow a destroyed TipC namespace to be accessed by a work item enqueuing later, leading to a read of freed memory (KASA...

7.8CVSS5.4AI score0.00115EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/01/11 12:25 p.m.13 views

CVE-2024-50051 spi: mpc52xx: Add cancel_work_sync before module remove

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

0.00013EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.16 views

CVE-2024-41063 Bluetooth: hci_core: cancel all works upon hci_unregister_dev()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: cancel all works upon hciunregisterdev syzbot is reporting that calling hcireleasedev from hcierrorreset due to hcidevput from hcierrorreset can cause deadlock at destroyworkqueue, for hcierrorreset is called...

6.8AI score0.00014EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/07/29 2:32 p.m.16 views

CVE-2024-41051 cachefiles: wait for ondemand_object_worker to finish when dropping object

In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemandobjectworker to finish when dropping object When queuing ondemandobjectworker to re-open the object, cachefilesobject is not pinned. The cachefilesobject may be freed when the pending read request is...

0.00019EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/07/10 11:21 a.m.17 views

CVE-2024-39493

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

5.5CVSS6.9AI score0.00027EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/07/10 7:18 a.m.25 views

CVE-2024-39493 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

6.8AI score0.00027EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/07/10 7:18 a.m.25 views

CVE-2024-39493 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

0.00027EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 2:2 p.m.18 views

CVE-2021-47239

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xxbind The commit 46a8b29c6306 "net: usb: fix memory leak in smsc75xxbind" fails to clean up the work scheduled in smsc75xxreset- smsc75xxsetmulticast, which leads to use-after-free ...

4.4CVSS6.4AI score0.00014EPSS
Exploits0References4
NVD
NVD
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47239

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xxbind The commit 46a8b29c6306 "net: usb: fix memory leak in smsc75xxbind" fails to clean up the work scheduled in smsc75xxreset- smsc75xxsetmulticast, which leads to use-after-free ...

7.8CVSS6.5AI score0.00014EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.13 views

CVE-2021-47239 net: usb: fix possible use-after-free in smsc75xx_bind

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xxbind The commit 46a8b29c6306 "net: usb: fix memory leak in smsc75xxbind" fails to clean up the work scheduled in smsc75xxreset- smsc75xxsetmulticast, which leads to use-after-free ...

6.7AI score0.00014EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.21 views

CVE-2021-47239 net: usb: fix possible use-after-free in smsc75xx_bind

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xxbind The commit 46a8b29c6306 "net: usb: fix memory leak in smsc75xxbind" fails to clean up the work scheduled in smsc75xxreset- smsc75xxsetmulticast, which leads to use-after-free ...

6.4AI score0.00014EPSS
Exploits0References8
NVD
NVD
added 2024/05/01 1:15 p.m.18 views

CVE-2024-27052

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancelworksync for c2hcmdwork The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancelworksync in rtl8xxxustop...

7.4CVSS7.4AI score0.00011EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.19 views

CVE-2024-27052 wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancelworksync for c2hcmdwork The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancelworksync in rtl8xxxustop...

6.7AI score0.00011EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.36 views

CVE-2024-27014 net/mlx5e: Prevent deadlock while disabling aRFS

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

6.6AI score0.0001EPSS
Exploits0References4
Rows per page
Query Builder