Lucene search
K

36 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2024-53302

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.0002EPSS
Exploits0References3
OSV
OSV
added 2025/01/11 3:15 p.m.2 views

AZL-62633 CVE-2024-57875 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: block: RCU protect disk-convzonesbitmap Ensure that a disk revalidation changing the conventional zones bitmap of a disk does not cause invalid memory references when using the diskzoneisconv helper by RCU protecting the...

5.5CVSS6.3AI score0.00019EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2024/12/28 1:57 a.m.10 views

CVE-2024-56654

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

5.5CVSS6.9AI score0.0002EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/12/27 3:6 p.m.13 views

CVE-2024-56654 Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

0.0002EPSS
Exploits0References3
NVD
NVD
added 2024/12/27 2:15 p.m.11 views

CVE-2024-53216

In the Linux kernel, the following vulnerability has been resolved: nfsd: release svcexpkey/svcexport with rcuwork The last reference for cachehead can be reduced to zero in cshow and eshowusing rcureadlock and rcureadunlock. Consequently, svcexportput and expkeyput will be invoked, leading to tw...

7.8CVSS0.00013EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.17 views

CVE-2024-53047 mptcp: init: protect sched with rcu_read_lock

In the Linux kernel, the following vulnerability has been resolved: mptcp: init: protect sched with rcureadlock Enabling CONFIGPROVERCULIST with its dependence CONFIGRCUEXPERT creates this splat when an MPTCP socket is created: ============================= WARNING: suspicious RCU usage 6.12.0-rc...

0.00009EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.21 views

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.3CVSS7AI score0.00021EPSS
Exploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.11 views

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.8CVSS0.00011EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.16 views

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.8CVSS6.4AI score0.00023EPSS
Exploits0References30
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.23 views

CVE-2024-44985 ipv6: prevent possible UAF in ip6_xmit()

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.1AI score0.00011EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.23 views

CVE-2024-44986 ipv6: fix possible UAF in ip6_finish_output2()

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

7AI score0.00021EPSS
Exploits0References5
CVE
CVE
added 2024/09/04 7:54 p.m.111 views

CVE-2024-44986

CVE-2024-44986 affects the Linux kernel IPv6 path. A use-after-free can occur in ip6_finish_output2() if skb_expand_head() returns NULL, potentially freeing skb and its dst/idev; the code must hold rcu_read_lock() to keep dst/idev alive. The provided connected documents confirm a kernel fix in th...

7.8CVSS7.3AI score0.00021EPSS
Exploits0References6Affected Software2
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.17 views

CVE-2024-44985 ipv6: prevent possible UAF in ip6_xmit()

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

0.00011EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2024/08/19 12:45 p.m.21 views

CVE-2024-43853

A use-after-free UAF flaw was found in the proccpusetshow function. This issue can allow an attacker to access the css of the root caused by a race condition when the cgrouproot should be freed when it is unmounted from the resource. Mitigation No mitigation is available for this issue other than...

4.7CVSS7.1AI score0.00019EPSS
Exploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.17 views

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.5CVSS0.00019EPSS
Exploits0References10
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.15 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.5CVSS6.2AI score0.00015EPSS
Exploits0References18
Cvelist
Cvelist
added 2024/08/17 9:22 a.m.25 views

CVE-2024-43853 cgroup/cpuset: Prevent UAF in proc_cpuset_show()

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

0.00019EPSS
Exploits0References8
OSV
OSV
added 2024/08/17 9:22 a.m.10 views

CVE-2024-43853 cgroup/cpuset: Prevent UAF in proc_cpuset_show()

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.8AI score0.00019EPSS
Exploits0References13
Vulnrichment
Vulnrichment
added 2024/08/17 9:22 a.m.20 views

CVE-2024-43853 cgroup/cpuset: Prevent UAF in proc_cpuset_show()

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

6.7AI score0.00019EPSS
Exploits0References8
OSV
OSV
added 2024/08/17 9:21 a.m.11 views

CVE-2024-43834 xdp: fix invalid wait context of page_pool_destroy()

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.5CVSS6AI score0.00015EPSS
Exploits0References11
Rows per page
Query Builder