In the Linux kernel, the following vulnerability has been resolved:
drm/plane: Move range check for format_count earlier
While the check for format_count > 64 in __drm_universal_plane_init()
shouldn't be hit (it's a WARN_ON), in its current position it will then
leak the plane->format_types array and fail to call
drm_mode_object_unregister() leaking the modeset identifier. Move it to
the start of the function to avoid allocating those resources in the
first place.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-26 06:37
Updated : 2025-10-14 19:07
NVD link : CVE-2021-47659
Mitre link : CVE-2021-47659
CVE.ORG link : CVE-2021-47659
JSON object : View
Products Affected
linux
- linux_kernel
CWE
