[SUSE-SU-2024:3120-1] Security update for buildah, docker

Severity Critical
CVEs 8

Security update for buildah, docker

This update for buildah, docker fixes the following issues:

Changes in docker:
- CVE-2024-23651: Fixed arbitrary files write due to race condition on mounts (bsc#1219267)
- CVE-2024-23652: Fixed insufficient validation of parent directory on mount (bsc#1219268)
- CVE-2024-23653: Fixed insufficient validation on entitlement on container creation via buildkit (bsc#1219438)
- CVE-2024-41110: A Authz zero length regression that could lead to authentication bypass was fixed (bsc#1228324)

Other fixes:

  • Update to Docker 25.0.6-ce. See upstream changelog online at https://docs.docker.com/engine/release-notes/25.0/#2506
  • Update to Docker 25.0.5-ce (bsc#1223409)

  • Fix BuildKit's symlink resolution logic to correctly handle non-lexical
    symlinks. (bsc#1221916)

  • Write volume options atomically so sudden system crashes won't result in
    future Docker starts failing due to empty files. (bsc#1214855)

Changes in buildah:
- Update to version 1.35.4:
* [release-1.35] Bump to Buildah v1.35.4
* [release-1.35] CVE-2024-3727 updates (bsc#1224117)
* integration test: handle new labels in 'bud and test --unsetlabel'
* [release-1.35] Bump go-jose CVE-2024-28180
* [release-1.35] Bump ocicrypt and go-jose CVE-2024-28180

  • Update to version 1.35.3:

    • [release-1.35] Bump to Buildah v1.35.3
    • [release-1.35] correctly configure /etc/hosts and resolv.conf
    • [release-1.35] buildah: refactor resolv/hosts setup.
    • [release-1.35] rename the hostFile var to reflect
    • [release-1.35] Bump c/common to v0.58.1
    • [release-1.35] Bump Buildah to v1.35.2
    • [release-1.35] CVE-2024-24786 protobuf to 1.33
    • [release-1.35] Bump to v1.35.2-dev
  • Update to version 1.35.1:

    • [release-1.35] Bump to v1.35.1
    • [release-1.35] CVE-2024-1753 container escape fix (bsc#1221677)
  • Buildah dropped cni support, require netavark instead (bsc#1221243)

  • Remove obsolete requires libcontainers-image & libcontainers-storage

  • Require passt for rootless networking (poo#156955)
    Buildah moved to passt/pasta for rootless networking from slirp4netns
    (https://github.com/containers/common/pull/1846)

  • Update to version 1.35.0:

    • Bump v1.35.0
    • Bump c/common v0.58.0, c/image v5.30.0, c/storage v1.53.0
    • conformance tests: don't break on trailing zeroes in layer blobs
    • Add a conformance test for copying to a mounted prior stage
    • fix(deps): update module github.com/stretchr/testify to v1.9.0
    • cgroups: reuse version check from c/common
    • Update vendor of containers/(common,image)
    • fix(deps): update github.com/containers/storage digest to eadc620
    • fix(deps): update github.com/containers/luksy digest to ceb12d4
    • fix(deps): update github.com/containers/image/v5 digest to cdc6802
    • manifest add: complain if we get artifact flags without --artifact
    • Use retry logic from containers/common
    • Vendor in containers/(storage,image,common)
    • Update module golang.org/x/crypto to v0.20.0
    • Add comment re: Total Success task name
    • tests: skip_if_no_unshare(): check for --setuid
    • Properly handle build --pull=false
    • [skip-ci] Update tim-actions/get-pr-commits action to v1.3.1
    • Update module go.etcd.io/bbolt to v1.3.9
    • Revert 'Reduce official image size'
    • Update module github.com/opencontainers/image-spec to v1.1.0
    • Reduce official image size
    • Build with CNI support on FreeBSD
    • build --all-platforms: skip some base 'image' platforms
    • Bump main to v1.35.0-dev
    • Vendor in latest containers/(storage,image,common)
    • Split up error messages for missing --sbom related flags
    • buildah manifest: add artifact-related options
    • cmd/buildah/manifest.go: lock lists before adding/annotating/pushing
    • cmd/buildah/manifest.go: don't make struct declarations aliases
    • Use golang.org/x/exp/slices.Contains
    • Disable loong64 again
    • Fix a couple of typos in one-line comments
    • egrep is obsolescent; use grep -E
    • Try Cirrus with a newer VM version
    • Set CONTAINERS_CONF in the chroot-mount-flags integration test
    • Update to match dependency API update
    • Update github.com/openshift/imagebuilder and containers/common
    • docs: correct default authfile path
    • fix(deps): update module github.com/containerd/containerd to v1.7.13
    • tests: retrofit test for heredoc summary
    • build, heredoc: show heredoc summary in build output
    • manifest, push: add support for --retry and --retry-delay
    • fix(deps): update github.com/openshift/imagebuilder digest to b767bc3
    • imagebuildah: fix crash with empty RUN
    • fix(deps): update github.com/containers/luksy digest to b62d551
    • fix(deps): update module github.com/opencontainers/runc to v1.1.12 [security]
    • fix(deps): update module github.com/moby/buildkit to v0.12.5 [security]
    • Make buildah match podman for handling of ulimits
    • docs: move footnotes to where they're applicable
    • Allow users to specify no-dereference
    • Run codespell on code
    • Fix FreeBSD version parsing
    • Fix a build break on FreeBSD
    • Remove a bad FROM line
    • fix(deps): update module github.com/onsi/gomega to v1.31.1
    • fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6
    • docs: use reversed logo for dark theme in README
    • build,commit: add --sbom to scan and produce SBOMs when committing
    • commit: force omitHistory if the parent has layers but no history
    • docs: fix a couple of typos
    • internal/mkcw.Archive(): handle extra image content
    • stage_executor,heredoc: honor interpreter in heredoc
    • stage_executor,layers: burst cache if heredoc content is changed
    • fix(deps): update module golang.org/x/crypto to v0.18.0
    • Replace map[K]bool with map[K]struct{} where it makes sense
    • fix(deps): update module golang.org/x/sync to v0.6.0
    • fix(deps): update module golang.org/x/term to v0.16.0
    • Bump CI VMs
    • Replace strings.SplitN with strings.Cut
    • fix(deps): update github.com/containers/storage digest to ef81e9b
    • fix(deps): update github.com/containers/image/v5 digest to 1b221d4
    • fix(deps): update module github.com/fsouza/go-dockerclient to v1.10.1
    • Document use of containers-transports values in buildah
    • fix(deps): update module golang.org/x/crypto to v0.17.0 [security]
    • chore(deps): update dependency containers/automation_images to v20231208
    • manifest: addCompression use default from containers.conf
    • commit: add a --add-file flag
    • mkcw: populate the rootfs using an overlay
    • chore(deps): update dependency containers/automation_images to v20230517
    • [skip-ci] Update actions/stale action to v9
    • fix(deps): update module github.com/containernetworking/plugins to v1.4.0
    • fix(deps): update github.com/containers/image/v5 digest to 7a40fee
    • Bump to v1.34.1-dev
    • Ignore errors if label.Relabel returns ENOSUP
ID
SUSE-SU-2024:3120-1
Severity
critical
URL
https://www.suse.com/support/update/announcement/2024/suse-su-20243120-1/
Published
2024-09-03T15:13:23
(13 days ago)
Modified
2024-09-03T15:13:23
(13 days ago)
Rights
Copyright 2024 SUSE LLC. All rights reserved.
Other Advisories
Source # ID Name URL
Suse SUSE ratings https://www.suse.com/support/security/rating/
Suse URL of this CSAF notice https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3120-1.json
Suse URL for SUSE-SU-2024:3120-1 https://www.suse.com/support/update/announcement/2024/suse-su-20243120-1/
Suse E-Mail link for SUSE-SU-2024:3120-1 https://lists.suse.com/pipermail/sle-updates/2024-September/036751.html
Bugzilla SUSE Bug 1214855 https://bugzilla.suse.com/1214855
Bugzilla SUSE Bug 1219267 https://bugzilla.suse.com/1219267
Bugzilla SUSE Bug 1219268 https://bugzilla.suse.com/1219268
Bugzilla SUSE Bug 1219438 https://bugzilla.suse.com/1219438
Bugzilla SUSE Bug 1221243 https://bugzilla.suse.com/1221243
Bugzilla SUSE Bug 1221677 https://bugzilla.suse.com/1221677
Bugzilla SUSE Bug 1221916 https://bugzilla.suse.com/1221916
Bugzilla SUSE Bug 1223409 https://bugzilla.suse.com/1223409
Bugzilla SUSE Bug 1224117 https://bugzilla.suse.com/1224117
Bugzilla SUSE Bug 1228324 https://bugzilla.suse.com/1228324
CVE SUSE CVE CVE-2024-1753 page https://www.suse.com/security/cve/CVE-2024-1753/
CVE SUSE CVE CVE-2024-23651 page https://www.suse.com/security/cve/CVE-2024-23651/
CVE SUSE CVE CVE-2024-23652 page https://www.suse.com/security/cve/CVE-2024-23652/
CVE SUSE CVE CVE-2024-23653 page https://www.suse.com/security/cve/CVE-2024-23653/
CVE SUSE CVE CVE-2024-24786 page https://www.suse.com/security/cve/CVE-2024-24786/
CVE SUSE CVE CVE-2024-28180 page https://www.suse.com/security/cve/CVE-2024-28180/
CVE SUSE CVE CVE-2024-3727 page https://www.suse.com/security/cve/CVE-2024-3727/
CVE SUSE CVE CVE-2024-41110 page https://www.suse.com/security/cve/CVE-2024-41110/
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories Exploits PoC Pubblication Date Modification Date
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories PoC Pubblication Date Modification Date
Loading...