CVE-2025-60876

MEDIUM

BusyBox < 1.37.0 - HTTP Request Smuggling via C0 Control Bytes in wget

Title source: llm
STIX 2.1

Exploitation 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)

github WORKING POC
by sirredbeard · shellpoc
https://github.com/sirredbeard/CVE-2025-60876

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.

Classification
Working Poc 95%
Attack Type
Other
Complexity
Moderate
Reliability
Reliable
Target: BusyBox wget (version 1.37.0)
No auth needed
Prerequisites: BusyBox wget compiled with the vulnerability · network access to a test server
devstral-2 · analyzed Jun 13, 2026 Full analysis →

Scores

CVSS v3 6.5
EPSS 0.0025
EPSS Percentile 16.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-284
Status published
Products (1)
busybox/busybox < 1.37.0
Published Nov 10, 2025
Tracked Since Feb 18, 2026