Debian Package Tracker
Register | Log in
Subscribe

busybox

Tiny utilities for small and embedded systems

Choose email to subscribe with

general
  • source: busybox (main)
  • version: 1:1.35.0-4
  • maintainer: Debian Install System Team (archive) (DMD)
  • uploaders: Michael Tokarev [DMD] – Christoph Biedl [DMD] – Chris Boot [DMD]
  • arch: all any
  • std-ver: 4.1.5
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1:1.22.0-19
  • o-o-sec: 1:1.22.0-19+deb9u2
  • oldstable: 1:1.30.1-4
  • stable: 1:1.30.1-6
  • testing: 1:1.35.0-4
  • unstable: 1:1.35.0-4
  • exp: 1:1.36.0-1~exp1
versioned links
  • 1:1.22.0-19: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.22.0-19+deb9u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.30.1-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.30.1-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.35.0-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:1.36.0-1~exp1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • busybox (21 bugs: 0, 10, 11, 0)
  • busybox-static (6 bugs: 0, 4, 2, 0)
  • busybox-syslogd (3 bugs: 0, 3, 0, 0)
  • busybox-udeb (3 bugs: 0, 1, 2, 0)
  • udhcpc (3 bugs: 0, 0, 3, 0)
  • udhcpd (5 bugs: 0, 4, 1, 0)
action needed
A new upstream version is available: 1.36.0 high
A new upstream version 1.36.0 is available, you should consider packaging it.
Created: 2023-01-21 Last update: 2023-03-29 00:35
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2022-28391: 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.
Created: 2022-07-04 Last update: 2023-03-27 11:06
lintian reports 1 error and 4 warnings high
Lintian reports 1 error and 4 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2022-11-07 Last update: 2023-02-04 00:02
11 bugs tagged patch in the BTS normal
The BTS contains patches fixing 11 bugs, consider including or untagging them.
Created: 2022-07-27 Last update: 2023-03-29 03:32
Does not build reproducibly during testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2022-11-14 Last update: 2023-03-29 02:33
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 1:1.36.0-1~exp2, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 36ddce24fc51fce1e5ce0a8a2dbfd69e442efbb6
Author: Michael Tokarev <mjt@tls.msk.ru>
Date:   Sat Jan 21 20:30:51 2023 +0300

    update changelog

commit d104881b1b83dbbb6294bdd4fa96684519b8822d
Author: Michael Tokarev <mjt@tls.msk.ru>
Date:   Sat Jan 21 20:30:01 2023 +0300

    d/control: bump Standards-Version to 4.6.2 (no changes)

