In the Linux kernel, the following vulnerability has been resolved:
NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
Fix shift out-of-bounds in xprt_calc_majortimeo(). This is caused
by a garbage timeout (retrans) mount option being passed to nfs mount,
in this case from syzkaller.
If the protocol is XPRT_TRANSPORT_UDP, then 'retrans' is a shift
value for a 64-bit long integer, so 'retrans' cannot be >= 64.
If it is >= 64, fail the mount and return an error.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-27 19:04
Updated : 2024-04-10 20:15
NVD link : CVE-2021-46952
Mitre link : CVE-2021-46952
CVE.ORG link : CVE-2021-46952
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read