Lucene search
K

429 matches found

NVD
NVD
added 2025/12/24 1:15 p.m.5 views

CVE-2022-50723

In the Linux kernel, the following vulnerability has been resolved: bnxten: fix memory leak in bnxtnvmtest Free the kzalloc'ed buffer before returning in the success path...

0.00026EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.2 views

CVE-2022-50723

In the Linux kernel, the following vulnerability has been resolved: bnxten: fix memory leak in bnxtnvmtest Free the kzalloc'ed buffer before returning in the success path...

5.8AI score0.00026EPSS
Exploits0References3
OSV
OSV
added 2025/12/24 1:6 p.m.1 views

CVE-2023-54122 drm/msm/dpu: Add check for cstate

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add check for cstate As kzalloc may fail and return NULL pointer, it should be better to check cstate in order to avoid the NULL pointer dereference in drmatomichelpercrtcreset. Patchwork:...

6.4AI score0.0004EPSS
Exploits0References9
OSV
OSV
added 2025/12/24 12:22 p.m.3 views

CVE-2022-50723 bnxt_en: fix memory leak in bnxt_nvm_test()

In the Linux kernel, the following vulnerability has been resolved: bnxten: fix memory leak in bnxtnvmtest Free the kzalloc'ed buffer before returning in the success path...

6.6AI score0.00026EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.24 views

CVE-2022-50723 bnxt_en: fix memory leak in bnxt_nvm_test()

In the Linux kernel, the following vulnerability has been resolved: bnxten: fix memory leak in bnxtnvmtest Free the kzalloc'ed buffer before returning in the success path...

0.00026EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.2 views

PT-2025-53027

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the bnxt nvm test function within the bnxt en module of the Linux kernel. The issue occurs because a buffer allocated using kzalloc is not freed before the functi...

7.8CVSS6.4AI score0.00145EPSS
Exploits2References841
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.4 views

PT-2025-53199

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/msm/dpu subsystem. Specifically, a missing check for a null pointer after a kzalloc call can lead to a null pointer dereference within the drm...

7.8CVSS7.3AI score0.00249EPSS
Exploits2References896
SUSE CVE
SUSE CVE
added 2025/12/17 12:26 a.m.4 views

SUSE CVE-2025-68167

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.1 views

CVE-2025-68309

In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aerinfo The kzallocGFPKERNEL may return NULL, so all accesses to aerinfo-xxx will result in kernel panic. Fix it...

5.7AI score0.00026EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/12/16 3:39 p.m.24 views

CVE-2025-68309 PCI/AER: Fix NULL pointer access by aer_info

In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aerinfo The kzallocGFPKERNEL may return NULL, so all accesses to aerinfo-xxx will result in kernel panic. Fix it...

0.00026EPSS
Exploits0References2
EUVD
EUVD
added 2025/12/16 3:30 p.m.1 views

EUVD-2025-203729

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

6AI score0.00024EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.1 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991198)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991198 advisory. In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing...

5.5CVSS6.2AI score0.00198EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.3 views

PT-2025-49051

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel driver allocates memory for sensor data using devm kzalloc, but lacks a check to ensure the allocation was successful. If memory allocation fails, attempting to...

7.5AI score0.03752EPSS
Exploits3References391
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.2 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988678 advisory. In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynqqspiexecmemop In zynqqspiexecmemop,...

5.5CVSS6AI score0.00016EPSS
Exploits0References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.2 views

Astra Linux - уязвимость в linux-6.12

In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Initialize work context pointers properly Initialize ops member's pointers properly by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise the pointers contain random content...

5.5CVSS5.2AI score0.00099EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/10/29 12:25 a.m.3 views

SUSE CVE-2025-40059

In the Linux kernel, the following vulnerability has been resolved: coresight: Fix incorrect handling for return value of devmkzalloc The return value of devmkzalloc could be an null pointer, use "!desc.pdata" to fix incorrect handling return value of devmkzalloc...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References20
Tenable Nessus
Tenable Nessus
added 2025/10/29 12:0 a.m.6 views

Siemens SIMATIC Devices Use of Uninitialized Resource (CVE-2024-26901)

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'...

5.5CVSS6.5AI score0.00034EPSS
Exploits0References4
CVE
CVE
added 2025/10/28 11:48 a.m.8 views

CVE-2025-40059

CVE-2025-40059 (Linux kernel, coresight) has a fixed issue where devm_kzalloc could return NULL, leading to incorrect handling. The patch corrects the check by using the condition described in the advisory to handle a NULL pdata-derived return value from devm_kzalloc. SUSE and OpenVAS entries con...

6.1AI score0.00024EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.3 views

CVE-2025-40059 coresight: Fix incorrect handling for return value of devm_kzalloc

In the Linux kernel, the following vulnerability has been resolved: coresight: Fix incorrect handling for return value of devmkzalloc The return value of devmkzalloc could be an null pointer, use "!desc.pdata" to fix incorrect handling return value of devmkzalloc...

0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/10/28 11:48 a.m.1 views

CVE-2025-40059 coresight: Fix incorrect handling for return value of devm_kzalloc

In the Linux kernel, the following vulnerability has been resolved: coresight: Fix incorrect handling for return value of devmkzalloc The return value of devmkzalloc could be an null pointer, use "!desc.pdata" to fix incorrect handling return value of devmkzalloc...

6.4AI score0.00024EPSS
Exploits0References6
Rows per page
Query Builder