Logo
componentbusybox
Name
busybox
Version
1.37.0
Type
library
Description
-
Licenses
GPL-2.0bzip2-1.0.6
PURL
-
CPE
cpe:2.3:a:busybox:busybox:1.37.0:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.38.0

Patches#


#
Title
Author
Resolve
1
networking/libiproute: use <linux/if_packet.h> instead of
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2
Makefile.flags: strip non -l arguments returned by pkg-config
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3
libbb: sockaddr2str: ensure only printable characters are
Ariadne Conill <ariadne@dereferenced.org>
CVE-2022-28391
4
nslookup: sanitize all printed strings with printable_string
Ariadne Conill <ariadne@dereferenced.org>
CVE-2022-28391
5
seedrng: fix getrandom() detection for non-glibc libc
=?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= <raphael.melotte@mind.be>
6
menuconfig: GCC failing saying ncurses is not found
ctxnop <ctxnop@gmail.com>
7
tc: Fix compilation with Linux v6.8-rc1
=?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <u.kleine-koenig@pengutronix.de>
8
awk.c: fix CVE-2023-42366 (bug #15874)
Valery Ushakov <uwe@stderr.spb.ru>
CVE-2023-42366
9
hwclock: Check for SYS_settimeofday before calling syscall
Khem Raj <raj.khem@gmail.com>
10
libbb/sha: add missing sha-NI guard
Andre Przywara <andre.przywara@arm.com>
11
syslogd: fix wrong OPT_locallog flag detection
Andrej Valek <andrej.v@skyrain.eu>
12
archival/libarchive: sanitize filenames on output (prevent control
Denys Vlasenko <vda.linux@googlemail.com>
CVE-2025-46394
13
testsuite/tar.tests: fix test after CVE-2025-46394
Peter Marko <peter.marko@siemens.com>
CVE-2025-46394
14
wget: don't allow control characters or spaces in the URL
Radoslav Kolev <radoslav.kolev@suse.com>
CVE-2025-60876
15
netstat: CVE-2024-58251 - sanitize argv0 for -p
Valery Ushakov <valery.ushakov@bell-sw.com>
CVE-2024-58251
16
archival: disallow path traversals (CVE-2023-39810)
Denys Vlasenko <vda.linux@googlemail.com>
CVE-2023-39810
17
tar: strip unsafe hardlink components - GNU tar does the same
Denys Vlasenko <vda.linux@googlemail.com>
CVE-2026-26157
CVE-2026-26158
18
tar: only strip unsafe components from hardlinks, not
Radoslav Kolev <radoslav.kolev@suse.com>
CVE-2026-26157
CVE-2026-26158
19
udhcpc6: fix buffer overflow
Denys Vlasenko <vda.linux@googlemail.com>
CVE-2026-29004
20
udhcpc6: check the size of D6_OPT_IAPREFIX option
Denys Vlasenko <vda.linux@googlemail.com>
CVE-2026-29004

Vulnerabilities#


Name
Analysis
Description
Patched
BusyBox before commit 42202bf contains a heap buffer overflow vulnerability in the DHCPv6 client (udhcpc6) DNS_SERVERS option handler in networking/udhcp/d6_dhcpc.c that allows network-adjacent attackers to trigger memory corruption by sending a crafted DHCPv6 response with a malformed D6_OPT_DNS_SERVERS option. Attackers can exploit incorrect heap buffer allocation calculations in the option_to_env() function to cause denial of service or achieve arbitrary code execution on embedded systems without heap hardening.
Patched
A flaw was found in BusyBox. This vulnerability allows an attacker to modify files outside of the intended extraction directory by crafting a malicious tar archive containing unvalidated hardlink or symlink entries. If the tar archive is extracted with elevated privileges, this flaw can lead to privilege escalation, enabling an attacker to gain unauthorized access to critical system files.
Patched
A flaw was found in BusyBox. Incomplete path sanitization in its archive extraction utilities allows an attacker to craft malicious archives that when extracted, and under specific conditions, may write to files outside the intended directory. This can lead to arbitrary file overwrite, potentially enabling code execution through the modification of sensitive system files.
Patched
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).
Patched
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.
Patched
In netstat in BusyBox through 1.37.0, local users can launch of network application with an argv[0] containing an ANSI terminal escape sequence, leading to a denial of service (terminal locked up) when netstat is used by a victim.
Patched
A heap-buffer-overflow was discovered in BusyBox v.1.36.1 in the next_token function at awk.c:1159.
Patched
An issue in the CPIO command of Busybox v1.33.2 allows attackers to execute a directory traversal.
Patched
BusyBox through 1.35.0 allows remote attackers to execute arbitrary code if netstat is used to print a DNS PTR record's value to a VT compatible terminal. Alternatively, the attacker could choose to change the terminal's colors.