Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-30656

24
FAUCET Score

CVE-2026-30656 is a NULL pointer dereference vulnerability affecting fio (Flexible I/O Tester) version 3.41 and potentially other versions. The flaw exists in the str_fdp_pli_cb() callback function, which fails to validate input pointers before calling strdup() on the fdp_pli option when specified without an argument in job configuration files. This parsing defect triggers a segmentation fault, causing the fio process to crash. The vulnerability carries a CVSS score of 7.5 (HIGH) with a network-accessible attack vector requiring no authentication or user interaction, though it is limited to availability impact only. An attacker can exploit this by crafting a malicious job file and providing it to a fio instance, potentially disrupting I/O testing operations or service availability in environments where fio processes untrusted configuration inputs. This vulnerability is not currently listed in the Known Exploited Vulnerabilities (KEV) catalog and shows no evidence of active exploitation in the wild. No public exploit code has been identified, and community attention remains minimal as indicated by its Inactive Hot List status. Organizations using fio should apply patches when available, with priority based on whether they process untrusted job files.

Impacted Technologies

VendorProductVersion(s)CPE
N/AN/A
n/aCNA affected

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
HIGH
Exploitability Score
3.9
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.28%
Probability of exploitation in next 30 days
EPSS Percentile
20.0%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0028 is in the 4th percentile among its peer group of 51,551 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (2)

microsoftpatch availablevia msrc
Product: azl3 fio 3.37-3 on Azure Linux 3.0Fixed in: 3.37-4
microsoftpatch availablevia msrc
Product: 20574-17084Fixed in: 3.37-4

Vendor Advisories (1)

microsoft2026-Apr/CVE-2026-30656Important

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.

Apr 14, 2026

References

gist.github.com / Criticayon/eb5e69163bfa4ce684e62ed5c939b76e
github.com / axboe/fio/issues/2055