moov-io / watchman

AML/CTF/KYC/OFAC Search of global watchlist and sanctions
https://moov-io.github.io/watchman/
Apache License 2.0
330 stars 87 forks source link

fix(deps): update module github.com/docker/docker to v24 [security] - autoclosed #509

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/docker/docker require major v20.10.24+incompatible -> v24.0.7+incompatible

GitHub Vulnerability Alerts

GHSA-jq35-85cj-fj4p

Intel's RAPL (Running Average Power Limit) feature, introduced by the Sandy Bridge microarchitecture, provides software insights into hardware energy consumption. To facilitate this, Intel introduced the powercap framework in Linux kernel 3.13, which reads values via relevant MSRs (model specific registers) and provides unprivileged userspace access via sysfs. As RAPL is an interface to access a hardware feature, it is only available when running on bare metal with the module compiled into the kernel.

By 2019, it was realized that in some cases unprivileged access to RAPL readings could be exploited as a power-based side-channel against security features including AES-NI (potentially inside a SGX enclave) and KASLR (kernel address space layout randomization). Also known as the PLATYPUS attack, Intel assigned CVE-2020-8694 and CVE-2020-8695, and AMD assigned CVE-2020-12912.

Several mitigations were applied; Intel reduced the sampling resolution via a microcode update, and the Linux kernel prevents access by non-root users since 5.10. However, this kernel-based mitigation does not apply to many container-based scenarios:

While this is not a direct vulnerability in container runtimes, defense in depth and safe defaults are valuable and preferred, especially as this poses a risk to multi-tenant container environments running directly on affected hardware. This is provided by masking /sys/devices/virtual/powercap in the default mount configuration, and adding an additional set of rules to deny it in the default AppArmor profile.

While sysfs is not the only way to read from the RAPL subsystem, other ways of accessing it require additional capabilities such as CAP_SYS_RAWIO which is not available to containers by default, or perf paranoia level less than 1, which is a non-default kernel tunable.

References


Release Notes

docker/docker (github.com/docker/docker) ### [`v24.0.7+incompatible`](https://togithub.com/docker/docker/compare/v24.0.6...v24.0.7) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.6...v24.0.7) ### [`v24.0.6+incompatible`](https://togithub.com/docker/docker/compare/v24.0.5...v24.0.6) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.5...v24.0.6) ### [`v24.0.5+incompatible`](https://togithub.com/docker/docker/compare/v24.0.4...v24.0.5) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.4...v24.0.5) ### [`v24.0.4+incompatible`](https://togithub.com/docker/docker/compare/v24.0.3...v24.0.4) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.3...v24.0.4) ### [`v24.0.3+incompatible`](https://togithub.com/docker/docker/compare/v24.0.2...v24.0.3) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.2...v24.0.3) ### [`v24.0.2+incompatible`](https://togithub.com/docker/docker/compare/v24.0.1...v24.0.2) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.1...v24.0.2) ### [`v24.0.1+incompatible`](https://togithub.com/docker/docker/compare/v24.0.0...v24.0.1) [Compare Source](https://togithub.com/docker/docker/compare/v24.0.0...v24.0.1) ### [`v24.0.0+incompatible`](https://togithub.com/docker/docker/compare/v23.0.7...v24.0.0) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.7...v24.0.0) ### [`v23.0.7+incompatible`](https://togithub.com/docker/docker/compare/v23.0.6...v23.0.7) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.6...v23.0.7) ### [`v23.0.6+incompatible`](https://togithub.com/docker/docker/compare/v23.0.5...v23.0.6) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.5...v23.0.6) ### [`v23.0.5+incompatible`](https://togithub.com/docker/docker/compare/v23.0.4...v23.0.5) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.4...v23.0.5) ### [`v23.0.4+incompatible`](https://togithub.com/docker/docker/compare/v23.0.3...v23.0.4) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.3...v23.0.4) ### [`v23.0.3+incompatible`](https://togithub.com/docker/docker/compare/v23.0.2...v23.0.3) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.2...v23.0.3) ### [`v23.0.2+incompatible`](https://togithub.com/docker/docker/compare/v23.0.1...v23.0.2) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.1...v23.0.2) ### [`v23.0.1+incompatible`](https://togithub.com/docker/docker/compare/v23.0.0...v23.0.1) [Compare Source](https://togithub.com/docker/docker/compare/v23.0.0...v23.0.1) ### [`v23.0.0+incompatible`](https://togithub.com/docker/docker/compare/v20.10.25...v23.0.0) [Compare Source](https://togithub.com/docker/docker/compare/v20.10.26...v23.0.0) ### [`v20.10.26+incompatible`](https://togithub.com/docker/docker/compare/v20.10.25...v20.10.26) [Compare Source](https://togithub.com/docker/docker/compare/v20.10.25...v20.10.26) ### [`v20.10.25+incompatible`](https://togithub.com/docker/docker/compare/v20.10.24...v20.10.25) [Compare Source](https://togithub.com/docker/docker/compare/v20.10.24...v20.10.25)

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.

codecov-commenter commented 10 months ago

Codecov Report

Merging #509 (97ffaf7) into master (de290a0) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 97ffaf7 differs from pull request most recent head 49b7d0b. Consider uploading reports for the commit 49b7d0b to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #509 +/- ## ====================================== Coverage 8.25% 8.25% ====================================== Files 44 44 Lines 3503 3503 ====================================== Hits 289 289 Misses 3191 3191 Partials 23 23 ```