5.5

CVE-2025-22081

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)
LinuxLinux Kernel Version >= 5.15 < 5.15.180
LinuxLinux Kernel Version >= 5.16 < 6.1.134
LinuxLinux Kernel Version >= 6.2 < 6.6.87
LinuxLinux Kernel Version >= 6.7 < 6.12.23
LinuxLinux Kernel Version >= 6.13 < 6.13.11
LinuxLinux Kernel Version >= 6.14 < 6.14.2
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.18% 0.073
CVSS Metriken
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
Patch
https://git.kernel.org/stable/c/1a14e9718a19d2e88de004a1360bfd7a86ed1395
Patch
https://git.kernel.org/stable/c/0dfe700fbd3525f30a36ffbe390a5b9319bd009a
Patch
https://git.kernel.org/stable/c/284c9549386e9883855fb82b730303bb2edea9de
Patch
https://git.kernel.org/stable/c/0538f52410b619737e663167b6a2b2d0bc1a589d
Patch
https://git.kernel.org/stable/c/4d0f4f42922a832388a0c2fe5204c0a1037ff786
Patch
https://git.kernel.org/stable/c/5ad414f4df2294b28836b5b7b69787659d6aa708
Patch
https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html