• equivocal@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 hours ago

    The issue is that the docker service runs as root and their defaults added the user to a group that allows them to control that service without sudo

    So, the root filesystem can just be passed as a volume to a container and then do whatever you want from there.

    • NaibofTabr@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 hours ago

      OK, so if you can pass the host root filesystem to a container and then write files or execute code with root privileges on that filesystem, I would definitely consider that a container escape. You’re executing arbitrary code on the host from within a container.