5.5
CVE-2021-47260
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 24.12.2024 16:35:01
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfs_get_client() None of the callers are expecting NULL returns from nfs_get_client() so this code will lead to an Oops. It's better to return an error pointer. I expect that this is dead code so hopefully no one is affected.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 3.17 < 4.4.273
Linux ≫ Linux Kernel Version >= 4.5 < 4.9.273
Linux ≫ Linux Kernel Version >= 4.10 < 4.14.237
Linux ≫ Linux Kernel Version >= 4.15 < 4.19.195
Linux ≫ Linux Kernel Version >= 4.20 < 5.4.126
Linux ≫ Linux Kernel Version >= 5.5 < 5.10.44
Linux ≫ Linux Kernel Version >= 5.11 < 5.12.11
Linux ≫ Linux Kernel Version5.13 Updaterc1
Linux ≫ Linux Kernel Version5.13 Updaterc2
Linux ≫ Linux Kernel Version5.13 Updaterc3
Linux ≫ Linux Kernel Version5.13 Updaterc4
Linux ≫ Linux Kernel Version5.13 Updaterc5
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.01% | 0.011 |
| 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.