Description
GNU Wget does not validate the IP address provided by an FTP PASV response while operating in FTP passive mode. A malicious FTP server, or an HTTP server that redirects to an FTP URL, can exploit this behavior to redirect Wget’s data connection to an arbitrary IP address and port. This allows an attacker to forge server-side requests (SSRF) from the machine running Wget, potentially accessing localhost services or internal network resources.
Published: 2026-07-10
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

GNU Wget does not validate the IP address supplied in an FTP PASV response when operating in passive mode, enabling a malicious FTP server or an HTTP redirect to an FTP URL to cause Wget to establish a data connection to an attacker‑chosen IP address and port. This results in a server‑side request forgery that can expose internal services or localhost resources to the attacker. The weakness is reflected by CWE‑918, representing a lack of input validation for remote connection targets.

Affected Systems

The vulnerability affects GNU Wget implementations that support FTP passive mode. No specific affected version range is provided, so any unpatched build capable of processing FTP PASV responses may be impacted.

Risk and Exploitability

The CVSS score of 5.9 indicates moderate severity, and the EPSS score of < 1% suggests a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is inferred from the description: an attacker who can control an FTP server or an HTTP redirect to an FTP URL can manipulate the passive FTP response, directing the vulnerable client to forge a connection to an arbitrary IP address and port, potentially accessing localhost services or internal network resources.

Generated by OpenCVE AI on July 29, 2026 at 10:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a GNU Wget release that includes the IP‑validation patch for passive FTP connections
  • Disable FTP passive mode by using the --no-passive-ftp flag or avoid untrusted FTP servers
  • Restrict outbound network traffic from rules or network segmentation to block connections to internal addresses

Generated by OpenCVE AI on July 29, 2026 at 10:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8572-1 Wget vulnerability
History

Mon, 13 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Wget
Wget wget
Vendors & Products Wget
Wget wget

Sat, 11 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-918
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 10 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
Description GNU Wget does not validate the IP address provided by an FTP PASV response while operating in FTP passive mode. A malicious FTP server, or an HTTP server that redirects to an FTP URL, can exploit this behavior to redirect Wget’s data connection to an arbitrary IP address and port. This allows an attacker to forge server-side requests (SSRF) from the machine running Wget, potentially accessing localhost services or internal network resources.
Title CVE-2026-15146
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-07-15T18:46:29.362Z

Reserved: 2026-07-08T19:10:56.213Z

Link: CVE-2026-15146

cve-icon Vulnrichment

Updated: 2026-07-10T19:30:53.123Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-10T18:20:58Z

Links: CVE-2026-15146 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T10:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)