Description
In the Linux kernel, the following vulnerability has been resolved: binfmt_flat: Fix integer overflow bug on 32 bit systems Most of these sizes and counts are capped at 256MB so the math doesn't result in an integer overflow. The "relocs" count needs to be checked as well. Otherwise on 32bit systems the calculation of "full_data" could be wrong. full_data = data_len + relocs * sizeof(unsigned long);
References (10)
Core 10
Core References
Scores
CVSS v3
5.5
EPSS
0.0021
EPSS Percentile
11.1%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-190
Status
published
Products (26)
linux/Kernel
4.8.0 - 5.4.291linux
linux/Kernel
5.11.0 - 5.15.179linux
linux/Kernel
5.16.0 - 6.1.129linux
linux/Kernel
5.5.0 - 5.10.235linux
linux/Kernel
6.13.0 - 6.13.3linux
linux/Kernel
6.2.0 - 6.6.78linux
linux/Kernel
6.7.0 - 6.12.14linux
Linux/Linux
< 4.8
Linux/Linux
4.8
Linux/Linux
5.10.235 - 5.10.*
... and 16 more
Published
Feb 27, 2025
Tracked Since
Feb 18, 2026