{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-32886",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-03-16T21:03:44.421Z",
        "datePublished": "2026-03-18T21:42:27.210Z",
        "dateUpdated": "2026-03-19T16:34:34.333Z"
    },
    "containers": {
        "cna": {
            "title": "Parse Server's Cloud function dispatch crashes server via prototype chain traversal",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-1321",
                            "lang": "en",
                            "description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "NETWORK",
                        "attackComplexity": "LOW",
                        "attackRequirements": "PRESENT",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "vulnConfidentialityImpact": "NONE",
                        "vulnIntegrityImpact": "NONE",
                        "vulnAvailabilityImpact": "HIGH",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "subAvailabilityImpact": "NONE",
                        "baseScore": 8.2,
                        "baseSeverity": "HIGH",
                        "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/parse-community/parse-server/security/advisories/GHSA-4263-jgmp-7pf4",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-4263-jgmp-7pf4"
                },
                {
                    "name": "https://github.com/parse-community/parse-server/pull/10210",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/parse-community/parse-server/pull/10210"
                },
                {
                    "name": "https://github.com/parse-community/parse-server/pull/10211",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/parse-community/parse-server/pull/10211"
                }
            ],
            "affected": [
                {
                    "vendor": "parse-community",
                    "product": "parse-server",
                    "versions": [
                        {
                            "version": ">= 9.0.0, < 9.6.0-alpha.24",
                            "status": "affected"
                        },
                        {
                            "version": "< 8.6.47",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-03-18T21:42:27.210Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.24 and 8.6.47, remote clients can crash the Parse Server process by calling a cloud function endpoint with a crafted function name that traverses the JavaScript prototype chain of a registered cloud function handler, causing a stack overflow. The fix in versions 9.6.0-alpha.24 and 8.6.47 restricts property lookups during cloud function name resolution to own properties only, preventing prototype chain traversal from stored function handlers. There is no known workaround."
                }
            ],
            "source": {
                "advisory": "GHSA-4263-jgmp-7pf4",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-03-19T16:18:19.353642Z",
                                "id": "CVE-2026-32886",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-03-19T16:34:34.333Z"
                }
            }
        ]
    }
}