In the Linux kernel, the following vulnerability has been resolved:
ftrace: Avoid potential division by zero in function_stat_show()
Check whether denominator expression x * (x - 1) * 1000 mod {2^32, 2^64}
produce zero and skip stddev computation in that case.
For now don't care about rec->counter * rec->counter overflow because
rec->time * rec->time overflow will likely happen earlier.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2025-04-01 16:15
Updated : 2025-11-03 20:17
NVD link : CVE-2025-21898
Mitre link : CVE-2025-21898
CVE.ORG link : CVE-2025-21898
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-369
Divide By Zero
