CVE-2026-30656
NULL Pointer Dereference in fio v3.41 Causes Process Crash
Publication date: 2026-04-16
Last updated on: 2026-04-16
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fio | flexible_i_o_tester | 3.41 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Flexible I/O Tester (fio) version 3.41. It occurs when parsing job files that contain the fdp_pli option without an argument. The function str_fdp_pli_cb() does not check if the input pointer is NULL before calling strdup() on it, which leads to a segmentation fault and causes the process to crash.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the fio process to crash due to a segmentation fault when processing certain job files. This could lead to denial of service if fio is used in automated testing or performance measurement environments.