Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
The latest github action runner image (https://github.com/actions/runner/blob/3d34a3c6d6dfd7599e489b3c04fcf95a8a428434/images/Dockerfile) uses BUILDX_VERSION=0.16.2 which is dependent on docker 27.0.3 which has a critical security vulnerability (GHSA-v23v-6jw2-98fq).
This dependency was changed in buildx 17.0.0 (github.com/docker/docker v27.0.3 -> v27.2.1) and in the latest version of buildx: 17.0.1 (https://github.com/docker/buildx/releases/tag/v0.17.1)
There is an open PR that would fix this: actions/runner#3498
Is there a reason why this dependency has not been bumped?
See also:
https://www.docker.com/blog/docker-security-advisory-docker-engine-authz-plugin/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110
Beta Was this translation helpful? Give feedback.
All reactions