CVE-2024-49914
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
21/10/2024
Last modified:
09/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipe<br />
<br />
This commit addresses a null pointer dereference issue in the<br />
`dcn20_program_pipe` function. The issue could occur when<br />
`pipe_ctx->plane_state` is null.<br />
<br />
The fix adds a check to ensure `pipe_ctx->plane_state` is not null<br />
before accessing. This prevents a null pointer dereference.<br />
<br />
Reported by smatch:<br />
drivers/gpu/drm/amd/amdgpu/../display/dc/hwss/dcn20/dcn20_hwseq.c:1925 dcn20_program_pipe() error: we previously assumed &#39;pipe_ctx->plane_state&#39; could be null (see line 1877)
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



