CVE-2021-47649
MEDIUMLinux Kernel 4.20-5.4.188 - Denial of Service via Zero Page Count in udmabuf
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: udmabuf: validate ubuf->pagecount Syzbot has reported GPF in sg_alloc_append_table_from_pages(). The problem was in ubuf->pages == ZERO_PTR. ubuf->pagecount is calculated from arguments passed from user-space. If user creates udmabuf with list.size == 0 then ubuf->pagecount will be also equal to zero; it causes kmalloc_array() to return ZERO_PTR. Fix it by validating ubuf->pagecount before passing it to kmalloc_array().
References (6)
Core 6
Core References
Scores
CVSS v3
5.5
EPSS
0.0024
EPSS Percentile
15.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
Status
published
Products (15)
Linux/Linux
< 4.20
Linux/Linux
4.20
Linux/Linux
5.10.110 - 5.10.*
Linux/Linux
5.15.33 - 5.15.*
Linux/Linux
5.16.19 - 5.16.*
Linux/Linux
5.17.2 - 5.17.*
Linux/Linux
5.18
Linux/Linux
5.4.189 - 5.4.*
Linux/Linux
fbb0de795078190a9834b3409e4b009cfb18a6d4 - 2b6dd600dd72573c23ea180b5b0b2f1813405882
Linux/Linux
fbb0de795078190a9834b3409e4b009cfb18a6d4 - 5d50f851dd307c07ca5591297093f19967c834a9
... and 5 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026