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

CVE-2024-46778: drm/amd/display: Check UnboundedRequestEnabled's value

Description

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

drm/amd/display: Check UnboundedRequestEnabled's value

CalculateSwathAndDETConfiguration_params_st's UnboundedRequestEnabled
is a pointer (i.e. dml_bool_t *UnboundedRequestEnabled), and thus
if (p->UnboundedRequestEnabled) checks its address, not bool value.

This fixes 1 REVERSE_INULL issue reported by Coverity.

Classification

CVE ID: CVE-2024-46778

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/4e2b49a85e7974d21364798c5d4aa8070aa864d9
https://git.kernel.org/stable/c/a7b38c7852093385d0605aa3c8a2efd6edd1edfd

Timeline