[Backport 7.79.x] Bump curl version to 8.20.0#23801
Merged
Merged
Conversation
Addresses CVE-2026-5773 (SMB connection reuse). Also bumps the vcpkg desired_commit to the upstream commit that adds curl 8.20.0 so the Windows librdkafka build picks up the new port version. Fixes: [VULN-82927](https://datadoghq.atlassian.net/browse/VULN-82927)
Contributor
Validation Report
Run Passed validations (19)
|
|
steveny91
approved these changes
May 21, 2026
Contributor
Author
|
Failing validations unrelated to changes in this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Manual backport of #23771 to
7.79.x. Bumps the curl version used in.buildersfrom 8.19.0 to 8.20.0 across all four builder images (Linux x86_64, Linux aarch64, macOS, Windows). Also bumps the vcpkgdesired_commitpin in the Windowsbuild_script.ps1to the upstream commit that adds the curl 8.20.0 port.The auto-backport bot was unable to open this PR (likely due to
.deps/*lockfile drift on the release branch); the dependency-resolution bot will regenerate.deps/*against this branch automatically once this PR is open.Motivation
Addresses CVE-2026-5773 — libcurl could reuse the wrong SMB(S) connection from the pool because the share name was not part of the connection-match criteria. Affected versions: 7.40.0 through 8.19.0. Fixed in curl 8.20.0 (released 2026-04-29).
Fixes: VULN-82927
Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged