Bug 2420346 (CVE-2023-53864) - CVE-2023-53864 kernel: drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()
Summary: CVE-2023-53864 kernel: drm/mxsfb: Disable overlay plane in mxsfb_plane_overla...
Keywords:
Status: NEW
Alias: CVE-2023-53864
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 02:04 UTC by OSIDB Bzimport
Modified: 2025-12-19 13:25 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 02:04:35 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()

When disabling overlay plane in mxsfb_plane_overlay_atomic_update(),
overlay plane's framebuffer pointer is NULL.  So, dereferencing it would
cause a kernel Oops(NULL pointer dereferencing).  Fix the issue by
disabling overlay plane in mxsfb_plane_overlay_atomic_disable() instead.


Note You need to log in before you can comment on or make changes to this bug.