fio is a tool used to spawn many threads or processes that perform a specific type of io operation specified by the user.It accepts many global parameters inherited by threads.Its common method is to simulate jobs that match the specified io load.
Security Fix(es):
A NULL pointer dereference vulnerability exists in fio (Flexible I/O Tester) v3.41 when parsing job files containing the fdppli option. The callback function strfdpplicb() does not validate the input pointer and calls strdup() on a NULL value when the option is specified without an argument. This results in a segmentation fault and process crash.(CVE-2026-30656)
{
"severity": "High"
}{
"src": [
"fio-3.7-10.oe2003sp4.src.rpm"
],
"aarch64": [
"fio-3.7-10.oe2003sp4.aarch64.rpm",
"fio-debuginfo-3.7-10.oe2003sp4.aarch64.rpm",
"fio-debugsource-3.7-10.oe2003sp4.aarch64.rpm",
"fio-help-3.7-10.oe2003sp4.aarch64.rpm"
],
"x86_64": [
"fio-3.7-10.oe2003sp4.x86_64.rpm",
"fio-debuginfo-3.7-10.oe2003sp4.x86_64.rpm",
"fio-debugsource-3.7-10.oe2003sp4.x86_64.rpm",
"fio-help-3.7-10.oe2003sp4.x86_64.rpm"
]
}