Bugzilla – Bug 1220322
VUL-0: CVE-2023-52461: kernel-source,kernel-source-azure,kernel-source-rt: drm/sched: Fix bounds limiting when given a malformed entity
Last modified: 2024-06-25 18:11:54 UTC
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. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-52461 https://www.cve.org/CVERecord?id=CVE-2023-52461 https://git.kernel.org/stable/c/1470d173925d697b497656b93f7c5bddae2e64b2 https://git.kernel.org/stable/c/2bbe6ab2be53858507f11f99f856846d04765ae3 https://bugzilla.redhat.com/show_bug.cgi?id=2265796
Buggy commit is only on stable, which already has the fix, just a changelog update is left to do
All done, closing.