Lucene search
+L

240 matches found

EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32738

In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devmclknotifierregister devmclknotifierregister allocates a devres resource for clk notifier but didn't register that to the device, so the notifier didn't get unregistered on device detach and the allocat...

5.9AI score0.00142EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.3 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 unregistered devres resources and could lead to a memory leak...

5.8AI score0.00142EPSS
SaveExploits0References6
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.7 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
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-31882

Malicious code in bioql PyPI...

6.4AI score0.00139EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2024-53193

Malicious code in bioql PyPI...

7.3AI score0.00213EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/01 11:29 p.m.5 views

SUSE CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

6.7CVSS6.4AI score0.00139EPSS
SaveExploits0References19
OSV
OSV
added 2025/10/01 12:15 p.m.12 views

UBUNTU-CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

7.8CVSS5.9AI score0.00139EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/01 11:46 a.m.33 views

CVE-2023-53515

CVE-2023-53515 affects the Linux kernel virtio-mmio subsystem. The issue stems from allocating vm_dev with devres, which breaks the vm_dev lifecycle tied to a struct device; when the platform_device is removed, the memory is freed before vm_dev release, causing a use-after-free when the release c...

7.8CVSS6AI score0.00139EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/10/01 11:46 a.m.6 views

CVE-2023-53515 virtio-mmio: don't break lifecycle of vm_dev

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

6.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.12 views

CVE-2023-53515 virtio-mmio: don't break lifecycle of vm_dev

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

0.00139EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: drm/i915/huc: Fixed the issue where the fence wasn’t released in case of early probe errors. The feature of delaying the release of the fence, introduced with commit 27536e03271da drm/i915/huc: track delayed HuC load with a...

5.5CVSS6.3AI score0.00198EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.10 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.00237EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.4 views

SUSE CVE-2025-37837

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix warnings due to dmamfreecoherent Two WARNINGs are observed when SMMU driver rolls back upon failure: arm-smmu-v3.9.auto: Failed to register iommu arm-smmu-v3.9.auto: probe with driver arm-smmu-v3 failed...

5.5CVSS6.6AI score0.00243EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/09 7:16 a.m.8 views

UBUNTU-CVE-2025-37837

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix warnings due to dmamfreecoherent Two WARNINGs are observed when SMMU driver rolls back upon failure: arm-smmu-v3.9.auto: Failed to register iommu arm-smmu-v3.9.auto: probe with driver arm-smmu-v3 failed...

5.5CVSS6.2AI score0.00243EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/09 6:41 a.m.11 views

CVE-2025-37837 iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix warnings due to dmamfreecoherent Two WARNINGs are observed when SMMU driver rolls back upon failure: arm-smmu-v3.9.auto: Failed to register iommu arm-smmu-v3.9.auto: probe with driver arm-smmu-v3 failed...

6AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/05/04 4:17 p.m.8 views

CVE-2023-53054

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hwenable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: dwc2lowlevelhwenable - devmaddactionorreset. This adds a new devres each time. This may als...

5.5CVSS6.7AI score0.00192EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.4 views

SUSE CVE-2023-53054

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hwenable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: dwc2lowlevelhwenable - devmaddactionorreset. This adds a new devres each time. This may als...

5.5CVSS6.2AI score0.00192EPSS
SaveExploits0References9
NVD
NVD
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53054

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hwenable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: dwc2lowlevelhwenable - devmaddactionorreset. This adds a new devres each time. This may als...

5.5CVSS0.00192EPSS
SaveExploits0References5
Rows per page
Query Builder