Security Advisory

CVE-2023-52694

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-17 14:27:27
Last updated 2026-05-11 19:31:50
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function With tpd12s015_remove() marked with __exit this function is discarded when the driver is compiled as a built-in. The result is that when the driver unbinds there is no cleanup done which results in resource leakage or worse.