Security Advisory

CVE-2025-21898

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-01 15:26:50
Last updated 2026-05-23 15:57:23
Assigner Linux
State PUBLISHED

Description

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 dont care about rec->counter * rec->counter overflow because rec->time * rec->time overflow will likely happen earlier.