PT-2021-8037 · Linux · Linux Kernel
Published
2021-04-05
·
Updated
2024-04-12
·
CVE-2021-46952
CVSS v3.1
7.1
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to the validation of UDP retransmission in the Linux kernel's NFS module. Specifically, it concerns the
xprt calc majortimeo() function, where a shift out-of-bounds error can occur if a garbage timeout (retrans) mount option is passed to the NFS mount. This happens when the protocol is XPRT TRANSPORT UDP and the retrans value is 64 or greater, which is not valid for a 64-bit long integer. As a result, the mount fails and returns an error. Additionally, there is a mention of a vulnerability in the nfs23 parse monolithic() function related to the lack of control over user-input data, which could impact the confidentiality and availability of protected information.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Out of bounds Read
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel