← Back to CVE List

CVE-2023-52461

Published: 2024-02-23T15:15Z
Last Modified: 2025-03-26T11:41Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drm_sched_entity_init()--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the expression which sets this limit. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt