Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2021-47002
HistoryFeb 28, 2024 - 9:15 a.m.

CVE-2021-47002

2024-02-2809:15:38
Debian Security Bug Tracker
security-tracker.debian.org
9
linux kernel
vulnerability
sunrpc
null pointer
dereference
fix

AI Score

6.7

Confidence

High

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.7

Confidence

High

EPSS

0

Percentile

15.5%