Lucene search
+L

8201 matches found

OSV
OSV
added 2025/06/18 10:15 a.m.3 views

DEBIAN-CVE-2025-38015

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

5.5CVSS5.6AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 10:15 a.m.7 views

CVE-2025-38015

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

5.5CVSS0.00168EPSS
SaveExploits0References6
NVD
NVD
added 2025/06/18 10:15 a.m.9 views

CVE-2025-38012

In the Linux kernel, the following vulnerability has been resolved: schedext: bpfiterscxdsqnew should always initialize iterator BPF programs may call next and destroy on BPF iterators even after new returns an error value e.g. bpfforeach macro ignores error returns from new. bpfiterscxdsqnew cou...

7.8CVSS0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 10:15 a.m.9 views

UBUNTU-CVE-2025-38015

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

5.5CVSS6.2AI score0.00168EPSS
SaveExploits0References27
OSV
OSV
added 2025/06/18 10:15 a.m.8 views

UBUNTU-CVE-2025-38012

In the Linux kernel, the following vulnerability has been resolved: schedext: bpfiterscxdsqnew should always initialize iterator BPF programs may call next and destroy on BPF iterators even after new returns an error value e.g. bpfforeach macro ignores error returns from new. bpfiterscxdsqnew cou...

8.4CVSS6.5AI score0.00172EPSS
SaveExploits0References9
CVE
CVE
added 2025/06/18 9:33 a.m.92 views

CVE-2025-38071

CVE-2025-38071 affects the Linux kernel (x86/mm). Root cause: memblock_phys_alloc_range() may return 0 on failure when CONFIG_PHYSICAL_START=0x100000, causing memblock_phys_free() to mis-handle the first 4 MiB of memory and crash. The vulnerability is resolved in the kernel by checking the return...

5.5CVSS6.3AI score0.00162EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/06/18 9:33 a.m.12 views

CVE-2025-38069 PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.25 views

CVE-2025-38069 PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 9:33 a.m.8 views

CVE-2025-38039 net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid WARNON when configuring MQPRIO with HTB offload enabled When attempting to enable MQPRIO while HTB offload is already configured, the driver currently returns -EINVAL and triggers a WARNON, leading to an...

6.8AI score
SaveExploits0References7
OSV
OSV
added 2025/06/18 9:28 a.m.9 views

CVE-2025-38015 dmaengine: idxd: fix memory leak in error handling path of idxd_alloc

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/06/18 9:28 a.m.94 views

CVE-2025-38015

CVE-2025-38015 – Linux kernel (dmaengine idxd): The issue is a memory leak in the error path of idxd_alloc where memory allocated for idxd could be left unreleased if idxd_alloc() fails. The fix frees the allocated memory in the reverse order of allocation before exiting the function on error. Th...

5.5CVSS6.6AI score0.00168EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/06/18 9:28 a.m.24 views

CVE-2025-38015 dmaengine: idxd: fix memory leak in error handling path of idxd_alloc

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.12 views

CVE-2025-38015

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

5.5CVSS5.6AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 9:28 a.m.82 views

CVE-2025-38012

The CVE-2025-38012 issue affects Linux kernel sched_ext: bpf_iter_scx_dsq_new() may leave an uninitialized iterator after an error, causing bpf_iter_scx_dsq_next() to dereference garbage data. The documented fix is to always clear kit->dsq in bpf_iter_scx_dsq_new(), so that next() and destroy(...

7.8CVSS6.5AI score0.00172EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 9:28 a.m.10 views

CVE-2025-38012 sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator

In the Linux kernel, the following vulnerability has been resolved: schedext: bpfiterscxdsqnew should always initialize iterator BPF programs may call next and destroy on BPF iterators even after new returns an error value e.g. bpfforeach macro ignores error returns from new. bpfiterscxdsqnew cou...

7.8CVSS6.9AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.11 views

PT-2025-26112 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the ath11k module. When an error occurs during htc tx completion, the skb is not properly dropped, leading ...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References559
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.14 views

PT-2025-25908 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the pvrusb2 media module. The error handling code in pvr2 hdw create fails to unregister the v4l2 device,...

7.8CVSS5.8AI score0.10458EPSS
SaveExploits16References581
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.8 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 cm3605 not handling error paths correctly during probing, which could lead to a resource leak...

5.5CVSS6.1AI score0.00179EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.10 views

PT-2025-25879 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns an error handling path in the cm3605 probe function. A commit introduced a new error handling path that should redirect to the existing error handling path to preven...

5.9AI score0.00179EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.8 views

PT-2025-26040 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A refcount leak issue in the Linux kernel's 9p protocol has been resolved. The problem occurred in the p9 read work error handling, where p9 req put needs to be called when...

5.8AI score0.00165EPSS
SaveExploits0References14
Rows per page
Query Builder