Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-389 High 7.5

JLSEC-2026-389

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

The curl URL parser wrongly accepts percent-encoded URL separators like '/'when decoding the host name part of a URL, making it a different URL usingthe wrong host name when it is later retrieved.For example, a URL like http://example.com%2F127.0.0.1/, would be allowed bythe parser and get transposed into http://example.com/127.0.0.1/. This flawcan be used to circumvent filters, checks and more.

References