Lucene search
K

110 matches found

Cvelist
Cvelist
added 2024/06/19 2:53 p.m.19 views

CVE-2021-47578 scsi: scsi_debug: Don't call kcalloc() if size arg is zero

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

0.00018EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.11 views

CVE-2021-47578 scsi: scsi_debug: Don't call kcalloc() if size arg is zero

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

6.6AI score0.00018EPSS
Exploits0References3
NVD
NVD
added 2024/06/19 2:15 p.m.14 views

CVE-2024-38543

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

5.5CVSS0.00016EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.17 views

CVE-2024-38543

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

5.5CVSS6.4AI score0.00016EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.10 views

CVE-2024-38543 lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

6.6AI score0.00016EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/05/17 2:1 p.m.17 views

CVE-2023-52667 net/mlx5e: fix a potential double-free in fs_any_create_groups

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

6.4AI score0.0013EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/05/01 5:22 p.m.32 views

CVE-2024-26943

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.5CVSS7AI score0.00009EPSS
Exploits0References4
NVD
NVD
added 2024/05/01 6:15 a.m.15 views

CVE-2024-26943

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.5CVSS7.2AI score0.00009EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/05/01 5:18 a.m.26 views

CVE-2024-26943 nouveau/dmem: handle kcalloc() allocation failure

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

6.4AI score0.00009EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:18 a.m.16 views

CVE-2024-26943 nouveau/dmem: handle kcalloc() allocation failure

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

6.4AI score0.00009EPSS
Exploits0References5
OSV
OSV
added 2024/05/01 5:18 a.m.18 views

CVE-2024-26943 nouveau/dmem: handle kcalloc() allocation failure

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.5CVSS5.9AI score0.00009EPSS
Exploits0References8
CVE
CVE
added 2024/05/01 5:18 a.m.5277 views

CVE-2024-26943

The CVE-2024-26943 issue affects the Linux kernel driver path nouveau/dmem, where kcalloc() could fail and return NULL in nouveau_dmem_evict_chunk(), leading to NULL dereferences when dereferencing src_pfns, dst_pfns, or dma_addrs. The patch adds a __GFP_NOFAIL flag to kcalloc() and switches from...

5.5CVSS6.4AI score0.00009EPSS
Exploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 5:18 a.m.18 views

CVE-2024-26943

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.5CVSS7.5AI score0.00009EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2024/04/22 12:0 a.m.4 views

PT-2024-32213

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved by adding a missing NULL pointer check within the dpcd extend address range function. This issue could lead to an ASSERT if the retu...

5.5CVSS5.4AI score0.00017EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 4:6 a.m.1 views

SUSE CVE-2019-19044

Two memory leaks in the v3dsubmitclioctl function in drivers/gpu/drm/v3d/v3dgem.c in the Linux kernel before 5.3.11 allow attackers to cause a denial of service memory consumption by triggering kcalloc or v3djobinit failures, aka CID-29cd13cfd762...

6.2CVSS8AI score0.02087EPSS
Exploits0References3
OSV
OSV
added 2023/01/17 5:45 p.m.11 views

GSD-2023-1000510 futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error

futex: Fix futexwaitv hrtimer debug object leak on kcalloc error This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.17 by commit...

7.2AI score
Exploits0
Positive Technologies
Positive Technologies
added 2023/01/17 12:0 a.m.2 views

PT-2023-33154 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.12 Description: The issue is related to the asus-ec-sensors component in the Linux Kernel, specifically with the devm kcalloc function. The actual impact and attack plausibility have not yet been proven...

7.2AI score
Exploits0References1
Positive Technologies
Positive Technologies
added 2023/01/17 12:0 a.m.2 views

PT-2023-33587 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.17 Description: The issue is related to a debug object leak in the futex waitv function when kcalloc fails. This problem was introduced in version v5.16 and is fixed in version v6.0.17. The actual impact an...

7AI score
Exploits0References1
OSV
OSV
added 2022/12/14 9:15 p.m.6 views

CVE-2022-3114

An issue was discovered in the Linux kernel through 5.16-rc6. imxregisteruartclocks in drivers/clk/imx/clk.c lacks check of the return value of kcalloc and will cause the null pointer dereference...

5.5CVSS7.3AI score
Exploits0References2
NVD
NVD
added 2022/12/14 9:15 p.m.15 views

CVE-2022-3114

An issue was discovered in the Linux kernel through 5.16-rc6. imxregisteruartclocks in drivers/clk/imx/clk.c lacks check of the return value of kcalloc and will cause the null pointer dereference...

5.5CVSS0.00016EPSS
Exploits0References2
Rows per page
Query Builder