CVE-2024-26874: drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip

Published Apr 17, 2024
·
Updated

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

drm/mediatek: Fix a null pointer crash in mtkdrmcrtcfinishpageflip

It's possible that mtkcrtc->event is NULL in mtkdrmcrtcfinishpageflip().

pendingneedsvblank value is set by mtkcrtc->event, but in mtkdrmcrtcatomicflush(), it's is not guarded by the same lock in mtkdrmfinishpageflip(), thus a race condition happens.

Consider the following case:

CPU1 CPU2 step 1: mtkdrmcrtcatomicbegin() mtkcrtc->event is not null, step 1: mtkdrmcrtcatomicflush: mtkdrmcrtcupdateconfig( !!mtkcrtc->event) step 2: mtkcrtcddpirq -> mtkdrmfinishpageflip: lock mtkcrtc->event set to null, pendingneedsvblank set to false unlock pendingneedsvblank set to true,

step 2: mtkcrtcddpirq -> mtkdrmfinishpageflip called again, pendingneedsvblank is still true //null pointer

Instead of guarding the entire mtkdrmcrtcatomicflush(), it's more efficient to just check if mtkcrtc->event is null before use.

Affected Software

10 affected componentsFixes available
Linux Linux kernel>=4.7<4.19.311
Linux Linux kernel>=4.20<5.4.273
Linux Linux kernel>=5.5<5.10.214
Linux Linux kernel>=5.11<5.15.153
Linux Linux kernel>=5.16<6.1.83
Linux Linux kernel>=6.2<6.6.23
Linux Linux kernel>=6.7<6.7.11
Linux Linux kernel>=6.8<6.8.2
Debian Debian Linux=10.0
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.25-16.12.27-1

Event History

Apr 17, 2024
CVE Published
via MITRE·10:27 AM
Data Sourced
via MITRE·10:27 AM
Description
Jun 8, 2024
Data Sourced
via Launchpad·01:08 AM
Description
Apr 28, 2025
Data Sourced
via Ubuntu·02:20 PM
RemedyDescriptionSeverityAffected Software
Data Sourced
via Debian·02:21 PM
DescriptionAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2024-26874?

CVE-2024-26874 has been classified as a moderate severity vulnerability in the Linux kernel.

2

How do I fix CVE-2024-26874?

To fix CVE-2024-26874, you should upgrade your Linux kernel to one of the patched versions: 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.11-1, or 6.12.12-1.

3

What are the potential impacts of CVE-2024-26874?

The potential impacts of CVE-2024-26874 include a null pointer dereference which may lead to system crashes.

4

What components of the Linux kernel are affected by CVE-2024-26874?

CVE-2024-26874 specifically affects the Driver for MediaTek graphics within the Linux kernel.

5

Is CVE-2024-26874 present in specific Linux distributions?

Yes, CVE-2024-26874 is present in certain versions of the Linux package available in Debian.

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