CVE Vulnerabilities

CVE-2023-52461

Published: Feb 23, 2024 | Modified: Feb 23, 2024
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

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

drm/sched: Fix bounds limiting when given a malformed entity

If were given a malformed entity in drm_sched_entity_init()–shouldnt happen, but we verify–with out-of-bounds priority value, we set it to an allowed value. Fix the expression which sets this limit.

References