Lucene search
+L

83 matches found

RedhatCVE
RedhatCVE
added 2026/07/21 11:8 a.m.11 views

CVE-2026-63907

A flaw was found in the uiopcigenericsva module of the Linux kernel. This vulnerability, a double free, occurs because memory allocated with devmkzalloc is automatically freed, but the kfreeudev function is also explicitly called during both error handling and device removal. A local attacker cou...

5.3AI score0.00189EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.30 views

CVE-2026-63907 uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63907 uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 2:55 p.m.10 views

EUVD-2026-45680

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

5.4AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/27 12:15 p.m.31 views

CVE-2026-45868

CVE-2026-45868 affects the Linux kernel pinctrl: single subsystem (pcs_add_gpio_func). The of_parse_phandle_with_args() path increments a device_node refcount and loops through phandles without releasing it, causing a refcount leak. The fix adds of_node_put() to release the reference after extrac...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References8Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for a NULL return from devmkzalloc. As a potential failure during allocation, devmkzalloc may return NULL. Then, pd-pmb and the subsequent lines of code may lead to a null pointer dereferencing. Therefore, it is...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc – Fixed the issue where NULL values were returned instead of an ISERR error. The devmkzalloc function now returns NULL when an error occurs, rather than error pointers. The check has been corrected...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307 – fixed the double-free of devmkzalloc memory. A previous change added NULL checks and cleanup procedures for allocation failures in sma1307settingloaded. However, the cleanup for modeset entries is incorrect. These...

7.8CVSS5.7AI score0.00127EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/23 1:24 a.m.11 views

SUSE CVE-2026-31524

In the Linux kernel, the following vulnerability has been resolved: HID: asus: avoid memory leak in asusreportfixup The asusreportfixup function was returning a newly allocated kmemdup-allocated buffer, but never freeing it. Switch to devmkzalloc to ensure the memory is managed and freed...

4.7CVSS5.7AI score0.00123EPSS
SaveExploits0References6
OSV
OSV
added 2026/04/22 1:54 p.m.9 views

CVE-2026-31524 HID: asus: avoid memory leak in asus_report_fixup()

In the Linux kernel, the following vulnerability has been resolved: HID: asus: avoid memory leak in asusreportfixup The asusreportfixup function was returning a newly allocated kmemdup-allocated buffer, but never freeing it. Switch to devmkzalloc to ensure the memory is managed and freed...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.36 views

CVE-2026-31475 ASoC: sma1307: fix double free of devm_kzalloc() memory

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: fix double free of devmkzalloc memory A previous change added NULL checks and cleanup for allocation failures in sma1307settingloaded. However, the cleanup for modeset entries is wrong. Those entries are allocated...

7.8CVSS0.00127EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.10 views

SUSE 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.5CVSS5.2AI score0.00173EPSS
SaveExploits0References19
NVD
NVD
added 2026/02/14 5:15 p.m.10 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.29 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.10 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.8 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.0012EPSS
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.0012EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2026/01/13 12:0 a.m.9 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.0012EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/12/31 2:30 p.m.6 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.00174EPSS
SaveExploits0References4
Rows per page
Query Builder