Lucene search
+L

2636 matches found

UbuntuCve
UbuntuCve
added 2024/03/11 6:15 p.m.33 views

CVE-2024-26616

In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned BUG There is a bug report that, on a ext4-converted btrfs, scrub leads to various problems, including: - "unable to find chunk map" errors BTRFS info device...

7.8CVSS6.2AI score0.00291EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/03/06 10:38 p.m.33 views

CVE-2023-52584

A vulnerability was found in the Linux kernel, caused by a use-after-free in the spmi component and is triggered during device removal, caused by improper ordering of resource cleanup. This could lead to memory corruption or crashes...

6.7CVSS5.5AI score0.00562EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/06 7:15 a.m.29 views

CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

3.8CVSS6.3AI score0.00562EPSS
SaveExploits0References15
Prion
Prion
added 2024/03/06 7:15 a.m.21 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: llc: call sockorphan at release time syzbot reported an interesting trace 1 caused by a stale sk-skwq pointer in a closed llc socket. In commit ff7b11aa481f "net: socket: set sock-sk to NULL after calling protoops::release" Eric...

6.4AI score0.00249EPSS
SaveExploits0References8
CVE
CVE
added 2024/03/06 6:45 a.m.5419 views

CVE-2024-26625

The CVE-2024-26625 entry concerns a Linux kernel issue in the LLC path where a stale sk->sk_wq pointer could remain after releasing an LLC socket. The trace indicates a use-after-free path triggered by sock_wfree and related sk_buff paths. The fix involves a commit that clears sock->sk afte...

7.8CVSS5.8AI score0.00249EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.42 views

CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

3.8CVSS5.6AI score0.00562EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/06 4:34 a.m.4 views

SUSE CVE-2023-52572

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix UAF in cifsdemultiplexthread There is a UAF when xfstests on cifs: BUG: KASAN: use-after-free in smb2isnetworknamedeleted+0x27/0x160 Read of size 4 at addr ffff88810103fc08 by task cifsd/923 CPU: 1 PID: 923 Comm: cifsd...

7.6AI score0.00231EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/03/05 5:10 p.m.21 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

6CVSS6.6AI score0.00329EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2024/03/05 5:8 p.m.23 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

4.4CVSS6.6AI score0.0025EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/04 11:19 p.m.31 views

CVE-2021-47106

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

5.5CVSS6.5AI score0.00216EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 8:2 p.m.18 views

CVE-2023-52504

A flaw was found in the Linux kernel, related to the Kernel Address Sanitizer KASAN, specifically on systems with 5-level paging. The issue occurs when KASAN triggers an out-of-bounds access in the rcuiswatching function, and could lead to memory corruption or crashes. Mitigation Mitigation for...

6CVSS6.1AI score0.00275EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/04 6:15 p.m.40 views

CVE-2021-47106 netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

6.7AI score0.00216EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/03/04 6:15 p.m.18 views

CVE-2021-47106 netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

6.8AI score0.00216EPSS
SaveExploits0References2
NVD
NVD
added 2024/03/04 6:15 p.m.22 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS7.4AI score0.00329EPSS
SaveExploits1References2
OSV
OSV
added 2024/03/04 6:15 p.m.1 views

DEBIAN-CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS5.6AI score0.00329EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2024/03/04 6:15 p.m.8 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.1AI score0.0025EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/03/04 6:15 p.m.15 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS7.5AI score0.0025EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/04 6:15 p.m.5 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS7.4AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.22 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.3AI score0.00329EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.32 views

CVE-2021-47103

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

7.8CVSS6.2AI score0.00455EPSS
SaveExploits1References12
Rows per page
Query Builder