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

[Security] Actions due to/Information around CVE-2023-38545 #35

Open
JanEbbing opened this issue Oct 10, 2023 · 1 comment
Open

[Security] Actions due to/Information around CVE-2023-38545 #35

JanEbbing opened this issue Oct 10, 2023 · 1 comment

Comments

@JanEbbing
Copy link
Member

The cURL project recently announced a high-severity security flaw affecting cURL and libcurl, with patches coming out on Oct 11th. DeepL takes security extremely seriously and is taking the appropriate internal measures to ensure the flaw is fixed in our systems ASAP. This issue serves to inform the users of our client libraries how this flaw affects the client libraries.

Affected libraries
We reviewed our dependencies and found no link to cURL in any library except this PHP one. This library uses the PHP cURL extension ext-curl, and does not itself include libcurl or similar. Hence, it is the user's responsibility to update the library on the system the client library is running on.

How can I check if I am affected?
Run this command in your console with the php binary that is also used for the client library. php -r "phpinfo(INFO_MODULES);" | grep cURL

If the cURL Information line shows a version below 8.4.0, you are affected and should update your system's cURL version.

How can I update?

This will depend on your operating system/how you installed cURL. You can find some general pointers for all major operating systems here.

@JanEbbing JanEbbing changed the title [placeholder] Actions due to/Information around CVE-2023-38545 Actions due to/Information around CVE-2023-38545 Oct 11, 2023
@JanEbbing JanEbbing changed the title Actions due to/Information around CVE-2023-38545 [Security] Actions due to/Information around CVE-2023-38545 Oct 11, 2023
@JanEbbing
Copy link
Member Author

JanEbbing commented Oct 11, 2023

There is now an official article on the vulnerability.
Please update the curl installation on your system to 8.4.0

Affected versions: libcurl 7.69.0 to and including 8.3.0
Not affected versions: libcurl < 7.69.0 and >= 8.4.0

I will keep this issue open for a while (~few months) for visibility and eventually close it.

@daniel-jones-deepl daniel-jones-deepl pinned this issue Oct 11, 2023
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

No branches or pull requests

1 participant