Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hf: curl version pin to 8.4 to fix CVE-2023-38545 and CVE-2023-38546 #1449 #1451

Closed
wants to merge 1 commit into from

Conversation

maxvisser
Copy link

@maxvisser maxvisser commented Oct 12, 2023

version pin curl to fix #1449

I didn't see that the alpine images where pushed already. This will force everything to upgrade to atleast version 8.4

based upon this schema, all alpine version allow for 8.4 to be added from the alpine repository:
https://security.alpinelinux.org/srcpkg/curl

@maxvisser maxvisser changed the title hf: curl version pin to 8.4 to fix CVE-2023-38545 and CVE-2023-38546 hf: curl version pin to 8.4 to fix CVE-2023-38545 and CVE-2023-38546 #1449 Oct 12, 2023
@LaurentGoderre
Copy link
Member

We don't need to do these kind of updates manually like this. The fixes to the underlying OS get propagated.

@yosifkit
Copy link
Member

This was addressed by rebuilding:

$ docker pull php:alpine
/usr/bin/docker-credential-desktop.exe: Invalid argument
alpine: Pulling from library/php
96526aa774ef: Already exists
61eb5622fa41: Pull complete
587160738cca: Pull complete
802431d360de: Pull complete
5db1ff5740b7: Pull complete
204a832fc655: Pull complete
867a5d91eaf5: Pull complete
851d1ebc1b2d: Pull complete
641f4f326175: Pull complete
Digest: sha256:403361a17e469f6069eef76a1ed1b55cc891aece27f934af9285e78b1f225938
Status: Downloaded newer image for php:alpine
docker.io/library/php:alpine
$ docker run -it --rm php:alpine sh
/ # apk info curl
WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.18/main: No such file or directory
WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.18/community: No such file or directory
curl-8.4.0-r0 description:
URL retrival utility and library

curl-8.4.0-r0 webpage:
https://curl.se/

curl-8.4.0-r0 installed size:
248 KiB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release a new version to solve curl high CVE
4 participants