Debian Package Tracker
Register | Log in
Subscribe

runc

Open Container Project - runtime

Choose email to subscribe with

general
  • source: runc (main)
  • version: 1.1.1+ds1-1
  • maintainer: Debian Go Packaging Team (DMD)
  • uploaders: Dmitry Smirnov [DMD] – Alexandre Viau [DMD] – Tim Potter [DMD]
  • arch: all any
  • std-ver: 4.6.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.1.1+dfsg1-2+deb9u1
  • o-o-sec: 0.1.1+dfsg1-2+deb9u3
  • oldstable: 1.0.0~rc6+dfsg1-3
  • stable: 1.0.0~rc93+ds1-5
  • testing: 1.1.1+ds1-1
  • unstable: 1.1.1+ds1-1
versioned links
  • 0.1.1+dfsg1-2+deb9u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.1.1+dfsg1-2+deb9u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.0~rc6+dfsg1-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.0~rc93+ds1-5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.1.1+ds1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • golang-github-opencontainers-runc-dev
  • runc (1 bugs: 0, 1, 0, 0)
action needed
A new upstream version is available: 1.1.2 high
A new upstream version 1.1.2 is available, you should consider packaging it.
Created: 2022-05-12 Last update: 2022-05-21 22:08
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2022-29162: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.
Created: 2022-05-12 Last update: 2022-05-20 04:07
5 security issues in buster high

There are 5 open security issues in buster.

2 important issues:
  • CVE-2021-30465: runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.
  • CVE-2022-29162: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.
2 issues left for the package maintainer to handle:
  • CVE-2019-16884: (needs triaging) runc through 1.0.0-rc8, as used in Docker through 19.03.2-ce and other products, allows AppArmor restriction bypass because libcontainer/rootfs_linux.go incorrectly checks mount targets, and thus a malicious Docker image can mount over a /proc directory.
  • CVE-2019-19921: (needs triaging) runc through 1.0.0-rc9 has Incorrect Access Control leading to Escalation of Privileges, related to libcontainer/rootfs_linux.go. To exploit this, an attacker must be able to spawn two containers with custom volume-mount configurations, and be able to run custom images. (This vulnerability does not affect Docker due to an implementation detail that happens to block the attack.)

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

1 ignored issue:
  • CVE-2021-43784: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc, netlink is used internally as a serialization system for specifying the relevant container configuration to the `C` portion of the code (responsible for the based namespace setup of containers). In all versions of runc prior to 1.0.3, the encoder did not handle the possibility of an integer overflow in the 16-bit length field for the byte array attribute type, meaning that a large enough malicious byte array attribute could result in the length overflowing and the attribute contents being parsed as netlink messages for container configuration. This vulnerability requires the attacker to have some control over the configuration of the container and would allow the attacker to bypass the namespace restrictions of the container by simply adding their own netlink payload which disables all namespaces. The main users impacted are those who allow untrusted images with untrusted configurations to run on their machines (such as with shared cloud infrastructure). runc version 1.0.3 contains a fix for this bug. As a workaround, one may try disallowing untrusted namespace paths from your container. It should be noted that untrusted namespace paths would allow the attacker to disable namespace protections entirely even in the absence of this bug.
Created: 2021-02-19 Last update: 2022-05-20 04:07
2 security issues in bullseye high

There are 2 open security issues in bullseye.

1 important issue:
  • CVE-2022-29162: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.
1 ignored issue:
  • CVE-2021-43784: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc, netlink is used internally as a serialization system for specifying the relevant container configuration to the `C` portion of the code (responsible for the based namespace setup of containers). In all versions of runc prior to 1.0.3, the encoder did not handle the possibility of an integer overflow in the 16-bit length field for the byte array attribute type, meaning that a large enough malicious byte array attribute could result in the length overflowing and the attribute contents being parsed as netlink messages for container configuration. This vulnerability requires the attacker to have some control over the configuration of the container and would allow the attacker to bypass the namespace restrictions of the container by simply adding their own netlink payload which disables all namespaces. The main users impacted are those who allow untrusted images with untrusted configurations to run on their machines (such as with shared cloud infrastructure). runc version 1.0.3 contains a fix for this bug. As a workaround, one may try disallowing untrusted namespace paths from your container. It should be noted that untrusted namespace paths would allow the attacker to disable namespace protections entirely even in the absence of this bug.
Created: 2021-12-06 Last update: 2022-05-20 04:07
1 security issue in bookworm high

There is 1 open security issue in bookworm.

1 important issue:
  • CVE-2022-29162: runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.
Created: 2022-05-12 Last update: 2022-05-20 04:07
4 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 8633181a8eadfd2b0eb4b80c15ce586c66df89c9
Merge: 000a2382 8587cca3
Author: Jelmer Vernooij <jelmer@debian.org>
Date:   Tue Apr 5 17:55:14 2022 +0000

    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request go-team/packages/runc!2

