Logo
componentbusybox
Name
busybox
Version
1.37.0-r
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:busybox:busybox:1.37.0:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.38.0-r2

Patches#


#
Title
Author
Resolve
1
Patch #1
Unknown
2
Patch #2
Unknown
3
Patch #3
Unknown
4
Patch #4
Unknown
5
nslookup: ensure unique transaction IDs for the DNS queries
Uwe Kleine-König <uwe@kleine-koenig.org>
6
hexdump: fix regression for uint16 on big endian systems
Radoslav Kolev <radoslav.kolev@suse.com>
7
Patch #7
Unknown
8
Patch #8
Unknown
9
Patch #9
Unknown
10
Patch #10
Unknown
11
hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa <ncopa@alpinelinux.org>
12
Patch #12
Unknown
13
libbb/dump: fix dumping of signed values without explicit
Sven Wegener <sven.wegener@stealer.net>
14
Patch #14
Unknown
15
Patch #15
Unknown
16
loginutils/login.c: libselinux get_default_context() expects
Dominick Grift <dominick.grift@defensec.nl>

Vulnerabilities#


Name
Analysis
Description
Exploitable
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).
Exploitable
In tar in BusyBox through 1.37.0, a TAR archive can have filenames hidden from a listing through the use of terminal escape sequences.