Lucene search
K

32 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39902

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/slub: avoid accessing metadata when pointer is invalid in objecterr objecterr reports details of an object for further debugging, such as the freelist pointe...

5.5CVSS6.1AI score0.00149EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/12/27 2:23 p.m.11 views

CVE-2024-56566

In the Linux kernel, the following vulnerability has been resolved: mm/slub: Avoid list corruption when removing a slab from the full list Boot with slubdebug=UFPZ. If allocated object failed in allocconsistencychecks, all objects of the slab will be marked as used, and then the slab will be...

5.5CVSS5.8AI score0.00212EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/09/18 12:14 p.m.11 views

CVE-2024-46789

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s-flags in the alloctaggingslabfreehook When enable CONFIGMEMCG & CONFIGKFENCE & CONFIGKMEMLEAK, the following warning always occurs,This is because the following call stack occurred: mempoolalloc...

5.5CVSS6.7AI score0.00177EPSS
Exploits0References4
NVD
NVD
added 2024/09/18 8:15 a.m.27 views

CVE-2024-46789

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s-flags in the alloctaggingslabfreehook When enable CONFIGMEMCG & CONFIGKFENCE & CONFIGKMEMLEAK, the following warning always occurs,This is because the following call stack occurred: mempoolalloc...

5.5CVSS0.00177EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.41 views

CVE-2024-46789 mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s-flags in the alloctaggingslabfreehook When enable CONFIGMEMCG & CONFIGKFENCE & CONFIGKMEMLEAK, the following warning always occurs,This is because the following call stack occurred: mempoolalloc...

0.00177EPSS
Exploits0References2
CVE
CVE
added 2024/09/18 7:12 a.m.74 views

CVE-2024-46789

CVE-2024-46789 (Linux kernel) details from connected documents show a concrete fix: in mm/slub, the tagging logic now checks s->flags in alloc_tagging_slab_free_hook to avoid calling alloc_tag_add when SLAB_NO_OBJ_EXT or SLAB_NOLEAKTRACE are set. This prevents the NULL ref (ref->ct) and the...

5.5CVSS5.1AI score0.00177EPSS
Exploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/08/19 12:0 a.m.8 views

The vulnerability of the kmalloc() function in the mm/slub component of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the kmalloc function in the mm/slub component of the Linux operating system is related to a crash due to insufficient memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00241EPSS
Exploits0References21Affected Software2
RedhatCVE
RedhatCVE
added 2024/06/03 2:3 p.m.20 views

CVE-2024-36892

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid zeroing outside-object freepointer for single free Commit 284f17ac13fe "mm/slub: handle bulk and single object freeing separately" splits single and bulk object freeing in two functions slabfree and slabfreebulk...

5.5CVSS6.4AI score0.00196EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.19 views

CVE-2024-36892

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid zeroing outside-object freepointer for single free Commit 284f17ac13fe "mm/slub: handle bulk and single object freeing separately" splits single and bulk object freeing in two functions slabfree and slabfreebulk...

5.5CVSS6.1AI score0.00196EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.27 views

CVE-2024-36892 mm/slub: avoid zeroing outside-object freepointer for single free

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid zeroing outside-object freepointer for single free Commit 284f17ac13fe "mm/slub: handle bulk and single object freeing separately" splits single and bulk object freeing in two functions slabfree and slabfreebulk...

6.4AI score0.00196EPSS
Exploits0References2
NVD
NVD
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47221

In the Linux kernel, the following vulnerability has been resolved: mm/slub: actually fix freelist pointer vs redzoning It turns out that SLUB redzoning "slubdebug=Z" checks from s-objectsize rather than from s-inuse which is normally bumped to make room for the freelist pointer, so a cache creat...

5.5CVSS6.4AI score0.00222EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/04/29 4:21 p.m.32 views

CVE-2022-48659

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

4.7CVSS7.1AI score0.00241EPSS
Exploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.19 views

CVE-2022-48659

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS6.2AI score0.00241EPSS
Exploits0References8
OSV
OSV
added 2024/04/28 1:15 p.m.1 views

UBUNTU-CVE-2022-48659

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS6AI score0.00241EPSS
Exploits0References12
Cvelist
Cvelist
added 2024/04/28 1:1 p.m.33 views

CVE-2022-48659 mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.6AI score0.00241EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/04/28 1:1 p.m.21 views

CVE-2022-48659 mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

6.8AI score0.00241EPSS
Exploits0References8
CVE
CVE
added 2024/04/28 1:1 p.m.118 views

CVE-2022-48659

CVE-2022-48659 is a Linux kernel issue localized to mm/slub where kmalloc() can fail with an OOM, and the fix ensures create_unique_id() returns a proper errno instead of triggering BUG_ON(). The result is a kernel BUG at mm/slub.c:5893 in the failing path, with the stack showing sysfs_slab_add →...

5.5CVSS6.5AI score0.00241EPSS
Exploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/04/28 1:1 p.m.29 views

CVE-2022-48659

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS5.1AI score0.00241EPSS
Exploits0
OSV
OSV
added 2024/04/28 1:1 p.m.31 views

CVE-2022-48659 mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS5.8AI score0.00241EPSS
Exploits0References11
CVE
CVE
added 2024/04/28 1:1 p.m.91 views

CVE-2022-48658

CVE-2022-48658 affects the Linux kernel:mm/slub: flush_cpu_slab()/__free_slab() invocations were moved out of IRQ context into a global workqueue. When flush_all_cpu_locked() runs from task context, a WQ_MEM_RECLAIM-enabled workqueue may flush the global workqueue, causing a dependency issue duri...

7.8CVSS6.4AI score0.00242EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder