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")
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-02-28 09:15
Updated : 2024-07-05 08:15
NVD link : CVE-2021-47002
Mitre link : CVE-2021-47002
CVE.ORG link : CVE-2021-47002
JSON object : View
Products Affected
No product.
CWE
No CWE.
