{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2024-1874",
        "ASSIGNER": "security@php.net",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.\u00a0\n\n"
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-116 Improper Encoding or Escaping of Output",
                        "cweId": "CWE-116"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "PHP Group",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "PHP",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_value": "not down converted",
                                            "x_cve_json_5_version_data": {
                                                "versions": [
                                                    {
                                                        "lessThan": "8.1.28",
                                                        "status": "affected",
                                                        "version": "8.1.*",
                                                        "versionType": "semver"
                                                    },
                                                    {
                                                        "lessThan": "8.2.18",
                                                        "status": "affected",
                                                        "version": "8.2.*",
                                                        "versionType": "semver"
                                                    },
                                                    {
                                                        "lessThan": "8.3.5",
                                                        "status": "affected",
                                                        "version": "8.3.*",
                                                        "versionType": "semver"
                                                    }
                                                ],
                                                "defaultStatus": "affected"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://github.com/php/php-src/security/advisories/GHSA-pc52-254m-w9w7",
                "refsource": "MISC",
                "name": "https://github.com/php/php-src/security/advisories/GHSA-pc52-254m-w9w7"
            },
            {
                "url": "http://www.openwall.com/lists/oss-security/2024/04/12/11",
                "refsource": "MISC",
                "name": "http://www.openwall.com/lists/oss-security/2024/04/12/11"
            },
            {
                "url": "https://security.netapp.com/advisory/ntap-20240510-0009/",
                "refsource": "MISC",
                "name": "https://security.netapp.com/advisory/ntap-20240510-0009/"
            },
            {
                "url": "http://www.openwall.com/lists/oss-security/2024/06/07/1",
                "refsource": "MISC",
                "name": "http://www.openwall.com/lists/oss-security/2024/06/07/1"
            },
            {
                "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/",
                "refsource": "MISC",
                "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/"
            },
            {
                "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/",
                "refsource": "MISC",
                "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/"
            }
        ]
    },
    "generator": {
        "engine": "Vulnogram 0.1.0-dev"
    },
    "source": {
        "advisory": "https://github.com/php/php-src/security/advisories/GHSA-pc52-254",
        "discovery": "EXTERNAL"
    },
    "configuration": [
        {
            "lang": "en",
            "supportingMedia": [
                {
                    "base64": false,
                    "type": "text/html",
                    "value": "This problem only present in Windows versions of PHP.&nbsp;"
                }
            ],
            "value": "This problem only present in Windows versions of PHP.\u00a0"
        }
    ],
    "work_around": [
        {
            "lang": "en",
            "supportingMedia": [
                {
                    "base64": false,
                    "type": "text/html",
                    "value": "Using proc_open() string syntax avoids the problem.&nbsp;"
                }
            ],
            "value": "Using proc_open() string syntax avoids the problem.\u00a0"
        }
    ],
    "credits": [
        {
            "lang": "en",
            "value": "RyotaK"
        }
    ],
    "impact": {
        "cvss": [
            {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "LOW",
                "baseScore": 9.4,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
                "version": "3.1"
            }
        ]
    }
}