NONE · 0

CVE-2023-54047

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dw_hdmi: cleanup drm encoder during unbind This fixes a use-after-free crash during rmmod. The DRM encoder is embed...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dw_hdmi: cleanup drm encoder during unbind This fixes a use-after-free crash during rmmod. The DRM encoder is embedded inside the larger rockchip_hdmi, which is allocated with the component. The component memory gets freed before the main drm device is destroyed. Fix it by running encoder cleanup before tearing down its container. [moved encoder cleanup above clk_disable, similar to bind-error-path]

References

FAQ

What is CVE-2023-54047?

CVE-2023-54047 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dw_hdmi: cleanup drm encoder during unbind This fixes a use-after-free crash during rmmod. The DRM encoder is embed...

How severe is CVE-2023-54047?

CVSS scoring is not yet available for CVE-2023-54047. Check NVD for updates.

Is there a patch for CVE-2023-54047?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.