CVE-2023-23004
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-23004 is a vulnerability in the Linux kernel's ARM Mali Display Processor (Mali-DP) driver, discovered prior to kernel version 5.19. The vulnerability stems from a misinterpretation of the get_sg_table return value in the drivers/gpu/drm/arm/malidp_planes.c file, where the code incorrectly expects NULL in the error case, whereas it actually returns an error pointer (NVD, Ubuntu).

Technical details

The vulnerability exists in the malidp_planes.c file where the code incorrectly checks for a NULL return value instead of using IS_ERR() to check for error conditions from get_sg_table(). The fix involves changing the condition from if (!sgt) to if (IS_ERR(sgt)) to properly handle error cases (GitHub). The vulnerability has been assigned a CVSS 3 Severity Score of 5.5 (Medium) (Ubuntu).

Impact

The vulnerability could allow a local attacker to potentially cause a denial of service condition through system crashes. This primarily affects systems using the ARM Mali Display Processor driver (Ubuntu).

Mitigation and workarounds

The vulnerability has been fixed in Linux kernel version 5.19 and backported to various distribution kernels. Ubuntu has released fixes for affected versions including Ubuntu 22.04 LTS (version 5.15.0-79.86) and Ubuntu 20.04 LTS (version 5.4.0-174.193). Debian has also addressed this in version 5.10.178-3~deb10u1 for Debian 10 (Ubuntu, Debian).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-71142N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-core
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • rv
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-debug
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management