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().
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2025-04-16 15:16
Updated : 2025-11-03 20:17
NVD link : CVE-2025-22081
Mitre link : CVE-2025-22081
CVE.ORG link : CVE-2025-22081
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-190
Integer Overflow or Wraparound