commit 000a23826dbbda5f22513a863b2df9600bbf08b9
Merge: a16274a6 6bd4ffac
Author: Jelmer Vernooij <jelmer@debian.org>
Date:   Tue Apr 5 17:55:09 2022 +0000

    Merge branch 'lintian-fixes' into 'master'
    
    Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse
    
    See merge request go-team/packages/runc!1

commit 6bd4ffac78728953cae9f81135a64c7b887c5bfd
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Tue Mar 29 05:09:26 2022 +0000

    Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
    
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

commit 8587cca3b7081bca32d1b3c6dce15b073aa9afe3
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Tue Mar 29 05:08:11 2022 +0000

    Remove constraints unnecessary since buster
    
    * Build-Depends: Drop versioned constraint on golang-github-sirupsen-logrus-dev.
    * runc: Drop versioned constraint on docker.io in Breaks.
    * golang-github-opencontainers-runc-dev: Drop versioned constraint on golang-github-sirupsen-logrus-dev in Depends.
    
    Changes-By: deb-scrub-obsolete
Created: 2022-04-05 Last update: 2022-05-21 02:38
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2021-09-06 Last update: 2022-01-01 04:34
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.1 instead of 4.6.0).
Created: 2022-05-11 Last update: 2022-05-11 23:24
news
[rss feed]
  • [2022-04-02] runc 1.1.1+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2022-03-29] Accepted runc 1.1.1+ds1-1 (source) into unstable (Shengjing Zhu)
  • [2022-02-09] runc 1.1.0+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2022-02-09] runc 1.1.0+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2022-02-06] Accepted runc 1.1.0+ds1-1 (source) into unstable (Shengjing Zhu)
  • [2021-12-14] Accepted runc 1.1.0~rc.1+ds1-1 (source) into experimental (Shengjing Zhu)
  • [2021-12-09] runc 1.0.3+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2021-12-06] Accepted runc 0.1.1+dfsg1-2+deb9u3 (source all amd64) into oldoldstable (Chris Lamb)
  • [2021-12-06] Accepted runc 1.0.3+ds1-1 (source) into unstable (Shengjing Zhu)
  • [2021-10-15] runc 1.0.2+ds1-2 MIGRATED to testing (Debian testing watch)
  • [2021-10-10] Accepted runc 1.0.2+ds1-2 (source) into unstable (Shengjing Zhu)
  • [2021-08-26] runc 1.0.2+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2021-08-23] Accepted runc 1.0.2+ds1-1 (source) into unstable (Shengjing Zhu)
  • [2021-08-23] runc 1.0.1+ds1-2 MIGRATED to testing (Debian testing watch)
  • [2021-08-20] Accepted runc 1.0.1+ds1-2 (source) into unstable (Shengjing Zhu)
  • [2021-07-16] Accepted runc 1.0.1+ds1-1 (source) into experimental (Shengjing Zhu)
  • [2021-06-22] Accepted runc 1.0.0+ds1-1 (source) into experimental (Shengjing Zhu)
  • [2021-06-05] Accepted runc 1.0.0~rc95.86.g2f8e8e9d+ds1-1 (source) into experimental (Shengjing Zhu)
  • [2021-05-25] runc 1.0.0~rc93+ds1-5 MIGRATED to testing (Debian testing watch)
  • [2021-05-19] Accepted runc 1.0.0~rc93+ds1-5 (source) into unstable (Shengjing Zhu)
  • [2021-05-19] Accepted runc 1.0.0~rc93+ds1-4 (source) into unstable (Shengjing Zhu)
  • [2021-05-19] Accepted runc 1.0.0~rc94+ds1-2 (source) into experimental (Shengjing Zhu)
  • [2021-05-12] Accepted runc 1.0.0~rc94+ds1-1 (source) into experimental (Shengjing Zhu)
  • [2021-04-30] runc 1.0.0~rc93+ds1-3 MIGRATED to testing (Debian testing watch)
  • [2021-04-10] Accepted runc 1.0.0~rc93+ds1-3 (source) into unstable (Shengjing Zhu)
  • [2021-04-02] Accepted runc 1.0.0~rc93.144.g6538f9f2+ds1-1 (source) into experimental (Shengjing Zhu)
  • [2021-02-12] runc 1.0.0~rc93+ds1-2 MIGRATED to testing (Debian testing watch)
  • [2021-02-08] Accepted runc 1.0.0~rc93+ds1-2 (source) into unstable (Shengjing Zhu)
  • [2021-02-06] runc 1.0.0~rc93+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2021-02-04] Accepted runc 1.0.0~rc93+ds1-1 (source) into unstable (Shengjing Zhu)
  • 1
  • 2
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, checks, clang, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.1.2-0ubuntu1
  • 1 bug
  • patches for 1.1.2-0ubuntu1

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