File _patchinfo of Package patchinfo.19366

<patchinfo incident="19366">
  <issue tracker="bnc" id="1182476">Docker wrong SemVer version string</issue>
  <issue tracker="bnc" id="1181677">remove docker-runc and docker-proxy packages plus unneeded -kubic flavours</issue>
  <issue tracker="bnc" id="1034053">update docker to v17.04.0-ce</issue>
  <issue tracker="bnc" id="1131314">SLES12SP4 : After the last kernel-update docker doesn't run</issue>
  <issue tracker="bnc" id="1118897">VUL-0: CVE-2018-16873: go: cmd/go: remote command execution</issue>
  <issue tracker="bnc" id="1181641">After docker update, containerd-shim-runc-v2 cannot find "runc" binary</issue>
  <issue tracker="bnc" id="1152308">VUL-0: CVE-2019-16884: runc: LSM bypass via malicious Docker image that mount over a /proc directory</issue>
  <issue tracker="bnc" id="1118899">VUL-0: CVE-2018-16875: go: crypto/x509: CPU denial of service</issue>
  <issue tracker="bnc" id="1181749">Cannot update containerd due to incorrect runc dependency</issue>
  <issue tracker="bnc" id="1181594">[trackerbug] Docker 20.10.2 update</issue>
  <issue tracker="bnc" id="1181730">VUL-0: CVE-2021-21285: docker: pulling a malformed Docker image manifest crashes the dockerd daemon</issue>
  <issue tracker="bnc" id="1160452">VUL-0: CVE-2019-19921: runc: volume mount race condition with shared mounts</issue>
  <issue tracker="bnc" id="1183855">When stopping docker btrfs quotas are removed</issue>
  <issue tracker="bnc" id="1184768">[trackerbug] Docker 20.10.6 update</issue>
  <issue tracker="bnc" id="1095817">containers packages fail randomly due to %check</issue>
  <issue tracker="bnc" id="1053532">failed to retrieve docker-runc version: unknown output format</issue>
  <issue tracker="bnc" id="1181732">VUL-1: CVE-2021-21284: docker: potential privilege escalation when the root user in the remapped namespace has access to the host filesystem</issue>
  <issue tracker="bnc" id="1131553">SLES12SP1 : After the last kernel-update docker doesn't run</issue>
  <issue tracker="bnc" id="1028638">docker: conditional filtering not supported on libseccomp for sle12 or sle12sp1</issue>
  <issue tracker="bnc" id="1149954">"podman run ..." hangs when spawned by salt-minion process</issue>
  <issue tracker="bnc" id="1118898">VUL-0: CVE-2018-16874: go: cmd/go: directory traversal</issue>
  <issue tracker="bnc" id="1175081">Docker on btrfs disables quotas globally</issue>
  <issue tracker="bnc" id="1121967">VUL-0: CVE-2019-5736: docker-runc: container breakout vulnerability</issue>
  <issue tracker="bnc" id="1168481">/dev/null not accessable in containers</issue>
  <issue tracker="bnc" id="1048046">docker binaries incorrectly built, contain TEXTRELS</issue>
  <issue tracker="bnc" id="1183024">containerd is unusable without containerd-shim-runc-v[1,2] [ref:_00D1igLOd._5001iaDwwW:ref]</issue>
  <issue tracker="bnc" id="1182947">[trackerbug] Docker 20.10.5 update</issue>
  <issue tracker="bnc" id="1182451">Since glibc 2.33 testing for execute permission does not work</issue>
  <issue tracker="bnc" id="1184962">podman and glibc 2.33 don't play together</issue>
  <issue tracker="bnc" id="1175821">Update podman to 2.0.x release</issue>
  <issue tracker="bnc" id="1051429">docker and runc failed to build with kernel 4.12 on ppc64le</issue>
  <issue tracker="bnc" id="1183397">VUL-0: CVE-2021-21334: containerd: potential information leak through environment variables</issue>
  <issue tracker="cve" id="2021-21334"/>
  <issue tracker="cve" id="2021-21285"/>
  <issue tracker="cve" id="2021-21284"/>
  <issue tracker="cve" id="2019-5736"/>
  <issue tracker="cve" id="2019-19921"/>
  <issue tracker="cve" id="2019-16884"/>
  <issue tracker="cve" id="2018-16875"/>
  <issue tracker="cve" id="2018-16874"/>
  <issue tracker="cve" id="2018-16873"/>
  <packager>cyphar</packager>
  <rating>important</rating>
  <category>security</category>
  <summary>Security update for containerd, docker, runc</summary>
  <description>This update for containerd, docker, runc fixes the following issues:

- Docker was updated to 20.10.6-ce
  *  Switch version to use -ce suffix rather than _ce to avoid confusing other
     tools (bsc#1182476).
  * CVE-2021-21284: Fixed a potential privilege escalation when the root user in 
    the remapped namespace has access to the host filesystem (bsc#1181732)
  * CVE-2021-21285: Fixed an issue where pulling a malformed Docker image manifest 
    crashes the dockerd daemon (bsc#1181730). 

- runc was updated to  v1.0.0~rc93 (bsc#1182451 and bsc#1184962).
  * Use the upstream runc package (bsc#1181641, bsc#1181677, bsc#1175821).
  * Fixed /dev/null is not available (bsc#1168481).
  * Fixed an issue where podman hangs when spawned by salt-minion process (bsc#1149954).
  * CVE-2019-19921: Fixed a race condition with shared mounts (bsc#1160452).
  * CVE-2019-16884: Fixed an LSM bypass via malicious Docker image that mount 
    over a /proc directory (bsc#1152308).
  * CVE-2019-5736: Fixed potential write attacks to the host runc binary (bsc#1121967).
  * Fixed an issue where after a kernel-update docker doesn't run (bsc#1131314 bsc#1131553)
  * Ensure that we always include the version information in runc (bsc#1053532).
  
- Switch to Go 1.13 for build.
  * CVE-2018-16873: Fixed a potential remote code execution (bsc#1118897).
  * CVE-2018-16874: Fixed a directory traversal in "go get" via curly braces 
    in import paths (bsc#1118898).
  * CVE-2018-16875: Fixed a CPU denial of service (bsc#1118899).
  * Fixed an issue with building containers (bsc#1095817).

- containerd was updated to v1.4.4
  * CVE-2021-21334: Fixed a potential information leak through environment variables (bsc#1183397).
  * Handle a requirement from docker (bsc#1181594).
  * Install the containerd-shim* binaries and stop creating (bsc#1183024).
  * update version to the one required by docker (bsc#1034053)

- Use -buildmode=pie for tests and binary build (bsc#1048046, bsc#1051429)
- Cleanup seccomp builds similar (bsc#1028638).
- Update to handle the docker-runc removal, and drop the -kubic flavour (bsc#1181677, bsc#1181749)
</description>
  <message>Updating docker will restart the docker service, which may stop some of your docker containers. Do you want to proceed with the update?</message>
</patchinfo>
openSUSE Build Service is sponsored by