5.5
CVE-2025-22081
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:30
- Zuletzt bearbeitet 03.11.2025 20:17:42
- CVE-Watchlists
- Unerledigt
fs/ntfs3: Fix a couple integer overflows on 32bit systems
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeof(struct NTFS_DE)" addition can have an integer wrapping issue. Fix it by using size_add().
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 5.15 < 5.15.180
Linux ≫ Linux Kernel Version >= 5.16 < 6.1.134
Linux ≫ Linux Kernel Version >= 6.2 < 6.6.87
Linux ≫ Linux Kernel Version >= 6.7 < 6.12.23
Linux ≫ Linux Kernel Version >= 6.13 < 6.13.11
Linux ≫ Linux Kernel Version >= 6.14 < 6.14.2
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.18% | 0.073 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
https://git.kernel.org/stable/c/0922d86a7a6032cb1694eab0b44b861bd33ba8d5
https://git.kernel.org/stable/c/1a14e9718a19d2e88de004a1360bfd7a86ed1395
https://git.kernel.org/stable/c/0dfe700fbd3525f30a36ffbe390a5b9319bd009a
https://git.kernel.org/stable/c/284c9549386e9883855fb82b730303bb2edea9de
https://git.kernel.org/stable/c/0538f52410b619737e663167b6a2b2d0bc1a589d
https://git.kernel.org/stable/c/4d0f4f42922a832388a0c2fe5204c0a1037ff786
https://git.kernel.org/stable/c/5ad414f4df2294b28836b5b7b69787659d6aa708
https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html