5.5
CVE-2021-47179
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:09
- Zuletzt bearbeitet 21.11.2024 06:35:34
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() Commit de144ff4234f changes _pnfs_return_layout() to call pnfs_mark_matching_lsegs_return() passing NULL as the struct pnfs_layout_range argument. Unfortunately, pnfs_mark_matching_lsegs_return() doesn't check if we have a value here before dereferencing it, causing an oops. I'm able to hit this crash consistently when running connectathon basic tests on NFS v4.1/v4.2 against Ontap.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 4.9.269 < 4.9.271
Linux ≫ Linux Kernel Version >= 4.14.233 < 4.14.235
Linux ≫ Linux Kernel Version >= 4.19.191 < 4.19.193
Linux ≫ Linux Kernel Version >= 5.4.118 < 5.4.124
Linux ≫ Linux Kernel Version >= 5.10.36 < 5.10.42
Linux ≫ Linux Kernel Version >= 5.12.3 < 5.12.9
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.01% | 0.018 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 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.