7.8

CVE-2022-50072

NFSv4/pnfs: Fix a use-after-free bug in open

In the Linux kernel, the following vulnerability has been resolved:

NFSv4/pnfs: Fix a use-after-free bug in open

If someone cancels the open RPC call, then we must not try to free
either the open slot or the layoutget operation arguments, since they
are likely still in use by the hung RPC call.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 4.19.247 < 4.19.256
LinuxLinux Kernel Version >= 5.4.198 < 5.4.211
LinuxLinux Kernel Version >= 5.10.122 < 5.10.138
LinuxLinux Kernel Version >= 5.15.47 < 5.15.63
LinuxLinux Kernel Version >= 5.17.15 < 5.18
LinuxLinux Kernel Version >= 5.18.4 < 5.19.4
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.17% 0.06
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE-416 Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

https://git.kernel.org/stable/c/0fffb46ff3d5ed4668aca96441ec7a25b793bd6f
Patch
https://git.kernel.org/stable/c/f7ee3b772d9de87387a725caa04bc041ac7fe5ec
Patch
https://git.kernel.org/stable/c/76ffd2042438769298f34b76102b40dea89de616
Patch
https://git.kernel.org/stable/c/a4cf3dadd1fa43609f7c6570c9116b0e0a9923d1
Patch
https://git.kernel.org/stable/c/b03d1117e9be7c7da60e466eaf9beed85c5916c8
Patch
https://git.kernel.org/stable/c/2135e5d56278ffdb1c2e6d325dc6b87f669b9dac
Patch