Lucene search
K

43 matches found

UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.107 views

CVE-2024-44952

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
Exploits0References17
Debian CVE
Debian CVE
added 2024/09/04 6:35 p.m.9 views

CVE-2024-44952

Removed by vendor...

7.3AI score
Exploits0
Cvelist
Cvelist
added 2024/09/04 6:35 p.m.27 views

CVE-2024-44952

...

Exploits0
BDU FSTEC
BDU FSTEC
added 2024/08/27 12:0 a.m.6 views

The vulnerability of the synchronize_rcu() function in the ipset component of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the synchronizercu function in the ipset component of the Linux operating system is related to a decrease in performance during data caching operations. Exploiting this vulnerability can allow an attacker to cause service failures...

4.7CVSS6.5AI score0.00175EPSS
Exploits0References11Affected Software4
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.19 views

CVE-2024-40947 ima: Avoid blocking in RCU read-side critical section

In the Linux kernel, the following vulnerability has been resolved: ima: Avoid blocking in RCU read-side critical section A panic happens in imamatchpolicy: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010 PGD 42f873067 P4D 0 Oops: 0000 1 SMP NOPTI CPU: 5 PID: 1286325 Com...

6.4AI score0.0025EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2024/07/06 10:15 a.m.16 views

CVE-2024-39486

In the Linux kernel, the following vulnerability has been resolved: drm/drmfile: Fix pid refcounting race , Maxime Ripard , Thomas Zimmermann filp-pid is supposed to be a refcounted pointer; however, before this patch, drmfileupdatepid only increments the refcount of a struct pid after storing a...

7CVSS6.3AI score0.00223EPSS
Exploits3References15
SUSE CVE
SUSE CVE
added 2024/06/24 11:16 p.m.3 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.00239EPSS
Exploits0References14
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.24 views

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

7.8CVSS6.4AI score0.00239EPSS
Exploits0References32
Vulnrichment
Vulnrichment
added 2024/06/19 1:37 p.m.29 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...

7AI score0.00239EPSS
Exploits0References8
CVE
CVE
added 2024/06/19 1:37 p.m.162 views

CVE-2024-38588

Summary of CVE-2024-38588 (Linux kernel) : A use-after-free in ftrace_location was reported by KASAN and fixed. The race occurs when ftrace_location accesses ftrace pages of a module that is being freed during module unloading (ftrace_release_mod). The root cause is a window where ftrace_location...

7.8CVSS8.5AI score0.00239EPSS
Exploits0References9Affected Software2
Cvelist
Cvelist
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...

0.00239EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/06/12 12:9 a.m.37 views

CVE-2021-47318

A vulnerability was found in the topologyscalefreqtick function in the Linux kernel's architecture topology management. This function may use a pointer to struct scalefreqdata that has already been cleared, leading to a use-after-free condition. This can happen because there is no mechanism to...

5.5CVSS6.4AI score0.0023EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.11 views

CVE-2021-47318

In the Linux kernel, the following vulnerability has been resolved: archtopology: Avoid use-after-free for scalefreqdata Currently topologyscalefreqtick which gets called from schedulertick may end up using a pointer to "struct scalefreqdata", which was previously cleared by...

7.8CVSS5.9AI score0.0023EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.24 views

CVE-2021-47394 netfilter: nf_tables: unlink table before deleting it

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unlink table before deleting it syzbot reports following UAF: BUG: KASAN: use-after-free in memcmp+0x18f/0x1c0 lib/string.c:955 nlastrcmp+0xf2/0x130 lib/nlattr.c:836 nfttablelookup.part.0+0x1a2/0x460...

6.4AI score0.00233EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.11 views

CVE-2021-47318 arch_topology: Avoid use-after-free for scale_freq_data

In the Linux kernel, the following vulnerability has been resolved: archtopology: Avoid use-after-free for scalefreqdata Currently topologyscalefreqtick which gets called from schedulertick may end up using a pointer to "struct scalefreqdata", which was previously cleared by...

6.9AI score0.0023EPSS
Exploits0References2
CVE
CVE
added 2024/05/21 2:35 p.m.74 views

CVE-2021-47318

CVE-2021-47318 concerns the Linux kernel’s topology management. The vulnerability arises in arch_topology where topology_scale_freq_tick() may dereference a pointer to a previously cleared scale_freq_data , due to missing protection before the data is freed. The issue is localized to the kernel’s...

7.8CVSS6.8AI score0.0023EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/04/17 8:52 p.m.23 views

CVE-2024-26910

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

5.5CVSS5.2AI score0.00175EPSS
Exploits0References4
NVD
NVD
added 2024/04/17 4:15 p.m.17 views

CVE-2024-26910

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

4.7CVSS5.6AI score0.00175EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/04/17 4:15 p.m.28 views

CVE-2024-26910

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

4.7CVSS6.4AI score0.00175EPSS
Exploits0References21
Cvelist
Cvelist
added 2024/04/17 3:59 p.m.24 views

CVE-2024-26910 netfilter: ipset: fix performance regression in swap operation

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix performance regression in swap operation The patch "netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test", commit 28628fa9 fixes a race condition. But the synchronizercu add...

5.9AI score0.00175EPSS
Exploits0References7
Rows per page
Query Builder