5.5
CVE-2021-47002
- EPSS 0.24%
- Veröffentlicht 28.02.2024 09:15:38
- Zuletzt bearbeitet 12.05.2026 10:16:36
- CVE-Watchlists
- Unerledigt
SUNRPC: Fix null pointer dereference in svc_rqst_free()
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")Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version < 5.10.221
Linux ≫ Linux Kernel Version >= 5.11 < 5.11.22
Linux ≫ Linux Kernel Version >= 5.12 < 5.12.5
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.24% | 0.143 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| NIST | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.
https://git.kernel.org/stable/c/1e10f58f1c9a6b667b045513c7a4e6111c24fe7c
https://git.kernel.org/stable/c/3de81c1e84bf84803308da3272a829a7655c5336
https://git.kernel.org/stable/c/b9f83ffaa0c096b4c832a43964fe6bff3acffe10
https://git.kernel.org/stable/c/c664aaec9aee544538a78ba4893a44bc73a6d742
https://cert-portal.siemens.com/productcert/html/ssa-265688.html