Skip to content
Threat Feed
low advisory

Resource Exhaustion Vulnerability in iperf3

A remote denial-of-service vulnerability in iperf3, tracked as CVE-2026-71217, allows unauthenticated attackers to trigger resource exhaustion through crafted control-channel JSON packets.

CVE search metadata

CVE search record: CVE-2026-71217. Severity: high. CVSS: 7.5. KEV: no. Product: iperf3. Brief: Resource Exhaustion Vulnerability in iperf3. Brief link: https://feed.craftedsignal.io/briefs/2026-08-iperf3-dos/

A vulnerability identified as CVE-2026-71217 exists within iperf3, a widely used tool for active measurements of the maximum achievable bandwidth on IP networks. The issue arises from improper validation of numeric parameters within the control-channel JSON communication protocol. Specifically, a remote attacker can submit crafted control-channel messages containing oversized values for fields such as "parallel" and "len". Because the iperf3 server fails to sanitize these inputs, the application attempts to allocate large buffers and spawn excessive threads or streams based on the malicious parameters. This results in significant resource exhaustion, effectively rendering the iperf3 server unavailable to legitimate users. As iperf3 is frequently deployed in network infrastructure and monitoring environments, this Denial of Service (DoS) vulnerability can disrupt critical diagnostic capabilities. Defenders should prioritize patching or restricting access to iperf3 server instances.

Impact

Successful exploitation leads to a complete Denial of Service of the iperf3 server process. Given that iperf3 is commonly used by network administrators for troubleshooting and capacity planning, an outage of this tool can delay incident response or diagnostic workflows. The vulnerability affects all platforms where iperf3 is deployed, including Linux, Windows, and macOS environments.

Recommendation

  • Monitor network traffic directed at iperf3 listening ports (default TCP 5201) for anomalous, large, or frequent JSON-formatted control-channel requests.
  • Patch or update iperf3 instances to the version containing the fix for CVE-2026-71217 as soon as it becomes available from ESnet or distribution repositories.
  • Implement network-level access control lists (ACLs) to restrict access to iperf3 server ports to authorized management workstations only.

Immediate actions

Review inventory of iperf3 server instances exposed to untrusted networks.

SOC 48h

Mitigations

Restrict access to TCP port 5201 via network firewall rules.

immediate IT Operations

CVE-2026-71217