Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-1215 Critical 9.1

When asking curl to use a `.netrc` file to find credentials and at the same time specifying a URL...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Affected Packages
CURL_jll >= 8.11.1+0, < 8.21.0+0
LibCURL_jll >= 8.11.1+0, < 8.21.0+0

When asking curl to use a .netrc file to find credentials and at the same time specifying a URL with a username(without a password), like https://user@example.com/, curl could wrongly get and use the password for another user set in the .netrc file for that host if such a one exists and there is no match for the specified user.

References