{
    "CVE_data_meta": {
        "ASSIGNER": "security@php.net",
        "DATE_PUBLIC": "2020-04-14T03:10:00.000Z",
        "ID": "CVE-2020-7067",
        "STATE": "PUBLIC",
        "TITLE": "OOB Read in urldecode()"
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "PHP Group",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "PHP",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_value": "7.2.x below 7.2.30"
                                        },
                                        {
                                            "version_value": "7.3.x below 7.3.17 and 7.4.x below 7.4.5"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "credit": [
        {
            "lang": "eng",
            "value": "bigshaq at wearehackerone dot com"
        }
    ],
    "data_format": "MITRE",
    "data_type": "CVE",
    "data_version": "4.0",
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "In PHP versions 7.2.x below 7.2.30, 7.3.x below 7.3.17 and 7.4.x below 7.4.5, if PHP is compiled with EBCDIC support (uncommon), urldecode() function can be made to access locations past the allocated memory, due to erroneously using signed numbers as array indexes."
            }
        ]
    },
    "generator": {
        "engine": "Vulnogram 0.0.9"
    },
    "impact": {
        "cvss": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
        }
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-125 Out-of-bounds Read"
                    }
                ]
            },
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-196 Unsigned to Signed Conversion Error"
                    }
                ]
            }
        ]
    },
    "references": {
        "reference_data": [
            {
                "refsource": "DEBIAN",
                "name": "DSA-4717",
                "url": "https://www.debian.org/security/2020/dsa-4717"
            },
            {
                "refsource": "DEBIAN",
                "name": "DSA-4719",
                "url": "https://www.debian.org/security/2020/dsa-4719"
            },
            {
                "url": "https://www.oracle.com/security-alerts/cpuoct2020.html",
                "refsource": "MISC",
                "name": "https://www.oracle.com/security-alerts/cpuoct2020.html"
            },
            {
                "name": "https://bugs.php.net/bug.php?id=79465",
                "refsource": "CONFIRM",
                "url": "https://bugs.php.net/bug.php?id=79465"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://security.netapp.com/advisory/ntap-20200504-0001/",
                "url": "https://security.netapp.com/advisory/ntap-20200504-0001/"
            },
            {
                "url": "https://www.oracle.com/security-alerts/cpuApr2021.html",
                "refsource": "MISC",
                "name": "https://www.oracle.com/security-alerts/cpuApr2021.html"
            },
            {
                "refsource": "CONFIRM",
                "name": "https://www.tenable.com/security/tns-2021-14",
                "url": "https://www.tenable.com/security/tns-2021-14"
            }
        ]
    },
    "source": {
        "defect": [
            "https://bugs.php.net/bug.php?id=79465"
        ],
        "discovery": "EXTERNAL"
    }
}