CVE-2022-27780

Source
https://cve.org/CVERecord?id=CVE-2022-27780
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-27780.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-27780
Aliases
Downstream
Related
Published
2022-06-02T14:15:44.267Z
Modified
2026-03-14T11:39:36.358915Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
[none]
Details

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

Affected packages

Git / github.com/curl/curl

Affected ranges

Type
GIT
Repo
https://github.com/curl/curl
Events
Database specific
{
    "versions": [
        {
            "introduced": "7.80.0"
        },
        {
            "fixed": "7.83.1"
        }
    ]
}

Affected versions

Other
curl-7_80_0
curl-7_81_0
curl-7_82_0
curl-7_83_0

Database specific

unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "8.2.0"
            },
            {
                "fixed": "8.2.12"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "9.0.0"
            },
            {
                "fixed": "9.0.6"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "9.1.0"
            }
        ]
    }
]
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-27780.json"