Lucene search
K

431 matches found

Prion
Prion
added 2024/05/21 3:15 p.m.4 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.00026EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.13 views

CVE-2021-47250

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlblcipsov4addstd Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 size 64: comm "syz-executor842", pid 360, jiffies 4294824824 age 22.546s hex dump first 32 bytes: 00...

5.5CVSS6.3AI score0.00014EPSS
Exploits0References10
OSV
OSV
added 2024/05/21 3:15 p.m.0 views

UBUNTU-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.5CVSS5.7AI score0.00026EPSS
Exploits0References5
CVE
CVE
added 2024/05/21 3:3 p.m.86 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.00009EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.13 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.00009EPSS
Exploits0
OSV
OSV
added 2024/05/17 2:15 p.m.0 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...

5.5CVSS6.2AI score0.00007EPSS
Exploits0References24
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.15 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...

6.7AI score0.00007EPSS
Exploits0References6
CVE
CVE
added 2024/05/17 1:41 p.m.165 views

CVE-2023-52662

CVE-2023-52662 is a Linux kernel issue. The vulnerability is a memleak in drm/vmwgfx: vmw_gmrid_man_get_node. If ida_alloc_max fails, resources allocated before may not be freed, including memory allocated by kmalloc and ttm_resource_init. The connected Azure Linux Nessus entries reference the sa...

5.5CVSS6.7AI score0.00007EPSS
Exploits0References6Affected Software1
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.00014EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.0 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.00014EPSS
Exploits0References24
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.26 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.5CVSS6.2AI score0.00014EPSS
Exploits0References23
CVE
CVE
added 2024/05/01 12:53 p.m.1873 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.00014EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 12:53 p.m.20 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.00014EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.18 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.00014EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.13 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.00014EPSS
Exploits0References6
OSV
OSV
added 2024/05/01 12:53 p.m.10 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 score0.00014EPSS
Exploits0References9
CNNVD
CNNVD
added 2024/05/01 12:0 a.m.3 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.00014EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.1 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.00009EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/04/29 4:21 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...

4.7CVSS7.1AI score0.00009EPSS
Exploits0References4
OSV
OSV
added 2024/04/28 1:15 p.m.0 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.00009EPSS
Exploits0References12
Rows per page
Query Builder