You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
wget vulnerability
About this tag
The wget vulnerability tag covers a specific parsing flaw in BusyBox's wget client, tracked as CVE-2025-60876. This medium-severity issue allows specially crafted URLs to embed raw control characters and spaces in the HTTP request-target, enabling request smuggling and header injection. The vulnerability affects wget shipped with BusyBox through version 1.3.7. Discussions on WindowsForum.com focus on the technical details of the flaw, its impact on systems using BusyBox, and potential mitigation steps. This tag is relevant for users and administrators concerned with security vulnerabilities in network utilities, particularly those involving HTTP request manipulation and BusyBox-based environments.
BusyBox’s wget client contains a parsing flaw that lets specially crafted URLs embed raw control characters and even space characters in the HTTP request-target (path/query), allowing the HTTP request-line to be split and attacker-controlled headers to be injected — a vulnerability tracked as...