Lucene search

K
nvd2499f714-1537-4658-8207-48ae4bb9eae9NVD:CVE-2024-2004
HistoryMar 27, 2024 - 8:15 a.m.

CVE-2024-2004

2024-03-2708:15:41
2499f714-1537-4658-8207-48ae4bb9eae9
web.nvd.nist.gov
3
cve-2024-2004
protocol selection
curl
error logic
disabled protocol

7.4 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

10.4%

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.