SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-15146

MEDIUM · CVSS 5.9 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

GNU Wget is vulnerable due to its failure to validate IP addresses in FTP PASV responses, allowing a malicious FTP server to redirect data connections to arbitrary IPs and ports. This can lead to server-side request forgery (SSRF), enabling attackers to access sensitive localhost services or internal network resources. Organizations using Wget in environments where untrusted FTP servers are accessed should prioritize patching this vulnerability to mitigate potential exploitation risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15146
Severity
MEDIUM
CVSS
5.9
EPSS
0.16%

Original NVD 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.