In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Apr 1, 2025
to the GitHub Advisory Database
•
Updated Apr 15, 2025
Description
Published by the National Vulnerability Database
Apr 1, 2025
Published to the GitHub Advisory Database
Apr 1, 2025
Last updated
Apr 15, 2025
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