Lucene search
+L

448 matches found

OSV
OSV
added 2025/12/30 1:16 p.m.6 views

UBUNTU-CVE-2023-54194

In the Linux kernel, the following vulnerability has been resolved: exfat: use kvmallocarray/kvfree instead of kmallocarray/kfree The call stack shown below is a scenario in the Linux 4.19 kernel. Allocating memory failed where exfat fs use kmallocarray due to system memory fragmentation, while t...

5.7AI score0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 1:16 p.m.26 views

UBUNTU-CVE-2022-50866

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

5.7AI score0.00203EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.44 views

CVE-2022-50866 ASoC: pxa: fix null-pointer dereference in filter()

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

0.00203EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:9 p.m.8 views

CVE-2023-54194

In the Linux kernel, the following vulnerability has been resolved: exfat: use kvmallocarray/kvfree instead of kmallocarray/kfree The call stack shown below is a scenario in the Linux 4.19 kernel. Allocating memory failed where exfat fs use kmallocarray due to system memory fragmentation, while t...

5.2AI score0.00182EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.6 views

PT-2025-54111

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in find dup cset node entry and find dup cset prop When kmalloc fail to allocate memory in kasprintf, fn 1 or fn 2 will be NULL, and strcmp will cause null pointer dereference...

6.4AI score0.00179EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.6 views

PT-2025-54007

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to null pointer dereferencing within the of unittest find node by name function. Specifically, if kmalloc fails to allocate memory during the...

6.2AI score0.00203EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.9 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, which stems from the fact that exfat's use of kmallocarray may result in a memory allocation failure...

6.1AI score0.00182EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.7 views

SUSE CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/12/08 3:31 a.m.6 views

EUVD-2023-60076

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

5.9AI score0.0014EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 2:15 a.m.5 views

DEBIAN-CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 2:15 a.m.6 views

CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 2:15 a.m.9 views

UBUNTU-CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.7AI score0.0014EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.34 views

CVE-2023-53752 net: deal with integer overflows in kmalloc_reserve()

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS0.0014EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/08 1:19 a.m.27 views

CVE-2023-53752

CVE-2023-53752 is a Linux kernel issue in the kmalloc_reserve path of net/core/skbuff.c. The patch fixes an overflow/size-truncation bug: kmalloc_size_roundup(size) may produce 2^32 for inputs > 0x80000001, which gets truncated to 0 when stored in a 32-bit obj_size, causing kmalloc(0) and ZERO...

7.8CVSS6AI score0.0014EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.5 views

CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.7 views

PT-2025-49482

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.39 Description The Linux kernel contained an issue where an integer overflow in the kmalloc reserve function could lead to crashes. Specifically, if the size parameter passed to kmalloc reserve was greater th...

6.1AI score0.0014EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-53752

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if...

7.8CVSS5.2AI score0.0014EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/12/08 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 an integer overflow in kmallocreserve, which could lead to a memory allocation failure...

6.3AI score0.0014EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989789)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989789 advisory. In the Linux kernel, the following vulnerability has been resolved: tty: fix deadlock caused by calling printk under ttyport-lock ptywrite invokes kmalloc which may...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989884)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989884 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahor...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References4
Rows per page
Query Builder