Lucene search
+L

18 matches found

SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.6 views

SUSE CVE-2026-64377

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

5.7AI score0.00168EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64377

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

5.4AI score0.00168EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64473

In the Linux kernel, the following vulnerability has been resolved: vfio: Remove device debugfs before releasing devres VFIO device debugfs files created with debugfscreatedevmseqfile store a devres allocated debugfsdevmentry as inode private data. vfiounregistergroupdev currently calls...

5.7AI score0.00175EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.6 views

SUSE CVE-2023-53596

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

5.5CVSS6.6AI score0.00143EPSS
SaveExploits0References16
NVD
NVD
added 2025/10/04 4:15 p.m.8 views

CVE-2023-53596

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

7.8CVSS0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.17 views

CVE-2023-53596 drivers: base: Free devm resources when unregistering a device

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devresreleaseall only gets called if the device has a bus and has been probed. This leads to issues when using bus-less or driver-less devices...

0.00143EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.11 views

kernel: devres: Fix memory leakage caused by driver API devm_free_percpu()

In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devmfreepercpu It will cause memory leakage when use driver API devmfreepercpu to free memory allocated by devmallocpercpu, fixed by using devresrelease instead of devresdestroy...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/05/02 12:0 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 the dwc2 driver not releasing devres at suspend/resume, which could lead to a memory leak...

5.5CVSS6.3AI score0.00192EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.1 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: devres: A memory leak caused by the driver API devmfreepercpu has been fixed. A memory leak occurs when the driver API devmfreepercpu is used to release memory allocated by devmallocpercpu. This issue was addressed by using...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 2:15 p.m.18 views

CVE-2024-56545

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: streamline driver probe to avoid devres issues It was found that unloading 'hidhyperv' module results in a devres complaint: ... hvvmbus: unregistering driver hidhyperv ------------ cut here ------------ WARNING: CPU...

5.5CVSS0.00213EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 2:15 p.m.7 views

UBUNTU-CVE-2024-56545

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: streamline driver probe to avoid devres issues It was found that unloading 'hidhyperv' module results in a devres complaint: ... hvvmbus: unregistering driver hidhyperv ------------ cut here ------------ WARNING: CPU...

5.5CVSS6.5AI score0.00213EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2024/11/12 12:0 a.m.6 views

PT-2025-40759

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the device resource management within the drivers base code. Specifically, device resources are not always freed when a device is unregistered,...

7.8CVSS7.1AI score0.00143EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.10 views

SUSE CVE-2024-43871

In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devmfreepercpu It will cause memory leakage when use driver API devmfreepercpu to free memory allocated by devmallocpercpu, fixed by using devresrelease instead of devresdestroy...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References18
OSV
OSV
added 2024/08/21 1:15 a.m.3 views

DEBIAN-CVE-2024-43871

In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devmfreepercpu It will cause memory leakage when use driver API devmfreepercpu to free memory allocated by devmallocpercpu, fixed by using devresrelease instead of devresdestroy...

5.5CVSS5.6AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 1:15 a.m.8 views

UBUNTU-CVE-2024-43871

In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devmfreepercpu It will cause memory leakage when use driver API devmfreepercpu to free memory allocated by devmallocpercpu, fixed by using devresrelease instead of devresdestroy...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References27
SUSE CVE
SUSE CVE
added 2024/08/02 2:10 a.m.9 views

SUSE CVE-2024-41087

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ataportalloc call in atahostalloc fails, we will jump to the errout label, which will call devresreleasegroup. devresreleasegroup will trigger a call to atahostrelease...

7CVSS6.3AI score0.00244EPSS
SaveExploits0References27
OSV
OSV
added 2024/07/29 4:15 p.m.2 views

DEBIAN-CVE-2024-41087

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ataportalloc call in atahostalloc fails, we will jump to the errout label, which will call devresreleasegroup. devresreleasegroup will trigger a call to atahostrelease...

7.8CVSS5.6AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.11 views

UBUNTU-CVE-2024-41087

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ataportalloc call in atahostalloc fails, we will jump to the errout label, which will call devresreleasegroup. devresreleasegroup will trigger a call to atahostrelease...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References33
Rows per page
Query Builder