Lucene search

K
redhatcveRedhat.comRH:CVE-2021-47002
HistoryFeb 29, 2024 - 8:02 a.m.

CVE-2021-47002

2024-02-2908:02:01
redhat.com
access.redhat.com
4
linux kernel
cve-2021-47002
null pointer dereference
sunrpc
svc_rqst_free
alloc_pages_node
put_page

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svc_rqst_free() When alloc_pages_node() returns null in svc_rqst_alloc(), the null rq_scratch_page pointer will be dereferenced when calling put_page() in svc_rqst_free(). Fix it by adding a null check. Addresses-Coverity: (“Dereference after null check”)

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%