CyberAlerts is shutting down on June 30th, 2025. Thank you for your support!

CVE-2024-42227: drm/amd/display: Fix overlapping copy within dml_core_mode_programming

Description

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

drm/amd/display: Fix overlapping copy within dml_core_mode_programming

[WHY]
&mode_lib->mp.Watermark and &locals->Watermark are
the same address. memcpy may lead to unexpected behavior.

[HOW]
memmove should be used.

Classification

CVE ID: CVE-2024-42227

Affected Products

Vendor: Linux

Product: Linux

Exploit Prediction Scoring System (EPSS)

EPSS Score: 0.04% (probability of being exploited)

EPSS Percentile: 11.64% (scored less or equal to compared to others)

EPSS Date: 2025-02-14 (when was this score calculated)

References

https://git.kernel.org/stable/c/9342da15f2491d8600eca89c8e0da08876fb969b
https://git.kernel.org/stable/c/f1fd8a0a54e6d23a6d16ee29159f247862460fd1

Timeline