7.1
CVE-2021-46952
- EPSS 0.02%
 - Published 27.02.2024 19:04:06
 - Last modified 21.11.2024 06:35:00
 - Source 416baaa9-dc9f-4396-8d5f-8c081f
 - CVE-Watchlists
 - Open
 
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.
Data is provided by the National Vulnerability Database (NVD)
	Linux ≫ Linux Kernel  Version >= 5.6.0 < 5.10.36
	Linux ≫ Linux Kernel  Version >= 5.11.0 < 5.11.20
	Linux ≫ Linux Kernel  Version >= 5.12.0 < 5.12.3
| Type | Source | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.017 | 
| Source | Base Score | Exploit Score | Impact Score | Vector string | 
|---|---|---|---|---|
| nvd@nist.gov | 7.1 | 1.8 | 5.2 | 
                 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H  
             | 
        
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.