Lucene search
+L

449 matches found

Prion
Prion
added 2024/05/21 3:15 p.m.11 views

CVE-2021-47420

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm-sg memory leak Memory is allocated for ttm-sg by kmalloc in kfdmemdmamapuserptr, but isn't freed by kfree in kfdmemdmaunmapuserptr. Free it!...

5.5CVSS0.00194EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:3 p.m.101 views

CVE-2021-47376

CVE-2021-47376 is a Linux kernel issue where an oversize allocation in kmalloc path could trigger a warning during BPF verification. The provided description and connected advisories indicate the fix adds an oversize check before kvcalloc() via the commit that introduces the guard in mm/kvmalloc(...

5.5CVSS6.8AI score0.00254EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.19 views

CVE-2021-47376

In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc Commit 7661809d493b "mm: don't allow oversized kvmalloc calls" add the oversize check. When the allocation is larger than what kmalloc supports, the following warning triggered: WARNIN...

5.5CVSS7AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 2:15 p.m.6 views

UBUNTU-CVE-2023-52662

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References24
CVE
CVE
added 2024/05/17 1:41 p.m.180 views

CVE-2023-52662

The CVE-2023-52662 issue affects the Linux kernel DRM vmwgfx path: a memleak in vmw_gmrid_man_get_node when ida_alloc_max fails, where resources allocated prior (including kmalloc‑allocated memory and ttm_resource_init structures) were not freed. The connected Astra/Tenable entries corroborate th...

7.8CVSS6.7AI score0.00237EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.17 views

CVE-2023-52662 drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

7.8CVSS6.7AI score0.00237EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS5.2AI score0.00273EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.37 views

CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS5.7AI score0.00273EPSS
SaveExploits0References23
OSV
OSV
added 2024/05/01 1:15 p.m.16 views

UBUNTU-CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6.1AI score0.00273EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.19 views

CVE-2024-27037 clk: zynq: Prevent null pointer dereference caused by kmalloc failure

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

6.7AI score0.00273EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.25 views

CVE-2024-27037 clk: zynq: Prevent null pointer dereference caused by kmalloc failure

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

6.7AI score0.00273EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/01 12:53 p.m.1886 views

CVE-2024-27037

CVE-2024-27037 (Linux kernel) affects the zynq clock controller path. The kmalloc() failure in zynq_clk_setup() can yield NULL, risking a NULL pointer dereference when using snprintf() to write to that address. A patch replaces the kmalloc()-based allocation with a stack-allocated variable, preve...

5.5CVSS6.6AI score0.00273EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 12:53 p.m.25 views

CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS7AI score0.00273EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 12:53 p.m.17 views

CVE-2024-27037 clk: zynq: Prevent null pointer dereference caused by kmalloc failure

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6AI score
SaveExploits0References9
CNNVD
CNNVD
added 2024/05/01 12:0 a.m.7 views

Linux kernel 安全漏洞

The Linux Kernel is the core part of the operating system and is responsible for managing system resources. A null pointer dereference vulnerability exists in the zynqclksetup function of the Linux Kernel. The vulnerability stems from the fact that after the kmalloc function fails to allocate...

5.5CVSS6.4AI score0.00273EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.4 views

SUSE 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.7CVSS6.3AI score0.00241EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/04/29 4:21 p.m.36 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
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.51 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.1AI score0.00241EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/28 1:15 p.m.5 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
SaveExploits0References12
OSV
OSV
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.8AI score
SaveExploits0References11
Rows per page
Query Builder