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-53235

7.8 · HIGH
Published Sep 15, 2025 linux CWE-416 EPSS 0.16% (6th pctl)

Overview

CVE-2023-53235 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 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:

drm/tests: helpers: Avoid a driver uaf

when using __drm_kunit_helper_alloc_drm_device() 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

frees it. Fix this by simply make the driver device-managed as well.

In short, the sequence leading to the UAF is as follows:

INIT:

Code allocates a struct device as a kunit-managed resource.

Code allocates a drm driver as a kunit-managed resource.

Code allocates a drm device as a device-managed resource.

EXIT:

Kunit resource cleanup frees the drm driver

Kunit resource cleanup puts the struct device, which starts a

device-managed resource cleanup

device-managed cleanup calls drm_dev_put()

drm_dev_put() dereferences the (now freed) drm driver -> Boom.

Related KASAN message:

[55272.551542] ==================================================================

[55272.551551] BUG:

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 >= 6.3, < 6.5.5 Affected

Frequently Asked Questions

What is CVE-2023-53235?

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

How severe is CVE-2023-53235?

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-53235?

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-53235?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53235 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.