Lucene search

K
redhatRedHatRHSA-2018:2482
HistoryAug 16, 2018 - 3:44 p.m.

(RHSA-2018:2482) Moderate: docker security and bug fix update

2018-08-1615:44:23
access.redhat.com
84

0.002 Low

EPSS

Percentile

61.0%

Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that runs virtually anywhere.

Security Fix(es):

  • docker: container breakout without selinux in enforcing mode (CVE-2018-10892)

For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.

This issue was discovered by Antonio Murdaca (Red Hat).

Bug Fix(es):

  • Previously, the dontaudit and allow SELinux rules were missing, so the kernel raised a SELinux AVC message. Consequently, some commands did not work as expected. This update adds the missing rules, and the commands now run successfully. (BZ#1550967)

  • Previously, during a restart the container daemon did not restore the state of a container correctly if an exec’ed process was associated with the container. Consequently, the container daemon aborted with ‘panic: close of nil channel’ when the daemon was handling the termination of the exec’ed process. This bug has been fixed, and the container daemon no longer panics in the aforementioned scenario. (BZ#1554121)

  • Previously, bind mounts were resolved before using them inside a container. Consequently, symlinks could not be mounted inside of the container. With this update, the source of a bind mount is not resolved. As a result, it is possible to bind mount symlinks again into a container. (BZ#1603201)