mudler / yip

:pushpin: Yaml Instructions Processor - Simply applies a cloud-init style yaml file to the system
Apache License 2.0
73 stars 20 forks source link

Update module github.com/moby/moby to v24 [SECURITY] #127

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/moby/moby v23.0.2+incompatible -> v24.0.9+incompatible age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-24557

The classic builder cache system is prone to cache poisoning if the image is built FROM scratch. Also, changes to some instructions (most important being HEALTHCHECK and ONBUILD) would not cause a cache miss.

An attacker with the knowledge of the Dockerfile someone is using could poison their cache by making them pull a specially crafted image that would be considered as a valid cache candidate for some build steps.

For example, an attacker could create an image that is considered as a valid cache candidate for:

FROM scratch
MAINTAINER Pawel

when in fact the malicious image used as a cache would be an image built from a different Dockerfile.

In the second case, the attacker could for example substitute a different HEALTCHECK command.

Impact

23.0+ users are only affected if they explicitly opted out of Buildkit (DOCKER_BUILDKIT=0 environment variable) or are using the /build API endpoint (which uses the classic builder by default).

All users on versions older than 23.0 could be impacted. An example could be a CI with a shared cache, or just a regular Docker user pulling a malicious image due to misspelling/typosquatting.

Image build API endpoint (/build) and ImageBuild function from github.com/docker/docker/client is also affected as it the uses classic builder by default.

Patches

Patches are included in Moby releases:

Workarounds


Release Notes

moby/moby (github.com/moby/moby) ### [`v24.0.9+incompatible`](https://togithub.com/moby/moby/compare/v24.0.8...v24.0.9) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.8...v24.0.9) ### [`v24.0.8+incompatible`](https://togithub.com/moby/moby/compare/v24.0.7...v24.0.8) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.7...v24.0.8) ### [`v24.0.7+incompatible`](https://togithub.com/moby/moby/compare/v24.0.6...v24.0.7) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.6...v24.0.7) ### [`v24.0.6+incompatible`](https://togithub.com/moby/moby/compare/v24.0.5...v24.0.6) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.5...v24.0.6) ### [`v24.0.5+incompatible`](https://togithub.com/moby/moby/compare/v24.0.4...v24.0.5) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.4...v24.0.5) ### [`v24.0.4+incompatible`](https://togithub.com/moby/moby/compare/v24.0.3...v24.0.4) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.3...v24.0.4) ### [`v24.0.3+incompatible`](https://togithub.com/moby/moby/compare/v24.0.2...v24.0.3) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.2...v24.0.3) ### [`v24.0.2+incompatible`](https://togithub.com/moby/moby/compare/v24.0.1...v24.0.2) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.1...v24.0.2) ### [`v24.0.1+incompatible`](https://togithub.com/moby/moby/compare/v24.0.0...v24.0.1) [Compare Source](https://togithub.com/moby/moby/compare/v24.0.0...v24.0.1) ### [`v24.0.0+incompatible`](https://togithub.com/moby/moby/compare/v23.0.9...v24.0.0) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.9...v24.0.0) ### [`v23.0.9+incompatible`](https://togithub.com/moby/moby/compare/v23.0.8...v23.0.9) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.8...v23.0.9) ### [`v23.0.8+incompatible`](https://togithub.com/moby/moby/compare/v23.0.7...v23.0.8) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.7...v23.0.8) ### [`v23.0.7+incompatible`](https://togithub.com/moby/moby/compare/v23.0.6...v23.0.7) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.6...v23.0.7) ### [`v23.0.6+incompatible`](https://togithub.com/moby/moby/compare/v23.0.5...v23.0.6) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.5...v23.0.6) ### [`v23.0.5+incompatible`](https://togithub.com/moby/moby/compare/v23.0.4...v23.0.5) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.4...v23.0.5) ### [`v23.0.4+incompatible`](https://togithub.com/moby/moby/compare/v23.0.3...v23.0.4) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.3...v23.0.4) ### [`v23.0.3+incompatible`](https://togithub.com/moby/moby/compare/v23.0.2...v23.0.3) [Compare Source](https://togithub.com/moby/moby/compare/v23.0.2...v23.0.3)

Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.