CVE-2026-16599
Received Received - Intake

Denial of Service in GNU wget via FTP OPIE Authentication

Vulnerability report for CVE-2026-16599, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: CERT.PL

Description

GNU wget is vulnerable to denial of service in its FTP OPIE/S-KEY authentication functionality. The server-supplied sequence number from the FTP challenge line is used as an iteration count for an MD5 key-derivation loop without any upper bound validation. A malicious FTP server or a network attacker positioned to intercept FTP traffic can send a crafted OPIE challenge with a sequence number near INT_MAX, causing wget to perform up to approximately 2.1 billion MD5 computations and suspend for some time. The --timeout option does not mitigate this because it applies only to network I/O, not CPU computation. This issue was fixed in commit e9697d98e7249b0f68a6be040a4f3dcc5bc101fa

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
gnu wget *
gnu wget to 9999 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-606 The product does not properly check inputs that are used for loop conditions, potentially leading to a denial of service or other consequences because of excessive looping.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

GNU wget is vulnerable to denial of service via its FTP OPIE/S-KEY authentication. A malicious FTP server or network attacker can send a crafted challenge with a very high sequence number, forcing wget to perform up to 2.1 billion MD5 computations. This causes excessive CPU usage and temporary program suspension.

Detection Guidance

To detect this vulnerability, monitor for unusual CPU usage spikes during FTP operations, especially when using OPIE/S-KEY authentication. Check wget logs for failed FTP authentication attempts with large sequence numbers. Use network monitoring tools to inspect FTP traffic for crafted OPIE challenges containing abnormally high sequence numbers.

Impact Analysis

This vulnerability can cause your system to slow down or become unresponsive when connecting to a malicious FTP server. It may lead to temporary denial of service as wget consumes excessive CPU resources during authentication attempts.

Compliance Impact

This vulnerability does not directly impact compliance with GDPR or HIPAA as it is a denial-of-service issue in FTP authentication. However, excessive CPU usage from exploitation could disrupt system availability, potentially affecting service continuity required by these regulations.

Mitigation Strategies

Update wget to the latest patched version. Disable FTP OPIE/S-KEY authentication if not required. Use SFTP or FTPS instead of FTP. Apply network-level controls to block or monitor suspicious FTP traffic. Temporarily restrict FTP server access until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16599. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart