PT-2024-11107 · Linux+1 · Linux Kernel+1
Colin Ian King
·
Published
2021-04-20
·
Updated
2024-12-09
·
CVE-2021-47003
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to a potential null dereference on a pointer status in the Linux kernel's dmaengine: idxd component. There are calls to
idxd cmd exec that pass a null status pointer, and a recent commit has added an assignment to *status that can end up with a null pointer dereference. The function expects a null status pointer sometimes, as there is a later assignment to *status where status is first null checked. The issue is fixed by null checking status before making the assignment.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Suse