Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2026:0872-1

Опубликовано: 11 мар. 2026
Источник: suse-cvrf

Описание

Security update for busybox

This update for busybox fixes the following issues:

  • CVE-2023-42363: use-after-free vulnerability in xasprintf function in xfuncs_printf.c (bsc#1217580).
  • CVE-2023-42364: use-after-free in the awk.c evaluate function (bsc#1217584).
  • CVE-2023-42365: use-after-free in the awk.c copyvar function (bsc#1217585).
  • CVE-2025-46394: files in a TAR archive can have their filenames hidden from a listing if terminal escape sequences are used when naming other files included in the archive (bsc#1241661).
  • CVE-2025-60876: request line incorrectly neutralized mat lead to header injection (bsc#1253245).
  • CVE-2026-26157: Arbitrary file overwrite and potential code execution via incomplete path sanitization (bsc#1258163).
  • CVE-2026-26158: Arbitrary file modification and privilege escalation via unvalidated tar archive entries (bsc#1258167).
  • CVE-2021-42380: Additional fix for use-after-realloc in awk (bsc#1192869).

Список пакетов

SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
busybox-1.35.0-150400.3.14.1
busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
busybox-1.35.0-150400.3.14.1
busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise Server 15 SP4-LTSS
busybox-1.35.0-150400.3.14.1
busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
busybox-1.35.0-150400.3.14.1
busybox-static-1.35.0-150400.3.14.1

Описание

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


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

A use-after-free vulnerability was discovered in xasprintf function in xfuncs_printf.c:344 in BusyBox v.1.36.1.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

A use-after-free vulnerability in BusyBox v.1.36.1 allows attackers to cause a denial of service via a crafted awk pattern in the awk.c evaluate function.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

A use-after-free vulnerability was discovered in BusyBox v.1.36.1 via a crafted awk pattern in the awk.c copyvar function.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

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


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:busybox-static-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-1.35.0-150400.3.14.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:busybox-static-1.35.0-150400.3.14.1

Ссылки
Уязвимость SUSE-SU-2026:0872-1