Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-414 Low 3.5

When a protocol selection parameter option disables all protocols without adding any then the...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N
Affected Packages
CURL_jll >= 8.5.0+0, < 8.9.0+0
LibCURL_jll >= 7.87.0+0, < 8.7.1+0
Aliases / Upstream
CVE-2024-2004 GHSA-97xx-95pm-5qv6 EUVD-2024-26974

When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl –proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.

References