{
    "data_type": "CVE",
    "data_format": "MITRE",
    "data_version": "4.0",
    "generator": {
        "engine": "Vulnogram 0.0.7"
    },
    "CVE_data_meta": {
        "ID": "CVE-2019-11040",
        "ASSIGNER": "security@php.net",
        "DATE_PUBLIC": "2019-05-28T06:49:00.000Z",
        "TITLE": "Heap buffer overflow in EXIF extension",
        "AKA": "",
        "STATE": "PUBLIC"
    },
    "source": {
        "defect": [
            "https://bugs.php.net/bug.php?id=77988"
        ],
        "advisory": "",
        "discovery": "EXTERNAL"
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "PHP Group",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "PHP",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_value": "7.1.30"
                                        },
                                        {
                                            "version_value": "7.2.19"
                                        },
                                        {
                                            "version_value": "7.3.6"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-125 Out-of-bounds Read"
                    }
                ]
            }
        ]
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash."
            }
        ]
    },
    "references": {
        "reference_data": [
            {
                "refsource": "CONFIRM",
                "name": "https://bugs.php.net/bug.php?id=77988",
                "url": "https://bugs.php.net/bug.php?id=77988"
            },
            {
                "refsource": "SUSE",
                "name": "openSUSE-SU-2019:1778",
                "url": "http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00029.html"
            },
            {
                "refsource": "REDHAT",
                "name": "RHSA-2019:2519",
                "url": "https://access.redhat.com/errata/RHSA-2019:2519"
            },
            {
                "refsource": "BUGTRAQ",
                "name": "20190920 [SECURITY] [DSA 4527-1] php7.3 security update",
                "url": "https://seclists.org/bugtraq/2019/Sep/35"
            },
            {
                "refsource": "DEBIAN",
                "name": "DSA-4527",
                "url": "https://www.debian.org/security/2019/dsa-4527"
            },
            {
                "refsource": "DEBIAN",
                "name": "DSA-4529",
                "url": "https://www.debian.org/security/2019/dsa-4529"
            },
            {
                "refsource": "BUGTRAQ",
                "name": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
                "url": "https://seclists.org/bugtraq/2019/Sep/38"
            },
            {
                "refsource": "REDHAT",
                "name": "RHSA-2019:3299",
                "url": "https://access.redhat.com/errata/RHSA-2019:3299"
            }
        ]
    },
    "configuration": [],
    "impact": {
        "cvss": {
            "version": "3.0",
            "attackVector": "NETWORK",
            "attackComplexity": "HIGH",
            "privilegesRequired": "NONE",
            "userInteraction": "NONE",
            "scope": "UNCHANGED",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "availabilityImpact": "LOW",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM"
        }
    },
    "exploit": [],
    "work_around": [],
    "solution": [],
    "credit": [
        {
            "lang": "eng",
            "value": "By orestiskourides at gmail dot com"
        }
    ]
}