Lucene search
K

15 matches found

SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.1 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.00018EPSS
Exploits0References16
NVD
NVD
added 2025/10/04 4:15 p.m.2 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.00018EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.9 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.00018EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.2 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.00021EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/05/02 12:0 a.m.2 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.00044EPSS
Exploits0References5
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.5CVSS5.7AI score0.00021EPSS
Exploits0References3
NVD
NVD
added 2024/12/27 2:15 p.m.12 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.0005EPSS
Exploits0References4
OSV
OSV
added 2024/12/27 2:15 p.m.1 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.0005EPSS
Exploits0References19
Positive Technologies
Positive Technologies
added 2024/11/12 12:0 a.m.2 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.00018EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.1 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.00021EPSS
Exploits0References18
OSV
OSV
added 2024/08/21 1:15 a.m.1 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.00021EPSS
Exploits0References1
OSV
OSV
added 2024/08/21 1:15 a.m.0 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.00021EPSS
Exploits0References27
SUSE CVE
SUSE CVE
added 2024/08/02 2:10 a.m.1 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.00012EPSS
Exploits0References27
OSV
OSV
added 2024/07/29 4:15 p.m.1 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.00012EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.0 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.00012EPSS
Exploits0References33
Rows per page
Query Builder