Lucene search
+L

309 matches found

OSV
OSV
added 2024/09/04 8:15 p.m.0 views

DEBIAN-CVE-2024-44987

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS5.7AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.11 views

AZL-48639 CVE-2024-44985 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

7.8CVSS6.7AI score0.00876EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.9 views

AZL-48674 CVE-2024-44985 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

7.8CVSS6.7AI score0.00876EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.8 views

AZL-48686 CVE-2024-44986 affecting package kernel for versions less than 6.6.51.1-1

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.8CVSS6.6AI score0.00706EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.4 views

DEBIAN-CVE-2024-44985

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

7.8CVSS6.2AI score0.00876EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.11 views

AZL-48683 CVE-2024-44987 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.3AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.8 views

UBUNTU-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...

8.1CVSS6.2AI score0.00706EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/08/27 2:24 a.m.5 views

SUSE 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.8CVSS7.4AI score0.00219EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/26 11:15 a.m.1 views

DEBIAN-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.5AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/26 11:15 a.m.9 views

UBUNTU-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.5AI score0.00219EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/08/21 12:00 a.m.15 views

PT-2024-32110

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, specifically with the pktgen module. It involves the use of cpus read lock in pg net init and the firing of WARN ONsmp processor id != cpu in...

5.5CVSS5.5AI score0.00203EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/18 2:01 a.m.4 views

SUSE CVE-2024-43853

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow An UAF can happen when /proc/cpuset is read as reported in 1. This can be reproduced by the following methods: 1.add an mdelay1000 before acquiring the cgrouplock In the cgrouppathns...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References19
OSV
OSV
added 2024/08/17 10:15 a.m.9 views

AZL-48060 CVE-2024-43853 affecting package kernel for versions less than 6.6.47.1-1

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow An UAF can happen when /proc/cpuset is read as reported in 1. This can be reproduced by the following methods: 1.add an mdelay1000 before acquiring the cgrouplock In the cgrouppathns...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.8 views

DEBIAN-CVE-2024-43853

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow An UAF can happen when /proc/cpuset is read as reported in 1. This can be reproduced by the following methods: 1.add an mdelay1000 before acquiring the cgrouplock In the cgrouppathns...

5.5CVSS5.6AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.7 views

UBUNTU-CVE-2024-43853

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow An UAF can happen when /proc/cpuset is read as reported in 1. This can be reproduced by the following methods: 1.add an mdelay1000 before acquiring the cgrouplock In the cgrouppathns...

7CVSS6.1AI score0.00226EPSS
SaveExploits0References23
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.55 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00247EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/08/08 5:48 p.m.21 views

CVE-2024-42250

A flaw was found in the cachefiles module in the Linux kernel. An improper locking protection in the cachefilesdaemonpoll function in the fs/cachefiles/daemon.c file can result in a race condition...

5.5CVSS5.3AI score0.00172EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/07 4:15 p.m.21 views

CVE-2024-42250

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while...

7.8CVSS6.3AI score0.00172EPSS
SaveExploits0References16
CVE
CVE
added 2024/08/07 3:14 p.m.158 views

CVE-2024-42250

CVE-2024-42250 pertains to the Linux kernel, specifically the cachefiles subsystem. The root cause is a missing lock protection in the poll routine when iterating the xarray, which can lead to unsafe dereferencing of cachefiles_req objects stored in radix-tree slots even under an RCU read lock. T...

7.8CVSS6.2AI score0.00172EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/07 3:14 p.m.13 views

CVE-2024-42250 cachefiles: add missing lock protection when polling

In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while...

6.5AI score0.00172EPSS
SaveExploits0References4
Rows per page
Query Builder