Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/containers/buildah
  4. ›
  5. GMS-2021-89

GMS-2021-89: chroot isolation: environment value leakage to intermediate processes

July 19, 2021

Impact

When running processes using “chroot” isolation, the process being run can examine the environment variables of its immediate parent and grandparent processes (CVE-2021-3602). This isolation type is often used when running buildah in unprivileged containers, and it is often used to do so in CI/CD environments. If sensitive information is exposed to the original buildah process through its environment, that information will unintentionally be shared with child processes which it starts as part of handling RUN instructions or during buildah run. The commands that buildah is instructed to run can read that information if they choose to.

Patches

Users should upgrade packages, or images which contain packages, to include version 1.21.3 or later.

Workarounds

As a workaround, invoking buildah in a container under env -i to have it started with a reinitialized environment should prevent the leakage.

For more information

If you have any questions or comments about this advisory:

  • Open an issue in buildah
  • Email us at the buildah general mailing list, or the podman security mailing list if it’s sensitive.

References

  • github.com/advisories/GHSA-7638-r9r3-rmjj
  • github.com/containers/buildah/security/advisories/GHSA-7638-r9r3-rmjj

Code Behaviors & Features

Detect and mitigate GMS-2021-89 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 1.16.7, all versions starting from 1.17.0 up to 1.17.1, all versions starting from 1.18.0 up to 1.19.8, all versions starting from 1.20.0 up to 1.21.2

Fixed versions

  • 1.16.8
  • 1.17.2
  • 1.19.9
  • 1.21.3

Solution

Upgrade to versions 1.16.8, 1.17.2, 1.19.9, 1.21.3 or above.

Source file

go/github.com/containers/buildah/GMS-2021-89.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:03 +0000.