CVE-2025-21962
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix integer overflow while processing closetimeo mount option User-provided mount parameter closetimeo of type u32 is intended to have an upper limit, but before it is validated,…
Does this matter?
Lower severity and a low EPSS score (0.20%). Track it; it rarely justifies an emergency change on its own.
Description
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix integer overflow while processing closetimeo mount option User-provided mount parameter closetimeo of type u32 is intended to have an upper limit, but before it is validated, the value is converted from seconds to jiffies which can lead to an integer overflow. Found by Linux Verification Center (linuxtesting.org) with SVACE.
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.20% probability · 11th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-190
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/1c46673be93dd2954f44fe370fb4f2b8e6214224Patch
- https://git.kernel.org/stable/c/513f6cf2e906a504b7ab0b62b2eea993a6f64558Patch
- https://git.kernel.org/stable/c/6c13fcb7cf59ae65940da1dfea80144e42921e53Patch
- https://git.kernel.org/stable/c/9968fcf02cf6b0f78fbacf3f63e782162603855aPatch
- https://git.kernel.org/stable/c/b24edd5c191c2689c59d0509f0903f9487eb6317Patch
- https://git.kernel.org/stable/c/d5a30fddfe2f2e540f6c43b59cf701809995faefPatch
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.