Lucene search
K

23 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

A Null pointer dereference problem was detected in idafree in lib/idr.c within the Linux Kernel. This issue may allow an attacker using this library to cause a denial of service problem due to a lack of proper checks at function returns...

6.2CVSS6.6AI score0.00258EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/05/07 2:18 a.m.9 views

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

5.7AI score0.0012EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ALSA: Timer: Fix for the idafree call being called when the ID is not allocated. In the sndutimercreate function, if the kasprintf function returns NULL, the sndutimerputid function will be called, ultimately using idafree to fre...

5.5CVSS5.9AI score0.00143EPSS
Exploits0References3
NVD
NVD
added 2025/10/04 4:15 p.m.5 views

CVE-2023-53613

In the Linux kernel, the following vulnerability has been resolved: dax: Fix daxmappingrelease use after free A CONFIGDEBUGKOBJECTRELEASE test of removing a device-dax region provider like modprobe -r daxhmem yields: kobject: 'mapping0' ffff93eb460e8800: kobjectrelease, parent 0000000000000000...

7.8CVSS0.00139EPSS
Exploits0References6
OSV
OSV
added 2025/10/04 4:15 p.m.4 views

UBUNTU-CVE-2023-53613

In the Linux kernel, the following vulnerability has been resolved: dax: Fix daxmappingrelease use after free A CONFIGDEBUGKOBJECTRELEASE test of removing a device-dax region provider like modprobe -r daxhmem yields: kobject: 'mapping0' ffff93eb460e8800: kobjectrelease, parent 0000000000000000...

7.8CVSS5.9AI score0.00139EPSS
Exploits0References9
OSV
OSV
added 2025/10/04 3:44 p.m.7 views

CVE-2023-53613 dax: Fix dax_mapping_release() use after free

In the Linux kernel, the following vulnerability has been resolved: dax: Fix daxmappingrelease use after free A CONFIGDEBUGKOBJECTRELEASE test of removing a device-dax region provider like modprobe -r daxhmem yields: kobject: 'mapping0' ffff93eb460e8800: kobjectrelease, parent 0000000000000000...

7.8CVSS6.5AI score0.00139EPSS
Exploits0References9
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

UBUNTU-CVE-2022-50303

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfdprocessdeviceinitvm returns failure after vm is converted to compute vm and vm-pasid set to compute pasid, KFD will not take pdd-drmfile reference. As a result, drm close file...

7.8CVSS5.7AI score0.00151EPSS
Exploits0References6
NVD
NVD
added 2025/09/11 5:15 p.m.6 views

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.5CVSS0.00143EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/09/11 4:56 p.m.7 views

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.00143EPSS
Exploits0
OSV
OSV
added 2025/09/11 4:56 p.m.6 views

CVE-2025-39765 ALSA: timer: fix ida_free call while not allocated

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.1AI score0.00143EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/09/11 12:0 a.m.5 views

PT-2025-37223

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.15.8 Description: A flaw exists in the Linux kernel's ALSA timer functionality. Specifically, within the snd utimer create function, a potential issue arises if the kasprintf function returns NULL. This can le...

6.3AI score0.00143EPSS
Exploits0References5
OSV
OSV
added 2025/03/06 5:15 p.m.3 views

UBUNTU-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.5CVSS6.5AI score0.00172EPSS
Exploits0References19
OSV
OSV
added 2025/03/06 4:15 p.m.3 views

UBUNTU-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.5CVSS6.5AI score0.00171EPSS
Exploits0References20
Cvelist
Cvelist
added 2025/03/06 3:53 p.m.22 views

CVE-2024-58056 remoteproc: core: Fix ida_free call while not allocated

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

0.00171EPSS
Exploits0References5
OSV
OSV
added 2025/03/06 3:53 p.m.19 views

CVE-2024-58056 remoteproc: core: Fix ida_free call while not allocated

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.5CVSS6AI score0.00171EPSS
Exploits0References10
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.3 views

kernel: Null Pointer Dereference vulnerability in ida_free in lib/idr.c

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 service problem due to a missing check at a function return...

6.2CVSS6.8AI score0.00258EPSS
Exploits0References5
NVD
NVD
added 2024/05/22 7:15 a.m.22 views

CVE-2021-47453

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

5.5CVSS6.5AI score0.00196EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.26 views

CVE-2021-47453

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

5.5CVSS5.8AI score0.00196EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.21 views

CVE-2021-47453 ice: Avoid crash from unnecessary IDA free

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

6.9AI score0.00196EPSS
Exploits0References2
OSV
OSV
added 2024/02/08 11:6 a.m.12 views

OESA-2024-1143 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel before 6.4.5, drivers/gpu/drm/drmatomic.c has a use-after-free during a race condition between a nonblocking atomic commit and a driver unload.CVE-2023-51043 A use-after-free flaw was found in the Linux Kernel...

7CVSS6.6AI score0.00258EPSS
Exploits0References4
Rows per page
Query Builder