VYPR
Unrated severityNVD Advisory· Published May 22, 2024· Updated May 4, 2025

drm: mxsfb: Fix NULL pointer dereference crash on unload

CVE-2021-47471

Description

In the Linux kernel, the following vulnerability has been resolved:

drm: mxsfb: Fix NULL pointer dereference crash on unload

The mxsfb->crtc.funcs may already be NULL when unloading the driver, in which case calling mxsfb_irq_disable() via drm_irq_uninstall() from mxsfb_unload() leads to NULL pointer dereference.

Since all we care about is masking the IRQ and mxsfb->base is still valid, just use that to clear and mask the IRQ.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

101

Patches

Vulnerability mechanics

References

3

News mentions

0

No linked articles in our index yet.