Lucene search
+L

456 matches found

SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.10 views

SUSE 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...

7CVSS6.7AI score0.00197EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 3:30 p.m.8 views

EUVD-2022-55766

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.2AI score0.00197EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:15 p.m.16 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.00197EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.15 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.00197EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:6 p.m.7 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 score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.43 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.00197EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 12:22 p.m.15 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 score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.11 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.00853EPSS
SaveExploits2References841
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.26 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.00853EPSS
SaveExploits2References896
SUSE CVE
SUSE CVE
added 2025/12/17 12:26 a.m.7 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.00135EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.6 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.00154EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/16 3:39 p.m.37 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.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 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.00135EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.9 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.00754EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.16 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.00614EPSS
SaveExploits4References391
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.4 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.00225EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/29 12:25 a.m.9 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.00199EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 2025/10/29 12:0 a.m.15 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.00828EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.11 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.00199EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/28 11:48 a.m.26 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.00199EPSS
SaveExploits0References3
Rows per page
Query Builder