CVE-2025-60876
MEDIUMBusyBox < 1.37.0 - HTTP Request Smuggling via C0 Control Bytes in wget
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2025-60876. PoCs published by sirredbeard.
AI-analyzed exploit summary This repository contains a functional exploit PoC for CVE-2025-60876, demonstrating HTTP request line injection in BusyBox wget via crafted URLs with control characters. It includes a patch, test scripts, and detailed analysis of the vulnerability and fix.
Description
BusyBox wget thru 1.3.7 accepted raw CR (0x0D)/LF (0x0A) and other C0 control bytes in the HTTP request-target (path/query), allowing the request line to be split and attacker-controlled headers to be injected. To preserve the HTTP/1.1 request-line shape METHOD SP request-target SP HTTP/1.1, a raw space (0x20) in the request-target must also be rejected (clients should use %20).
Exploits (1)
This repository contains a functional exploit PoC for CVE-2025-60876, demonstrating HTTP request line injection in BusyBox wget via crafted URLs with control characters. It includes a patch, test scripts, and detailed analysis of the vulnerability and fix.
References (4)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N