CVE-2024-36914

Updated on 30 May 2024

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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.

Details

Affected packages:
kernel @ 4.18.0 (+7 more)

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.

Fixes