
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a vulnerability was discovered in the DisplayPort (DP) driver for MSM platforms. The issue occurs when handling EDID (Extended Display Identification Data) checksums during DP CTS test case 4.2.2.6. The vulnerability was disclosed in February 2025 and affects the drm/msm/dp subsystem (NVD).
The vulnerability stems from a NULL pointer dereference in the dp_panel_handle_sink_request() function. During DRM EDID read operations, the correct EDID checksum is calculated and stored in connector::real_edid_checksum. However, the struct dp_panel::connector is never assigned, while the connector is incorrectly stored in struct msm_dp::connector. When running compliance test case 4.2.2.6, which intentionally uses valid EDID with bad checksum, the code attempts to access the connector's real_edid_checksum through an uninitialized pointer (Kernel Commit).
When triggered, this vulnerability results in a NULL pointer dereference that can cause a kernel crash, leading to a denial of service condition. This is particularly impactful during DisplayPort compliance testing scenarios.
The vulnerability is triggered during specific DisplayPort compliance testing scenarios, particularly test case 4.2.2.6. The issue requires access to the DisplayPort subsystem and the ability to manipulate EDID data. No known exploits in the wild have been reported (NVD).
The issue has been fixed by properly populating the panel connector at msm_dp_modeset_init(). The fix involves assigning dp_display->connector to dp_priv->panel->connector before it's used. The patch has been merged into the Linux kernel (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."