Bugzilla – Bug 1225757
VUL-0: CVE-2024-36914: kernel: drm/amd/display: skip on writeback when it's not applicable
Last modified: 2024-06-14 12:55:20 UTC
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable [WHY] dynamic memory safety error detector (KASAN) catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain features which are not initialized. [HOW] Skip them when connector type is DRM_MODE_CONNECTOR_WRITEBACK. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36914 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-36914.mbox https://git.kernel.org/stable/c/951a498fa993c5501994ec2df97c9297b02488c7 https://git.kernel.org/stable/c/e9baa7110e9f3756bd5a812af376c288d9be894d https://git.kernel.org/stable/c/ecedd99a9369fb5cde601ae9abd58bca2739f1ae https://www.cve.org/CVERecord?id=CVE-2024-36914