Lucene search
K

400 matches found

OSV
OSV
added 2025/09/16 8:15 a.m.1 views

UBUNTU-CVE-2023-53291

In the Linux kernel, the following vulnerability has been resolved: rcu/rcuscale: Stop kfreescalethread threads after unloading rcuscale Running the 'kfreercutest' test case 1 results in a splat 2. The root cause is the kfreescalethread threads continue running after unloading the rcuscale module...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2025/09/16 8:11 a.m.1 views

CVE-2023-53291 rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale

In the Linux kernel, the following vulnerability has been resolved: rcu/rcuscale: Stop kfreescalethread threads after unloading rcuscale Running the 'kfreercutest' test case 1 results in a splat 2. The root cause is the kfreescalethread threads continue running after unloading the rcuscale module...

6AI score0.00021EPSS
Exploits0References6
OSV
OSV
added 2025/09/16 8:11 a.m.2 views

CVE-2023-53291 rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale

In the Linux kernel, the following vulnerability has been resolved: rcu/rcuscale: Stop kfreescalethread threads after unloading rcuscale Running the 'kfreercutest' test case 1 results in a splat 2. The root cause is the kfreescalethread threads continue running after unloading the rcuscale module...

5.5CVSS4.7AI score0.00021EPSS
Exploits0References9
CVE
CVE
added 2025/09/16 8:11 a.m.11 views

CVE-2023-53291

CVE-2023-53291 concerns a Linux kernel regression where kfree_scale_thread(s) could continue running after unloading the rcuscale module, risking a page fault. The root cause is the threads not being stopped during module removal, and the fix adds a cleanup call by invoking kfree_scale_cleanup() ...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References6Affected Software1
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the kfreescalethread thread continuing to run after the rcuscale module is uninstalled, which could result in a...

5.5CVSS5.8AI score0.00021EPSS
Exploits0References7
NVD
NVD
added 2025/09/15 3:15 p.m.2 views

CVE-2022-50319

In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhpstateaddinstance and cpuhpstateremoveinstance should be used in pairs. Or there will lead to the warn on cpuhpremovemultistate since the cpuhpstep list is...

5.5CVSS0.00024EPSS
Exploits0References4
NVD
NVD
added 2025/09/15 3:15 p.m.4 views

CVE-2022-50316

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefssysfsinit When insert and remove the orangefs module, there are kobjects memory leaked as below: unreferenced object 0xffff88810f95af00 size 64: comm "insmod", pid 783, jiffies 4294813439 age...

5.5CVSS0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.0 views

DEBIAN-CVE-2022-50319

In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhpstateaddinstance and cpuhpstateremoveinstance should be used in pairs. Or there will lead to the warn on cpuhpremovemultistate since the cpuhpstep list is...

5.5CVSS5.4AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/09/15 2:48 p.m.2 views

CVE-2022-50319 coresight: trbe: remove cpuhp instance node before remove cpuhp state

In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhpstateaddinstance and cpuhpstateremoveinstance should be used in pairs. Or there will lead to the warn on cpuhpremovemultistate since the cpuhpstep list is...

5.5CVSS6.1AI score0.00024EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/09/15 2:48 p.m.5 views

CVE-2022-50319 coresight: trbe: remove cpuhp instance node before remove cpuhp state

In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhpstateaddinstance and cpuhpstateremoveinstance should be used in pairs. Or there will lead to the warn on cpuhpremovemultistate since the cpuhpstep list is...

0.00024EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/09/15 2:48 p.m.5 views

CVE-2022-50316 orangefs: Fix kmemleak in orangefs_sysfs_init()

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefssysfsinit When insert and remove the orangefs module, there are kobjects memory leaked as below: unreferenced object 0xffff88810f95af00 size 64: comm "insmod", pid 783, jiffies 4294813439 age...

0.00024EPSS
Exploits0References3
CVE
CVE
added 2025/09/15 2:48 p.m.39 views

CVE-2022-50316

CVE-2022-50316 concerns orangefs: Fix kmemleak in orangefs_sysfs_init() in the Linux kernel. The issue occurs when inserting/removing the orangefs module, leaking kobjects (multiple unreferenced objects shown in the report) due to kmemleak. The description clearly states the vulnerability has bee...

5.5CVSS6.1AI score0.00024EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/09/11 5:15 p.m.2 views

DEBIAN-CVE-2025-39769

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...

5.5CVSS5.4AI score0.00021EPSS
Exploits0References1
NVD
NVD
added 2025/09/11 5:15 p.m.4 views

CVE-2025-39769

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...

5.5CVSS0.00021EPSS
Exploits0References2
OSV
OSV
added 2025/09/11 5:15 p.m.1 views

UBUNTU-CVE-2025-39769

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...

5.5CVSS5.7AI score0.00021EPSS
Exploits0References5
OSV
OSV
added 2025/09/11 5:15 p.m.1 views

UBUNTU-CVE-2025-39783

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix configfs group list head handling Doing a listdel on the epfgroup field of struct pciepfdriver in pciepfremovecfs is not correct as this field is a list head, not a list entry. This listdel call triggers a KASA...

7.8CVSS6.5AI score0.00024EPSS
Exploits0References36
CVE
CVE
added 2025/09/11 4:56 p.m.30 views

CVE-2025-39783

CVE-2025-39783: Linux kernel PCI endpoint. The configfs group handling in pci_epf_remove_cfs() incorrectly called list_del() on epf_group, which is a list head, causing a slab-use-after-free (KASAN) when tearing down endpoint function drivers with a configfs attribute group. The connected Astra L...

7.8CVSS6.1AI score0.00024EPSS
Exploits0References12Affected Software1
Cvelist
Cvelist
added 2025/09/11 4:56 p.m.6 views

CVE-2025-39769 bnxt_en: Fix lockdep warning during rmmod

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...

0.00021EPSS
Exploits0References2
CVE
CVE
added 2025/09/11 4:56 p.m.13 views

CVE-2025-39769

The CVE refers to a Linux kernel issue in the bnxt_en driver where a lockdep warning could trigger during rmmod (bnxt_remove_one) due to an assertion on the netdev lock. The fix adds netdev_assert_locked_or_invisible() in bnxt_free_ntp_fltrs() so the assertion does not fire if the netdev is alrea...

5.5CVSS6AI score0.00021EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/09/11 4:56 p.m.3 views

CVE-2025-39769 bnxt_en: Fix lockdep warning during rmmod

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...

5.5CVSS6.1AI score0.00021EPSS
Exploits0References5
Rows per page
Query Builder