๐Ÿ” CVE Alert

CVE-2023-53851

UNKNOWN 0.0

drm/msm/dp: Drop aux devices together with DP controller

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device which the devres is tied to is the DPUs (drm_dev->dev), which may be happen after the DP controller is torn down. Indications of this can be seen in the commonly seen EDID-hexdump full of zeros in the log, or the occasional/rare KASAN fault where the panel's attempt to read the EDID information causes a use after free on DP resources. It's tempting to move the devres to the DP controller's struct device, but the resources used by the device(s) on the aux bus are explicitly torn down in the error path. The KASAN-reported use-after-free also remains, as the DP aux "module" explicitly frees its devres-allocated memory in this code path. As such, explicitly depopulate the aux bus in the error path, and in the component unbind path, to avoid these issues. Patchwork: https://patchwork.freedesktop.org/patch/542163/

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 9, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
2b57f726611e294dc4297dd48eb8c98ef1938e82 < e09ed06938807cb113cddd0708ed74bd8cdaff33 2b57f726611e294dc4297dd48eb8c98ef1938e82 < 2fde37445807e6e6d7981402d0bf1be0e5d81291 2b57f726611e294dc4297dd48eb8c98ef1938e82 < a7bfb2ad2184a1fba78be35209b6019aa8cc8d4d 8768663188e4169333f66583e4d2432e65c421df
Linux / Linux
6.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/e09ed06938807cb113cddd0708ed74bd8cdaff33 git.kernel.org: https://git.kernel.org/stable/c/2fde37445807e6e6d7981402d0bf1be0e5d81291 git.kernel.org: https://git.kernel.org/stable/c/a7bfb2ad2184a1fba78be35209b6019aa8cc8d4d