Vulnerability CVE-2024-36914


Published: 2024-05-30

Description:
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:
https://git.kernel.org/stable/c/951a498fa993c5501994ec2df97c9297b02488c7
https://git.kernel.org/stable/c/e9baa7110e9f3756bd5a812af376c288d9be894d
https://git.kernel.org/stable/c/ecedd99a9369fb5cde601ae9abd58bca2739f1ae

Copyright 2026, cxsecurity.com

 

Back to Top