CVE-2023-53325
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/09/2025
Last modified:
17/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()<br />
<br />
Change logging from drm_{err,info}() to dev_{err,info}() in functions<br />
mtk_dp_aux_transfer() and mtk_dp_aux_do_transfer(): this will be<br />
essential to avoid getting NULL pointer kernel panics if any kind<br />
of error happens during AUX transfers happening before the bridge<br />
is attached.<br />
<br />
This may potentially start happening in a later commit implementing<br />
aux-bus support, as AUX transfers will be triggered from the panel<br />
driver (for EDID) before the mtk-dp bridge gets attached, and it&#39;s<br />
done in preparation for the same.