Lucene search
+L

384 matches found

RedhatCVE
RedhatCVE
added 2024/05/23 11:29 a.m.32 views

CVE-2024-36013

A use-after-free vulnerability exists in the Bluetooth stack of the Linux kernel. The l2capconnect does not return void during the function return, potentially leading to a loss of system availability. Mitigation Mitigation for this issue is either not available or the currently available options...

7.1CVSS7.5AI score0.00475EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/23 7:15 a.m.16 views

CVE-2024-36013

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2capconnect Extend a critical section to prevent chan from early freeing. Also make the l2capconnect return type void. Nothing is using the returned value but it is ugly to return a...

8.8CVSS6.5AI score0.00475EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/23 7:03 a.m.56 views

CVE-2024-36013 Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2capconnect Extend a critical section to prevent chan from early freeing. Also make the l2capconnect return type void. Nothing is using the returned value but it is ugly to return a...

8.8CVSS6.4AI score0.00475EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/23 7:03 a.m.29 views

CVE-2024-36013 Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2capconnect Extend a critical section to prevent chan from early freeing. Also make the l2capconnect return type void. Nothing is using the returned value but it is ugly to return a...

8.8CVSS6.8AI score0.00475EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/23 7:03 a.m.14 views

CVE-2024-36013 Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2capconnect Extend a critical section to prevent chan from early freeing. Also make the l2capconnect return type void. Nothing is using the returned value but it is ugly to return a...

8.8CVSS6.1AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/23 7:03 a.m.17 views

CVE-2024-36012 Bluetooth: msft: fix slab-use-after-free in msft_do_close()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msftdoclose Tying the msft-data lifetime to hdev by freeing it in hcireleasedev to fix the following case: use msftdoclose msft = hdev-msftdata; if !msft ...1 filterlock; ...4 msftdata;...

7.8CVSS6.8AI score0.00212EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/23 7:03 a.m.48 views

CVE-2024-36012 Bluetooth: msft: fix slab-use-after-free in msft_do_close()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msftdoclose Tying the msft-data lifetime to hdev by freeing it in hcireleasedev to fix the following case: use msftdoclose msft = hdev-msftdata; if !msft ...1 filterlock; ...4 msftdata;...

7.8CVSS6.4AI score0.00212EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/21 4:15 p.m.32 views

CVE-2023-52760

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS7.5AI score0.00269EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.13 views

CVE-2023-52851

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

7.8CVSS6.3AI score0.00238EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.33 views

CVE-2023-52760

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS6.5AI score0.00269EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.64 views

CVE-2023-52851 IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

6.4AI score0.00238EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:31 p.m.68 views

CVE-2023-52830

CVE-2023-52830 corresponds to a Linux kernel Bluetooth subsystem issue. According to Red Hat, the vulnerability resides in hci_conn_cleanup, where during cleanup the same object could be freed multiple times due to redundant calls to hci_dev_put and hci_conn_put after it was released by hci_conn_...

6.8AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.22 views

CVE-2023-52803 SUNRPC: Fix RPC client cleaned up the freed pipefs dentries

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix RPC client cleaned up the freed pipefs dentries RPC client pipefs dentries cleanup is in separated rpcremovepipedir workqueue,which takes care about pipefs superblock locking. In some special scenarios, when kernel...

6.6AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.40 views

CVE-2023-52772 af_unix: fix use-after-free in unix_stream_read_actor()

In the Linux kernel, the following vulnerability has been resolved: afunix: fix use-after-free in unixstreamreadactor syzbot reported the following crash 1 After releasing unix socket lock, u-oobskb can be changed by another thread. We must temporarily increase skb refcount to make sure this othe...

7.8CVSS7.5AI score0.00241EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.28 views

CVE-2023-52760 gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS6.9AI score0.00269EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.86 views

CVE-2023-52760 gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS7.5AI score0.00269EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 3:30 p.m.35 views

CVE-2023-52760 gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS6.1AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/05/20 11:43 a.m.26 views

CVE-2024-35899

A vulnerability was found in the Linux kernel's Netfilter framework, specifically within the nftables component. The issue arises from a race condition between the exitnet function and the destroy work queue, which can lead to use-after-free errors and potential system instability. This...

5.5CVSS7.4AI score0.00201EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.22 views

CVE-2024-35899

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: flush pending destroy work before exitnet release Similar to 2c9f0293280e "netfilter: nftables: flush pending destroy work before netlink notifier" to address a race between exitnet and the destroy workqueue...

7.3CVSS6.4AI score0.00201EPSS
SaveExploits0References26
CVE
CVE
added 2024/05/19 8:34 a.m.187 views

CVE-2024-35899

CVE-2024-35899 affects the Linux kernel nf_tables (netfilter). The issue is a race where the destroy workqueue may run after exit_net has released resources, risking use-after-free of a nf_tables set during module removal. The provided trace shows KASAN slab-use-after-free in nf_tables_trans_dest...

7.3CVSS6.6AI score0.00201EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder