Lucene search
+L

438 matches found

Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.2 views

CVE-2024-53202 firmware_loader: Fix possible resource leak in fw_log_firmware_info()

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix possible resource leak in fwlogfirmwareinfo The alg instance should be released under the exception path, otherwise there may be resource leak here. To mitigate this, free the alg instance with cryptofreeshash...

7.7AI score0.00221EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.10 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 the Linux kernel that originates from an unchecked return of a null pointer from kmalloc in the btcfwsetmonreg function in the wifi:rtw89...

5.5CVSS6.5AI score0.00251EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/11/19 5:19 p.m.3 views

CVE-2024-53049 slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof

In the Linux kernel, the following vulnerability has been resolved: slub/kunit: fix a WARNING due to unwrapped kmalloccachenoprof 'modprobe slubkunit' will have a warning as shown below. The root cause is that kmalloccachenoprof was directly used, which resulted in no alloctag being allocated. Th...

7.7AI score0.002EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/11/19 12:0 a.m.6 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 the Linux kernel that stems from an unpacked kmalloccachenoprof.No details of the vulnerability are provided at this time...

5.5CVSS8.2AI score0.002EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.6 views

kernel: Linux kernel: Denial of Service via integer overflow in kmalloc_reserve()

A flaw was found in the Linux kernel's networking subsystem. A local attacker can exploit an integer overflow vulnerability in the kmallocreserve function by manipulating network interface settings. This can cause the kernel to attempt a memory allocation with an incorrect size, leading to memory...

5.8AI score0.00166EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.22 views

CVE-2024-50165 bpf: Preserve param->string when parsing mount options

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve param-string when parsing mount options In bpfparseparam, keep the value of param-string intact so it can be freed later. Otherwise, the kmalloc area pointed to by param-string will be leaked as shown below:...

0.00184EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/29 12:50 a.m.2 views

CVE-2024-50087 btrfs: fix uninitialized pointer free on read_alloc_one_name() error

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free on readalloconename error The function readalloconename does not initialize the name field of the passed fscryptstr struct if kmalloc fails to allocate the corresponding buffer. Thus, it is n...

7.6AI score0.00206EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/29 12:50 a.m.288 views

CVE-2024-50087

The connected Astra Linux advisory & the CVE entry describe a Linux kernel vulnerability in btrfs: read_alloc_one_name() may leave fscrypt_str.name uninitialized if kmalloc fails, so freeing fscrypt_str can access an uninitialized pointer. This is a local (L) issue with LOW initial access but HIG...

5.5CVSS5.6AI score0.00206EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/22 3:11 p.m.12 views

CVE-2024-49885

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

5.5CVSS6.7AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 6:15 p.m.4 views

DEBIAN-CVE-2024-49885

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 6:15 p.m.13 views

CVE-2024-49885

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

5.5CVSS0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

UBUNTU-CVE-2024-49885

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References20
CVE
CVE
added 2024/10/21 6:1 p.m.154 views

CVE-2024-49885

CVE-2024-49885: Linux kernel mm/slub kmalloc redzone issue resolved. Root cause: orig_size handling treated wasted space as redzone and, with init_on_free=1, clears full object->size including metadata, causing check_object() to misclassify the object as redzone. Fix: clear the used area using...

5.5CVSS5.3AI score0.00235EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49885 mm, slub: avoid zeroing kmalloc redzone

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.14 views

CVE-2024-49885 mm, slub: avoid zeroing kmalloc redzone

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

6.8AI score0.00235EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49885

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.8 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 the Linux kernel that stems from incorrectly treating an entire object as a red zone in kmalloc red zone handling, which could result in a re...

5.5CVSS7.6AI score0.00235EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/09/03 12:0 a.m.11 views

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

The vulnerability of the kmalloc function in the iouring component of the Linux operating system is related to the cyclic execution of kmalloc calls approximately 65,350 times. Exploiting this vulnerability can allow an attacker to cause a service failure...

3.3CVSS5.9AI score0.0016EPSS
SaveExploits0References12Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.5 views

SUSE CVE-2022-48937

In the Linux kernel, the following vulnerability has been resolved: iouring: add a schedule point in ioaddbuffers Looping 65535 times doing kmalloc calls can trigger soft lockups, especially with DEBUG features like KASAN. 253.536212 watchdog: BUG: soft lockup - CPU64 stuck for 26s!...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/08/22 3:16 p.m.22 views

CVE-2022-48937

A vulnerability was found in the Linux kernel’s iouring subsystem, specifically within the ioaddbuffers function. This issue could lead to soft lockups by repeatedly invoking kmalloc in a loop of around 65,535 iterations, especially when debugging features like KASAN are enabled. Symptoms include...

3.3CVSS4.9AI score0.0016EPSS
SaveExploits0References4
Rows per page
Query Builder