Lucene search
+L

46 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.10 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-099895)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099895 advisory. In the Linux kernel, the following vulnerability has been resolved: dax: Fix daxmappingrelease use after free A CONFIGDEBUGKOBJECTRELEASE test of removing a device-d...

7.8CVSS6AI score0.00149EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/05/06 7:40 a.m.19 views

CVE-2026-43097

In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix double idafree in hvpciprobe error path If hvpciprobe fails after storing the domain number in hbus-bridge-domainnr, there is a call to free this domainnr via pcibusreleaseemuldomainnr, however, during cleanup, the...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.22 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the repeated invocation of idafree in the hvpciprobe error path, resulting in a warning...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-43097

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix double idafree in hvpciprobe error path If hvpciprobe fails after storing the...

7.8CVSS6.5AI score0.0012EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-001757)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001757 advisory. A Null pointer dereference problem was found in idafree in lib/idr.c in the Linux Kernel. This issue may allow an attacker using this library to cause a denial of...

6.2CVSS6.7AI score0.00258EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2024-54043

Malicious code in bioql PyPI...

7.2AI score0.00179EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-28947

Malicious code in bioql PyPI...

6.3AI score0.00154EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/11 11:24 p.m.10 views

SUSE CVE-2025-39765

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: fix idafree call while not allocated In the sndutimercreate function, if the kasprintf function return NULL, sndutimerputid will be called, finally use idafree to free the unallocated id 0. the syzkaller reported the...

5.5CVSS6.5AI score0.00154EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/11 5:15 p.m.6 views

DEBIAN-CVE-2025-39765

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: fix idafree call while not allocated In the sndutimercreate function, if the kasprintf function return NULL, sndutimerputid will be called, finally use idafree to free the unallocated id 0. the syzkaller reported the...

5.5CVSS5.3AI score0.00154EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/11 4:56 p.m.45 views

CVE-2025-39765

CVE-2025-39765 affects Linux kernel ALSA timer handling. The issue is in snd_utimer_create() where, if kasprintf() returns NULL, snd_utimer_put_id() frees an ID that was never allocated, leading to ida_free() being called on id=0. The root cause is that utimer->id is not guaranteed to be valid...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References3Affected Software1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix idafree call while not allocated In the rprocalloc function, when an error occurs, the putdevice&rproc-dev call is made, leading to the invocation of the rproctyperelease function. An error can occur before...

5.5CVSS6.3AI score0.00179EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: misc: miscminoralloc will now use ida to allocate IDs for all dynamic/misc dynamic minors. miscminoralloc used to allocate IDs using ida only for minors in the case of MISCDYNAMICMINOR. However, miscminorfree always freed IDs...

5.5CVSS6.4AI score0.0018EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.10 views

SUSE CVE-2024-58056

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix idafree call while not allocated In the rprocalloc function, on error, putdevice&rproc-dev is called, leading to the call of the rproctyperelease function. An error can occurs before idaalloc is called. In...

5.5CVSS7.6AI score0.00179EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/03/07 2:38 a.m.11 views

SUSE CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS7.7AI score0.0018EPSS
SaveExploits0References13
NVD
NVD
added 2025/03/06 5:15 p.m.22 views

CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2025/03/06 4:15 p.m.18 views

CVE-2024-58056

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix idafree call while not allocated In the rprocalloc function, on error, putdevice&rproc-dev is called, leading to the call of the rproctyperelease function. An error can occurs before idaalloc is called. In...

5.5CVSS0.00179EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/06 3:53 p.m.26 views

CVE-2024-58056

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix idafree call while not allocated In the rprocalloc function, on error, putdevice&rproc-dev is called, leading to the call of the rproctyperelease function. An error can occurs before idaalloc is called. In...

5.5CVSS5.7AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 3:53 p.m.146 views

CVE-2024-58056

The CVE-2024-58056 entry documents a Linux kernel remoteproc issue in which rproc_alloc() can trigger ida_free() via rproc_type_release() on an error path before ida_alloc() has been called. The underlying cause is rproc->index being initialized to 0, making rproc->index >= 0 true when t...

5.5CVSS7.1AI score0.00179EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2025/03/06 12:00 a.m.19 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 an unallocated call to idafree...

5.5CVSS6.5AI score0.00179EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.20 views

CVE-2024-38629 dmaengine: idxd: Avoid unnecessary destruction of file_ida

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

6.7AI score0.00233EPSS
SaveExploits0References3
Rows per page
Query Builder