CVE-2023-53596 Details
Description
In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devres_release_all() 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 where the device might never get freed if a managed resource holds a reference to the device. This is happening in the DRM framework for example. We should thus call devres_release_all() in the device_del() function to make sure that the device-managed actions are properly executed when the device is unregistered, even if it has neither a bus nor a driver. This is effectively the same change than commit 2f8d16a996da ("devres: release resources on device_del()") that got reverted by commit a525a3ddeaca ("driver core: free devres in device_release") over memory leaks concerns. This patch effectively combines the two commits mentioned above to release the resources both on device_del() and device_release() and get the best of both worlds.
A vulnerability exists in the Linux kernel's device unregistration process, particularly affecting bus-less or driver-less devices. The issue arises because the function responsible for releasing managed resources is only called for devices with an associated bus and that have been probed. As a result, devices may not be properly freed if a managed resource retains a reference to them, leading to potential memory leaks. This problem is evident in the Direct Rendering Manager (DRM) framework. The vulnerability has been addressed by modifying the device deletion process to ensure that managed resources are released, even for devices lacking a bus or driver.
The vulnerability has been fixed in the Linux kernel by updating the device_del function to call devres_release_all for all devices, regardless of their bus or driver status. Users should upgrade to the latest version of the Linux kernel where this fix has been applied.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/297992e5c63528e603666e36081836204fc36ec9 | kernel.org | Patch |
| https://git.kernel.org/stable/c/3bcc4c2a096e8342c8c719e595ce15de212694dd | kernel.org | Patch |
| https://git.kernel.org/stable/c/699fb50d99039a50e7494de644f96c889279aca3 | kernel.org | Patch |
| https://git.kernel.org/stable/c/83e2ec36a92432e9445e853c12becbbae353b511 | kernel.org | Patch |
| https://git.kernel.org/stable/c/b9ef4b0aa91d2f9f5951faafdbbd47cf01799ec3 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c8c426fae26086a0ca8ab6cc6da2de79810ec038 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-415 | Double Free | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 3.7, < 5.10.258 >= 5.11, < 5.15.209 >= 5.16, < 6.1.53 >= 6.2, < 6.4.16 >= 6.5, < 6.5.3 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 18, 2026 | Modified Analysis | [email protected] |
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 1, 2026 | CVE Modified | kernel.org |
| Mar 21, 2026 | Modified Analysis | [email protected] |
| Feb 6, 2026 | Initial Analysis | [email protected] |
| Oct 4, 2025 | New CVE Received | kernel.org |