CVE-2023-53864
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's mxsfb driver where the overlay plane's framebuffer pointer is NULL when disabling the overlay plane in the function mxsfb_plane_overlay_atomic_update(). Dereferencing this NULL pointer causes a kernel Oops (a type of kernel crash). The fix involves disabling the overlay plane in a different function, mxsfb_plane_overlay_atomic_disable(), to avoid the NULL pointer dereference.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel Oops) due to a NULL pointer dereference in the mxsfb overlay plane handling. Such crashes can lead to system instability, potential denial of service, and disruption of normal operations on affected systems.