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.
{
"availability": "No subscription required",
"binaries": [
{
"binary_name": "curl",
"binary_version": "7.81.0-1ubuntu1.2"
},
{
"binary_name": "libcurl3-gnutls",
"binary_version": "7.81.0-1ubuntu1.2"
},
{
"binary_name": "libcurl3-nss",
"binary_version": "7.81.0-1ubuntu1.2"
},
{
"binary_name": "libcurl4",
"binary_version": "7.81.0-1ubuntu1.2"
},
{
"binary_name": "libcurl4-gnutls-dev",
"binary_version": "7.81.0-1ubuntu1.2"
},
{
"binary_name": "libcurl4-nss-dev",
"binary_version": "7.81.0-1ubuntu1.2"
},
{
"binary_name": "libcurl4-openssl-dev",
"binary_version": "7.81.0-1ubuntu1.2"
}
]
}