Lucene search
+L

253 matches found

OSV
OSV
added 2025/09/15 3:15 p.m.8 views

UBUNTU-CVE-2023-53235

In the Linux kernel, the following vulnerability has been resolved: drm/tests: helpers: Avoid a driver uaf when using drmkunithelperallocdrmdevice the driver may be dereferenced by device-managed resources up until the device is freed, which is typically later than the kunit-managed resource code...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.8 views

UBUNTU-CVE-2023-53249

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:46 p.m.7 views

CVE-2023-53249 clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS5.9AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/15 2:22 p.m.13 views

CVE-2023-53235 drm/tests: helpers: Avoid a driver uaf

In the Linux kernel, the following vulnerability has been resolved: drm/tests: helpers: Avoid a driver uaf when using drmkunithelperallocdrmdevice the driver may be dereferenced by device-managed resources up until the device is freed, which is typically later than the kunit-managed resource code...

0.00153EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 2:22 p.m.5 views

CVE-2023-53235 drm/tests: helpers: Avoid a driver uaf

In the Linux kernel, the following vulnerability has been resolved: drm/tests: helpers: Avoid a driver uaf when using drmkunithelperallocdrmdevice the driver may be dereferenced by device-managed resources up until the device is freed, which is typically later than the kunit-managed resource code...

7.8CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/09/15 2:22 p.m.33 views

CVE-2023-53235

CVE-2023-53235: In the Linux kernel, a use-after-free can occur in drm_dev_put() during device-managed cleanup when a driver is freed after kunit-managed resources. The root cause is dereferencing a driver that has become freed due to mismatched resource lifetimes (driver allocated as kunit-manag...

7.8CVSS6AI score0.00153EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/15 2:22 p.m.1 views

CVE-2023-53235 drm/tests: helpers: Avoid a driver uaf

In the Linux kernel, the following vulnerability has been resolved: drm/tests: helpers: Avoid a driver uaf when using drmkunithelperallocdrmdevice the driver may be dereferenced by device-managed resources up until the device is freed, which is typically later than the kunit-managed resource code...

8AI score0.00153EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.5 views

PT-2025-37694

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue was resolved in the Linux kernel related to the nvidia-shield HID device. The vulnerability occurred because the input device name was freed during device...

6.1AI score0.00177EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.4 views

PT-2025-37610

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue where the return value of the devm kcalloc function is not checked. This can lead to a NULL pointer dereference if devm kcalloc returns NULL...

6.1AI score0.00145EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/11 4:56 p.m.13 views

CVE-2025-39771 regulator: pca9450: Use devm_register_sys_off_handler

In the Linux kernel, the following vulnerability has been resolved: regulator: pca9450: Use devmregistersysoffhandler With module test, there is error dump: ------------ cut here ------------ notifier callback pca9450i2crestarthandler already registered WARNING: kernel/notifier.c:23 at...

0.00119EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:46 a.m.8 views

spi: fsl-qspi: use devm function instead of driver remove

...

5.5CVSS6.8AI score0.00243EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/08/24 4:7 p.m.7 views

CVE-2025-38631

In the Linux kernel, the following vulnerability has been resolved: clk: imx95-blk-ctl: Fix synchronous abort When enabling runtime PM for clock suppliers that also belong to a power domain, the following crash is thrown: error: synchronous external abort: 0000000096000010 1 PREEMPT SMP Workqueue...

7CVSS6.3AI score0.00155EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/24 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-38421

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. Th...

7.8CVSS6.3AI score0.00155EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-46769

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: spi: intel: Add check devmkasprintf returned value intelspipopulatechip use devmkasprintf to...

5.5CVSS5.3AI score0.00203EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/07/29 11:23 p.m.5 views

SUSE CVE-2025-38421

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.1CVSS6.5AI score0.00155EPSS
SaveExploits0References10
NVD
NVD
added 2025/07/25 3:15 p.m.12 views

CVE-2025-38421

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/25 3:15 p.m.3 views

DEBIAN-CVE-2025-38421

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS6.1AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 3:15 p.m.2 views

UBUNTU-CVE-2025-38421

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS5.7AI score0.00155EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2025/07/25 2:16 p.m.5 views

CVE-2025-38421

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS5.7AI score0.00155EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.16 views

CVE-2025-38421 platform/x86/amd: pmf: Use device managed allocations

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder