Lucene search
+L

116 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/25 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39870

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: idxd: Fix double free in idxdsetupwqs The clean up in idxdsetupwqs has had a couple bugs because the error handling is a bit subtle. It's simpler to...

7.8CVSS6.4AI score0.00154EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/23 6:15 a.m.7 views

UBUNTU-CVE-2025-39870

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix double free in idxdsetupwqs The clean up in idxdsetupwqs has had a couple bugs because the error handling is a bit subtle. It's simpler to just re-write it in a cleaner way. The issues here are: 1 If...

7.8CVSS6.4AI score0.00154EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2025/09/23 6:00 a.m.25 views

CVE-2025-39871 dmaengine: idxd: Remove improper idxd_free

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Remove improper idxdfree The call to idxdfree introduces a duplicate putdevice leading to a reference count underflow: refcountt: underflow; use-after-free. WARNING: CPU: 15 PID: 4428 at lib/refcount.c:28...

0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/23 6:00 a.m.60 views

CVE-2025-39871

CVE-2025-39871 relates to the Linux kernel dmaengine idxd driver. The fix removes an improper idxd_free() call that could trigger a duplicate put_device() leading to refcount underflow and a use-after-free during module unload. The issue arises in idxd_remove() and during module exit when CONFIG_...

7.8CVSS6.2AI score0.0015EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/09/10 12:00 a.m.22 views

EulerOS 2.0 SP12 : kernel (EulerOS-SA-2025-2043)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscCVE-2025-37890 crypto: lzo - Fix compression buffer overrunCVE-2025-3806...

9.8CVSS7.3AI score0.00477EPSS
SaveExploits3References63
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2025-38369

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted...

7.8CVSS6.7AI score0.00158EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/08/11 12:00 a.m.9 views

PT-2025-39127

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s dmaengine subsystem, specifically within the idxd setup wqs function. The issue involves a potential double free condition during cleanup operations...

7.8CVSS5.9AI score0.00154EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-38014

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: idxd: Refactor remove call with idxdcleanup helper The idxdcleanup helper cleans up perfmon, interrupts, internals and so on. Refactor remove call wi...

5.5CVSS6.4AI score0.00165EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-38015

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

5.5CVSS6.5AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/07/29 11:24 p.m.7 views

SUSE CVE-2025-38369

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

5.5CVSS6.3AI score0.00158EPSS
SaveExploits0References23
OSV
OSV
added 2025/07/25 1:15 p.m.18 views

UBUNTU-CVE-2025-38369

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

7.8CVSS6.2AI score0.00158EPSS
SaveExploits0References29
RedhatCVE
RedhatCVE
added 2025/06/21 12:54 p.m.20 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...

7CVSS7.3AI score0.00168EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:16 a.m.8 views

SUSE 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.5CVSS7.9AI score0.00168EPSS
SaveExploits0References16
OSV
OSV
added 2025/06/18 10:15 a.m.3 views

DEBIAN-CVE-2025-38014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxdcleanup helper The idxdcleanup helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxdcleanup helper to avoid code duplication. Note, this also...

5.5CVSS5.4AI score0.00165EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/04/04 12:00 a.m.12 views

PT-2025-25790

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 dmaengine: idxd component. The problem occurs when an error happens during the idxd alloc function, causi...

5.5CVSS6.6AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/04 12:00 a.m.6 views

PT-2025-25789

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue concerned the dmaengine and specifically the idxd component. The idxd cleanup helper function was used to refactor the...

5.5CVSS6.4AI score0.00165EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/02/27 3:07 a.m.5 views

SUSE CVE-2022-49422

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix the error handling path in idxdcdevregister If a call to allocchrdevregion fails, the already allocated resources are leaking. Add the needed error handling path to fix the leak...

5.5CVSS7.8AI score0.00256EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:01 a.m.5 views

UBUNTU-CVE-2022-49422

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix the error handling path in idxdcdevregister If a call to allocchrdevregion fails, the already allocated resources are leaking. Add the needed error handling path to fix the leak...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2025/02/25 4:33 a.m.3 views

Security update for the Linux Kernel (Live Patch 45 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059164 fixes several issues. The following security issues were fixed: CVE-2024-35789: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes bsc1227320. CVE-2024-40956: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist...

7.8CVSS8.2AI score0.03301EPSS
SaveExploits1References16
SUSE Linux
SUSE Linux
added 2025/02/24 3:33 p.m.2 views

Security update for the Linux Kernel (Live Patch 1 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-150600237 fixes several issues. The following security issues were fixed: CVE-2024-40956: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist bsc1228585. CVE-2024-36974: net/sched: taprio: always validate TCATAPRIOATTRPRIOMAP bsc1227371...

7.8CVSS8.3AI score0.03301EPSS
SaveExploits1References12
Rows per page
Query Builder