Описание
Security update for busybox
This update for busybox fixes the following issues:
-
CVE-2014-9645: Fixed loading of unwanted modules with / (bsc#914660).
-
CVE-2017-16544: Fixed insufficient sanitization of filenames when autocompleting (bsc#1069412).
-
CVE-2015-9261: Fixed huft_build misuses a pointer, causing segfaults (bsc#1102912).
-
CVE-2016-2147: Fixed out of bounds write (heap) due to integer underflow in udhcpc (bsc#970663).
-
CVE-2016-2148: Fixed heap-based buffer overflow in OPTION_6RD parsing (bsc#970662).
-
CVE-2016-6301: Fixed NTP server denial of service flaw (bsc#991940).
-
CVE-2017-15873: Fixed integer overflow in get_next_block function in archival/libarchive/decompress_bunzip2.c (bsc#1064976).
-
CVE-2017-15874: Fixed integer overflow in archival/libarchive/decompress_unlzma (bsc#1064978).
-
CVE-2019-5747: Fixed out of bounds read in udhcp components (bsc#1121428).
-
CVE-2021-42373, CVE-2021-42374, CVE-2021-42375, CVE-2021-42376, CVE-2021-42377, CVE-2021-42378, CVE-2021-42379, CVE-2021-42380, CVE-2021-42381, CVE-2021-42382, CVE-2021-42383, CVE-2021-42384, CVE-2021-42385, CVE-2021-42386: v1.34.0 bugfixes (bsc#1192869).
-
CVE-2021-28831: Fixed invalid free or segmentation fault via malformed gzip data (bsc#1184522).
-
CVE-2018-20679: Fixed out of bounds read in udhcp (bsc#1121426).
-
CVE-2018-1000517: Fixed heap-based buffer overflow in the retrieve_file_data() (bsc#1099260).
-
CVE-2011-5325: Fixed tar directory traversal (bsc#951562).
-
CVE-2018-1000500: Fixed missing SSL certificate validation in wget (bsc#1099263).
-
Update to 1.35.0
- awk: fix printf %%, fix read beyond end of buffer
- chrt: silence analyzer warning
- libarchive: remove duplicate forward declaration
- mount: 'mount -o rw ....' should not fall back to RO mount
- ps: fix -o pid=PID,args interpreting entire 'PID,args' as header
- tar: prevent malicious archives with long name sizes causing OOM
- udhcpc6: fix udhcp_find_option to actually find DHCP6 options
- xxd: fix -p -r
- support for new optoins added to basename, cpio, date, find, mktemp, wget and others
-
Enable fdisk (jsc#CAR-16)
-
Update to 1.34.1:
- build system: use SOURCE_DATE_EPOCH for timestamp if available
- many bug fixes and new features
- touch: make FEATURE_TOUCH_NODEREF unconditional
-
update to 1.33.1:
- httpd: fix sendfile
- ash: fix HISTFILE corruptio
- ash: fix unset variable pattern expansion
- traceroute: fix option parsing
- gunzip: fix for archive corruption
-
Update to version 1.33.0
- many bug fixes and new features
-
Update to version 1.32.1
- fixes a case where in ash, 'wait' never finishes.
-
prepare usrmerge (bsc#1029961)
-
Enable testsuite and package it for later rerun (for QA, jsc#CAR-15)
-
Update to version 1.31.1:
- Bug fix release. 1.30.1 has fixes for dc, ash (PS1 expansion fix), hush, dpkg-deb, telnet and wget.
-
Changes from version 1.31.0:
- many bugfixes and new features.
-
Add busybox-no-stime.patch: stime() has been deprecated in glibc 2.31 and replaced with clock_settime().
-
update to 1.25.1:
- fixes for hush, gunzip, ip route, ntpd
-
includes changes from 1.25.0:
- many added and expanded implementations of command options
-
includes changes from 1.24.2:
- fixes for build system (static build with glibc fixed), truncate, gunzip and unzip.
-
Update to version 1.24.1
- for a full list of changes see http://www.busybox.net/news.html
-
Refresh busybox.install.patch
-
Update to 1.23.2
- for a full list of changes see http://www.busybox.net/news.html
-
Cleaned up spec file with spec-cleaner
-
Refreshed patches
-
update to 1.22.1: Many updates and fixes for most included tools, see see http://www.busybox.net/news.html
Список пакетов
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP4-LTSS
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE OpenStack Cloud 9
SUSE OpenStack Cloud Crowbar 9
Ссылки
- Link for SUSE-SU-2022:4253-1
- E-Mail link for SUSE-SU-2022:4253-1
- SUSE Security Ratings
- SUSE Bug 1029961
- SUSE Bug 1064976
- SUSE Bug 1064978
- SUSE Bug 1069412
- SUSE Bug 1099260
- SUSE Bug 1099263
- SUSE Bug 1102912
- SUSE Bug 1121426
- SUSE Bug 1121428
- SUSE Bug 1184522
- SUSE Bug 1191514
- SUSE Bug 1192869
- SUSE Bug 914660
- SUSE Bug 951562
- SUSE Bug 970662
- SUSE Bug 970663
- SUSE Bug 991940
Описание
Directory traversal vulnerability in the BusyBox implementation of tar before 1.22.0 v5 allows remote attackers to point to files outside the current working directory via a symlink.
Затронутые продукты
Ссылки
- CVE-2011-5325
- SUSE Bug 951562
Описание
The add_probe function in modutils/modprobe.c in BusyBox before 1.23.0 allows local users to bypass intended restrictions on loading kernel modules via a / (slash) character in a module name, as demonstrated by an "ifconfig /usbserial up" command or a "mount -t /snd_pcm none /" command.
Затронутые продукты
Ссылки
- CVE-2014-9645
- SUSE Bug 914423
- SUSE Bug 914660
Описание
huft_build in archival/libarchive/decompress_gunzip.c in BusyBox before 1.27.2 misuses a pointer, causing segfaults and an application crash during an unzip operation on a specially crafted ZIP file.
Затронутые продукты
Ссылки
- CVE-2015-9261
- SUSE Bug 1102912
Описание
Integer overflow in the DHCP client (udhcpc) in BusyBox before 1.25.0 allows remote attackers to cause a denial of service (crash) via a malformed RFC1035-encoded domain name, which triggers an out-of-bounds heap write.
Затронутые продукты
Ссылки
- CVE-2016-2147
- SUSE Bug 970663
Описание
Heap-based buffer overflow in the DHCP client (udhcpc) in BusyBox before 1.25.0 allows remote attackers to have unspecified impact via vectors involving OPTION_6RD parsing.
Затронутые продукты
Ссылки
- CVE-2016-2148
- SUSE Bug 970662
Описание
The recv_and_process_client_pkt function in networking/ntpd.c in busybox allows remote attackers to cause a denial of service (CPU and bandwidth consumption) via a forged NTP packet, which triggers a communication loop.
Затронутые продукты
Ссылки
- CVE-2016-6301
- SUSE Bug 991940
Описание
The get_next_block function in archival/libarchive/decompress_bunzip2.c in BusyBox 1.27.2 has an Integer Overflow that may lead to a write access violation.
Затронутые продукты
Ссылки
- CVE-2017-15873
- SUSE Bug 1064976
Описание
archival/libarchive/decompress_unlzma.c in BusyBox 1.27.2 has an Integer Underflow that leads to a read access violation.
Затронутые продукты
Ссылки
- CVE-2017-15874
- SUSE Bug 1064978
Описание
In the add_match function in libbb/lineedit.c in BusyBox through 1.27.2, the tab autocomplete feature of the shell, used to get a list of filenames in a directory, does not sanitize filenames and results in executing any escape sequence in the terminal. This could potentially result in code execution, arbitrary file writes, or other attacks.
Затронутые продукты
Ссылки
- CVE-2017-16544
- SUSE Bug 1069412
Описание
Busybox contains a Missing SSL certificate validation vulnerability in The "busybox wget" applet that can result in arbitrary code execution. This attack appear to be exploitable via Simply download any file over HTTPS using "busybox wget https://compromised-domain.com/important-file".
Затронутые продукты
Ссылки
- CVE-2018-1000500
- SUSE Bug 1099263
Описание
BusyBox project BusyBox wget version prior to commit 8e2174e9bd836e53c8b9c6e00d1bc6e2a718686e contains a Buffer Overflow vulnerability in Busybox wget that can result in heap buffer overflow. This attack appear to be exploitable via network connectivity. This vulnerability appears to have been fixed in after commit 8e2174e9bd836e53c8b9c6e00d1bc6e2a718686e.
Затронутые продукты
Ссылки
- CVE-2018-1000517
- SUSE Bug 1099260
Описание
An issue was discovered in BusyBox before 1.30.0. An out of bounds read in udhcp components (consumed by the DHCP server, client, and relay) allows a remote attacker to leak sensitive information from the stack by sending a crafted DHCP message. This is related to verification in udhcp_get_option() in networking/udhcp/common.c that 4-byte options are indeed 4 bytes.
Затронутые продукты
Ссылки
- CVE-2018-20679
- SUSE Bug 1121426
- SUSE Bug 1121428
Описание
An issue was discovered in BusyBox through 1.30.0. An out of bounds read in udhcp components (consumed by the DHCP client, server, and/or relay) might allow a remote attacker to leak sensitive information from the stack by sending a crafted DHCP message. This is related to assurance of a 4-byte length when decoding DHCP_SUBNET. NOTE: this issue exists because of an incomplete fix for CVE-2018-20679.
Затронутые продукты
Ссылки
- CVE-2019-5747
- SUSE Bug 1121426
- SUSE Bug 1121428
Описание
decompress_gunzip.c in BusyBox through 1.32.1 mishandles the error bit on the huft_build result pointer, with a resultant invalid free or segmentation fault, via malformed gzip data.
Затронутые продукты
Ссылки
- CVE-2021-28831
- SUSE Bug 1184522
Описание
A NULL pointer dereference in Busybox's man applet leads to denial of service when a section name is supplied but no page argument is given
Затронутые продукты
Ссылки
- CVE-2021-42373
Описание
An out-of-bounds heap read in Busybox's unlzma applet leads to information leak and denial of service when crafted LZMA-compressed input is decompressed. This can be triggered by any applet/format that
Затронутые продукты
Ссылки
- CVE-2021-42374
Описание
An incorrect handling of a special element in Busybox's ash applet leads to denial of service when processing a crafted shell command, due to the shell mistaking specific characters for reserved characters. This may be used for DoS under rare conditions of filtered command input.
Затронутые продукты
Ссылки
- CVE-2021-42375
Описание
A NULL pointer dereference in Busybox's hush applet leads to denial of service when processing a crafted shell command, due to missing validation after a \x03 delimiter character. This may be used for DoS under very rare conditions of filtered command input.
Затронутые продукты
Ссылки
- CVE-2021-42376
Описание
An attacker-controlled pointer free in Busybox's hush applet leads to denial of service and possible code execution when processing a crafted shell command, due to the shell mishandling the &&& string. This may be used for remote code execution under rare conditions of filtered command input.
Затронутые продукты
Ссылки
- CVE-2021-42377
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the getvar_i function
Затронутые продукты
Ссылки
- CVE-2021-42378
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the next_input_file function
Затронутые продукты
Ссылки
- CVE-2021-42379
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the clrvar function
Затронутые продукты
Ссылки
- CVE-2021-42380
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the hash_init function
Затронутые продукты
Ссылки
- CVE-2021-42381
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the getvar_s function
Затронутые продукты
Ссылки
- CVE-2021-42382
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the evaluate function
Затронутые продукты
Ссылки
- CVE-2021-42383
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the handle_special function
Затронутые продукты
Ссылки
- CVE-2021-42384
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the evaluate function
Затронутые продукты
Ссылки
- CVE-2021-42385
Описание
A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the nvalloc function
Затронутые продукты
Ссылки
- CVE-2021-42386