In the Linux kernel, the following vulnerability has been resolved:
NFS: fix an incorrect limit in filelayout_decode_layout()
The "sizeof(struct nfs_fh)" is two bytes too large and could lead to
memory corruption. It should be NFS_MAXFHSIZE because that's the size
of the ->data[] buffer.
I reversed the size of the arguments to put the variable on the left.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-25 10:15
Updated : 2025-03-17 15:03
NVD link : CVE-2021-47168
Mitre link : CVE-2021-47168
CVE.ORG link : CVE-2021-47168
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write
