Name
fio
Version
3.42
Type
library
Description
Filesystem and hardware benchmark and stress tool
Licenses
GPL-2.0-only
PURL
-
CPE
cpe:2.3:*:*:fio:3.42:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
3.30
scarthgap
3.36+git

Patches#


#
Title
Author
Resolve
1
backend: remove linux/prctl.h include to fix musl conflict
Lucas Hecht <lucas.hecht@agdsn.de>

Vulnerabilities#


Name
Analysis
Description
Not Affected
A NULL pointer dereference vulnerability exists in fio (Flexible I/O Tester) v3.41 when parsing job files containing the fdp_pli option. The callback function str_fdp_pli_cb() 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.