CVE-2020-14058

Source
https://cve.org/CVERecord?id=CVE-2020-14058
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2020-14058.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2020-14058
Downstream
Related
Published
2020-06-30T19:15:11.130Z
Modified
2026-03-10T23:05:06.999146Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

An issue was discovered in Squid before 4.12 and 5.x before 5.0.3. Due to use of a potentially dangerous function, Squid and the default certificate validation helper are vulnerable to a Denial of Service when opening a TLS connection to an attacker-controlled server for HTTPS. This occurs because unrecognized error values are mapped to NULL, but later code expects that each error value is mapped to a valid error string.

References

Affected packages

Git / github.com/squid-cache/squid

Affected ranges

Type
GIT
Repo
https://github.com/squid-cache/squid
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.1"
        },
        {
            "last_affected": "3.5.28"
        }
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2020-14058.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "4.0"
            },
            {
                "fixed": "4.12"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.0"
            },
            {
                "fixed": "5.0.3"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "31"
            }
        ]
    }
]