PT-2024-21550 · Linux +5 · Linux Kernel +5
Hsin-Yi Wang
·
Published
2024-02-23
·
Updated
2024-11-05
·
CVE-2024-26874
4.7
Medium
Base vector | Vector | AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions:
Linux kernel (affected versions not specified)
Description:
A null pointer crash has been fixed in the Linux kernel, specifically in the `drm/mediatek` module, related to the `mtk drm crtc finish page flip` function. The issue occurs when `mtk crtc->event` is NULL, causing a race condition between `mtk drm crtc atomic flush` and `mtk drm finish page flip`. This happens because `pending needs vblank` value is set by `mtk crtc->event`, but in `mtk drm crtc atomic flush`, it's not guarded by the same lock as in `mtk drm finish page flip`. The problem can be efficiently resolved by checking if `mtk crtc->event` is null before use.
Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Weakness Enumeration
Related Identifiers
Affected Products
References · 3127
- 🔥 https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/linux/local/cve_2023_0386_overlayfs_priv_esc.rb⭐ 35285 🔗 14255 · Exploit
- 🔥 https://github.com/Notselwyn/CVE-2024-1086⭐ 2382 🔗 318 · Exploit
- 🔥 https://github.com/xkaneiki/CVE-2023-0386⭐ 390 🔗 63 · Exploit
- 🔥 https://github.com/chenaotian/CVE-2023-0386⭐ 117 🔗 21 · Exploit
- 🔥 https://github.com/sxlmnwb/CVE-2023-0386⭐ 39 🔗 3 · Exploit
- 🔥 https://github.com/Fanxiaoyao66/CVE-2023-0386⭐ 15 🔗 5 · Exploit
- 🔥 https://github.com/LLfam/CVE-2024-1086⭐ 15 🔗 2 · Exploit
- 🔥 https://github.com/veritas501/CVE-2023-0386⭐ 10 🔗 3 · Exploit
- 🔥 https://github.com/MaherAzzouzi/CVE-2024-26817-amdkfd⭐ 7 🔗 2 · Exploit
- 🔥 https://github.com/CKevens/CVE-2023-0386⭐ 4 🔗 2 · Exploit
- 🔥 https://github.com/Satheesh575555/linux-4.19.72_CVE-2023-0386⭐ 4 🔗 2 · Exploit
- 🔥 https://github.com/3yujw7njai/CVE-2023-0386⭐ 4 🔗 2 · Exploit
- https://bdu.fstec.ru/vul/2024-09173 · Security Note
- https://bdu.fstec.ru/vul/2025-03928 · Security Note
- https://ubuntu.com/security/CVE-2024-35808 · Vendor Advisory