Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-437 Medium 5.3

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Affected Packages
CURL_jll < 8.20.0+0
LibCURL_jll < 8.19.0+0
Aliases / Upstream
CVE-2026-3783 GHSA-8whr-249c-vfjp EUVD-2026-11138

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances.

If the hostname that the first request is redirected to has information in the used .netrc file, with either of the machine or default keywords, curl would pass on the bearer token set for the first host also to the second one.

References