Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53596

7.8 · HIGH
Published Oct 4, 2025 linux CWE-415 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53596 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.7, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2023-53596?

CVE-2023-53596 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53596?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-53596?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53596?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53596 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.