CVE-2026-90297: drm/sun4i: crtc: Propagate layer initialization error

Published Sep 17, 2026
·
Updated

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

drm/sun4i: crtc: Propagate layer initialization error

sun4icrtcinit() returns plain NULL when layer initialization fails, while all its other error paths return an error pointer. The only caller, sun4itconbind(), checks the result with ISERR() and happily continues with tcon->crtc set to NULL. sun4irgbinit() and sun4ilvdsinit() then dereference it in drmcrtcmask(), which oopses.

Return the error pointer instead.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

What conditions are required to trigger the failure?

Layer initialization in sun4i_crtc_init() must fail. The caller then treats the NULL return as success and later RGB or LVDS initialization dereferences the unset CRTC pointer in drm_crtc_mask(), causing an oops.

2

Which display paths are implicated?

The reported NULL-pointer dereference occurs in the sun4i RGB and LVDS initialization paths, sun4i_rgb_init() and sun4i_lvds_init().

3

How can I determine whether a system is affected?

Affected systems may produce a kernel oops during display initialization when layer initialization fails and the RGB or LVDS path subsequently runs. Review kernel logs for an oops involving drm_crtc_mask() in this initialization sequence.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203