[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2024081751-CVE-2024-42309-9560@gregkh>
Date: Sat, 17 Aug 2024 11:10:14 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: CVE-2024-42309: drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
In psb_intel_lvds_get_modes(), the return value of drm_mode_duplicate() is
assigned to mode, which will lead to a possible NULL pointer dereference
on failure of drm_mode_duplicate(). Add a check to avoid npd.
The Linux kernel CVE team has assigned CVE-2024-42309 to this issue.
Affected and fixed versions
===========================
Issue introduced in 3.3 with commit 89c78134cc54 and fixed in 6.1.103 with commit f70ffeca5464
Issue introduced in 3.3 with commit 89c78134cc54 and fixed in 6.6.44 with commit 46d2ef272957
Issue introduced in 3.3 with commit 89c78134cc54 and fixed in 6.10.3 with commit 475a5b3b7c8e
Issue introduced in 3.3 with commit 89c78134cc54 and fixed in 6.11-rc1 with commit 2df7aac81070
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2024-42309
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
drivers/gpu/drm/gma500/psb_intel_lvds.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/f70ffeca546452d1acd3a70ada56ecb2f3e7f811
https://git.kernel.org/stable/c/46d2ef272957879cbe30a884574320e7f7d78692
https://git.kernel.org/stable/c/475a5b3b7c8edf6e583a9eb59cf28ea770602e14
https://git.kernel.org/stable/c/2df7aac81070987b0f052985856aa325a38debf6
Powered by blists - more mailing lists