Lucene search
+L

54 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 12:13 p.m.17 views

CVE-2024-47724 wifi: ath11k: use work queue to process beacon tx event

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

6.9AI score0.00338EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 12:13 p.m.106 views

CVE-2024-47724

Technical details for CVE-2024-47724 (affected component, root cause, impact, remediation) are not provided in the supplied documents. Monitor for updates from official kernel advisories and vendor advisories.

8.8CVSS5.3AI score0.00338EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/09/18 8:15 a.m.34 views

CVE-2024-46801

In the Linux kernel, the following vulnerability has been resolved: libfs: fix getstasheddentry getstasheddentry tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use...

7.8CVSS0.00202EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.44 views

CVE-2024-46801 libfs: fix get_stashed_dentry()

In the Linux kernel, the following vulnerability has been resolved: libfs: fix getstasheddentry getstasheddentry tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use...

7.8CVSS0.00202EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 7:12 a.m.146 views

CVE-2024-46801

CVE-2024-46801 is a Linux kernel issue in libfs: fix get_stashed_dentry().get_stashed_dentry() may dereference a stashed dentry without proper protection; the fix switches from READ_ONCE() to rcu_dereference() to ensure rcu protection, addressing potential use-after-free. Public documents (includ...

7.8CVSS5.3AI score0.00202EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/04 8:15 p.m.5 views

DEBIAN-CVE-2024-44986

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6finishoutput2 If skbexpandhead returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcureadlock to make sure the dst and associated idev are alive...

7.8CVSS5.7AI score0.00706EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/08/27 11:10 a.m.16 views

CVE-2024-43888

In the Linux kernel, the following vulnerability has been resolved: mm: listlru: fix UAF for memory cgroup The memcgroupfromslabobj is supposed to be called under rcu lock or cgroupmutex or others which could prevent returned memcg from being freed. Fix it by adding missing rcu read lock. Found b...

7.1CVSS7.1AI score0.00219EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/26 11:15 a.m.22 views

CVE-2024-43888

In the Linux kernel, the following vulnerability has been resolved: mm: listlru: fix UAF for memory cgroup The memcgroupfromslabobj is supposed to be called under rcu lock or cgroupmutex or others which could prevent returned memcg from being freed. Fix it by adding missing rcu read lock. Found b...

7.8CVSS6.7AI score0.00219EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.19 views

kernel: netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS6.6AI score0.00277EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/24 11:16 p.m.9 views

SUSE CVE-2024-38588

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftracelocation KASAN reports a bug: BUG: KASAN: use-after-free in ftracelocation+0x90/0x120 Read of size 8 at addr ffff888141d40010 by task insmod/424 CPU: 8 PID: 424 Comm: insmod...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References14
NVD
NVD
added 2024/06/21 11:15 a.m.21 views

CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS0.00277EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/06/19 1:37 p.m.31 views

CVE-2024-38588 ftrace: Fix possible use-after-free issue in ftrace_location()

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftracelocation KASAN reports a bug: BUG: KASAN: use-after-free in ftracelocation+0x90/0x120 Read of size 8 at addr ffff888141d40010 by task insmod/424 CPU: 8 PID: 424 Comm: insmod...

7.8CVSS7AI score0.00237EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/19 1:37 p.m.40 views

CVE-2024-38588 ftrace: Fix possible use-after-free issue in ftrace_location()

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftracelocation KASAN reports a bug: BUG: KASAN: use-after-free in ftracelocation+0x90/0x120 Read of size 8 at addr ffff888141d40010 by task insmod/424 CPU: 8 PID: 424 Comm: insmod...

7.8CVSS0.00237EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/26 6:15 p.m.19 views

AZL-58761 CVE-2023-52621 affecting package kernel for versions less than 5.15.182.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcureadlocktraceheld before calling bpf map helpers These three bpfmaplookup,update,deleteelem helpers are also available for sleepable bpf program, so add the corresponding lock assertion for sleepable bpf program,...

7.8CVSS6.2AI score0.0024EPSS
SaveExploits0References1
Rows per page
Query Builder