Lucene search
+L

91 matches found

NVD
NVD
added 2026/02/14 5:15 p.m.13 views

CVE-2026-23176

In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshibahaps: Fix memory leaks in add/remove routines toshibahapsadd leaks the haps object allocated by it if it returns an error after allocating that object successfully. toshibahapsremove does not free the object...

0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/02/14 4:27 p.m.35 views

CVE-2026-23176

The CVE-2026-23176 issue in the Linux kernel affects the platform/x86 toshiba_haps subsystem. The vulnerability stems from memory leaks in the add/remove routines: toshiba_haps_add() can leak the haps object if it returns an error after successful allocation, and toshiba_haps_remove() clears the ...

5.2AI score0.00173EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.6 views

CVE-2026-23176

In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshibahaps: Fix memory leaks in add/remove routines toshibahapsadd leaks the haps object allocated by it if it returns an error after allocating that object successfully. toshibahapsremove does not free the object...

5.2AI score0.00173EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2026/02/04 4:16 p.m.11 views

CVE-2026-23046

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix device mismatch in devmkzalloc/devmkfree Initial rsshdr allocation uses virtiodevice-device, but virtnetsetqueues frees using netdevice-device. This device mismatch causing below devres warning 3788.514041...

0.00176EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.9 views

CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS5.9AI score0.00125EPSS
SaveExploits0References37
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:34 p.m.4 views

CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

5.3AI score0.00125EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2026/01/13 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the use of devmkzalloc leading to improper management of data lifecycles between interfaces, which could lea...

7.8CVSS6.4AI score0.00125EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/12/31 2:30 p.m.7 views

CVE-2023-54221

In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93clocksprobe In function probe, it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregisterhws;' on line 295 and line 310. Use...

5.5CVSS5.8AI score0.00178EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/04 4:16 p.m.8 views

CVE-2025-40224

In the Linux kernel, the following vulnerability has been resolved: hwmon: cgbc-hwmon Add missing NULL check after devmkzalloc The driver allocates memory for sensor data using devmkzalloc, but did not check if the allocation succeeded. In case of memory allocation failure, dereferencing the NULL...

0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/04 4:16 p.m.17 views

UBUNTU-CVE-2025-40224

In the Linux kernel, the following vulnerability has been resolved: hwmon: cgbc-hwmon Add missing NULL check after devmkzalloc The driver allocates memory for sensor data using devmkzalloc, but did not check if the allocation succeeded. In case of memory allocation failure, dereferencing the NULL...

5.7AI score0.00182EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/04 3:31 p.m.38 views

CVE-2025-40224 hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: hwmon: cgbc-hwmon Add missing NULL check after devmkzalloc The driver allocates memory for sensor data using devmkzalloc, but did not check if the allocation succeeded. In case of memory allocation failure, dereferencing the NULL...

0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/28 12:15 p.m.1 views

DEBIAN-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.1AI score0.00199EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/28 12:15 p.m.10 views

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

0.00199EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/28 12:15 p.m.12 views

UBUNTU-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.7AI score0.00199EPSS
SaveExploits0References21
EUVD
EUVD
added 2025/10/28 11:48 a.m.9 views

EUVD-2025-36469

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.9AI score0.00199EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-40059

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.9AI score0.00199EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-3310

Malware in sbrugna...

7.8CVSS7.7AI score0.00192EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-55042

Malicious code in bioql PyPI...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2024-54034

Malicious code in bioql PyPI...

5.5CVSS5.5AI score0.0015EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2024-54035

Malicious code in bioql PyPI...

5.5CVSS5.5AI score0.00149EPSS
SaveExploits0References2
Rows per page
Query Builder