commit 5c62a9141b03521a5e428efe6508d2bd1cd851f3
Author: Michael Tokarev <mjt@tls.msk.ru>
Date:   Sat Jan 21 20:11:09 2023 +0300

    deb,static: enable nbdclient applet (#893843)

commit a61c52cb751be53215cb598d93077f43b807dee2
Author: Michael Tokarev <mjt@tls.msk.ru>
Date:   Sat Jan 21 19:39:21 2023 +0300

    move udhcpd files from debian/tree/udhcpd/ to debian/

commit c02b2d852589d91fefa7202dc9058b44fdf9ea71
Author: Michael Tokarev <mjt@tls.msk.ru>
Date:   Sat Jan 21 18:22:59 2023 +0300

    d/control: remove lsb-base from Depends of busybox-syslogd & udhcpd
    
    lsb-base was in Depends becase it provided /lib/lsb/init-functions
    file for the sysvinit initscripts in these packages. Now, sysvinit-utils
    has eaten this file. But this package is essential, so there's no need
    to depend on things providing init-functions anymore.
    
    Drop this Depends to avoid lintian errors.
Created: 2023-01-21 Last update: 2023-03-25 15:06
12 low-priority security issues in bullseye low

There are 12 open security issues in bullseye.

12 issues left for the package maintainer to handle:
  • CVE-2021-28831: (needs triaging) 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-42377: (needs triaging) 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-42378: (needs triaging) 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-42379: (needs triaging) 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-42380: (needs triaging) 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-42381: (needs triaging) 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-42382: (needs triaging) 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-42383: (needs triaging) 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-42384: (needs triaging) 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-42385: (needs triaging) 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-42386: (needs triaging) 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-2022-28391: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2022-07-04 Last update: 2023-03-27 11:06
debian/patches: 10 patches to forward upstream low

Among the 11 debian patches available in version 1:1.35.0-4 of the package, we noticed the following issues:

  • 10 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2023-02-27 20:59
Build log checks report 1 warning low
Build log checks report 1 warning
Created: 2017-10-26 Last update: 2022-06-06 22:05
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.1.5).
Created: 2018-04-16 Last update: 2022-12-17 19:18
news
[rss feed]
  • [2023-01-21] Accepted busybox 1:1.36.0-1~exp1 (source) into experimental (Michael Tokarev)
  • [2022-11-11] busybox 1:1.35.0-4 MIGRATED to testing (Debian testing watch)
  • [2022-11-11] busybox 1:1.35.0-4 MIGRATED to testing (Debian testing watch)
  • [2022-11-06] Accepted busybox 1:1.35.0-4 (source) into unstable (Michael Tokarev)
  • [2022-11-04] Accepted busybox 1:1.35.0-3 (source) into unstable (Michael Tokarev)
  • [2022-09-08] busybox 1:1.35.0-2 MIGRATED to testing (Debian testing watch)
  • [2022-09-04] Accepted busybox 1:1.35.0-2 (source) into unstable (Philip Hands)
  • [2022-06-12] busybox 1:1.35.0-1 MIGRATED to testing (Debian testing watch)
  • [2022-06-06] Accepted busybox 1:1.35.0-1 (source) into unstable (Michael Tokarev)
  • [2021-08-28] busybox 1:1.30.1-7 MIGRATED to testing (Debian testing watch)
  • [2021-08-22] Accepted busybox 1:1.30.1-7 (source) into unstable (Aurelien Jarno)
  • [2021-04-01] Accepted busybox 1:1.22.0-19+deb9u2 (source) into oldstable (Markus Koschany)
  • [2021-02-15] Accepted busybox 1:1.22.0-19+deb9u1 (source amd64 all) into oldstable (Markus Koschany)
  • [2020-08-21] busybox 1:1.30.1-6 MIGRATED to testing (Debian testing watch)
  • [2020-08-16] Accepted busybox 1:1.30.1-6 (source) into unstable (Aurelien Jarno)
  • [2020-07-19] busybox 1:1.30.1-5 MIGRATED to testing (Debian testing watch)
  • [2020-07-13] Accepted busybox 1:1.30.1-5 (source) into unstable (Aurelien Jarno)
  • [2019-04-04] busybox 1:1.30.1-4 MIGRATED to testing (Debian testing watch)
  • [2019-04-02] Accepted busybox 1:1.30.1-4 (source) into unstable (Christoph Biedl)
  • [2019-04-01] busybox 1:1.30.1-3 MIGRATED to testing (Debian testing watch)
  • [2019-03-24] Accepted busybox 1:1.30.1-3 (source) into unstable (Christoph Biedl)
  • [2019-03-12] busybox 1:1.30.1-2 MIGRATED to testing (Debian testing watch)
  • [2019-03-02] Accepted busybox 1:1.30.1-2 (source) into unstable (Christoph Biedl)
  • [2019-03-01] Accepted busybox 1:1.30.1-1 (source) into unstable (Christoph Biedl)
  • [2018-08-03] Accepted busybox 1:1.22.0-9+deb8u4 (source amd64 all) into oldstable (Markus Koschany)
  • [2018-08-02] Accepted busybox 1:1.22.0-9+deb8u3 (source amd64 all) into oldstable (Markus Koschany)
  • [2018-07-27] Accepted busybox 1:1.22.0-9+deb8u2 (source amd64 all) into oldstable (Markus Koschany)
  • [2018-07-18] busybox 1:1.27.2-3 MIGRATED to testing (Debian testing watch)
  • [2018-07-13] Accepted busybox 1:1.27.2-3 (source) into unstable (Ben Hutchings)
  • [2017-12-03] busybox 1:1.27.2-2 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 45 46
  • RC: 0
  • I&N: 25 26
  • M&W: 20
  • F&P: 0
  • patch: 11
links
  • homepage
  • lintian (1, 4)
  • buildd: logs, exp, checks, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:1.35.0-4ubuntu1
  • 37 bugs (3 patches)
  • patches for 1:1.35.0-4ubuntu1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing