{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2021-32040",
        "ASSIGNER": "cna@mongodb.com",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "It may be possible to have an extremely long aggregation pipeline in conjunction with a specific stage/operator and cause a stack overflow due to the size of the stack frames used by that stage. If an attacker could cause such an aggregation to occur, they could maliciously crash MongoDB in a DoS attack. This vulnerability affects MongoDB Server v4.4 versions prior to and including 4.4.28, MongoDB Server v5.0 versions prior to 5.0.4 and MongoDB Server v4.2 versions prior to 4.2.16.\n\nWorkaround:\u00a0>= v4.2.16 users and all v4.4 users can add the --setParameter internalPipelineLengthLimit=50 instead of the default 1000 to mongod at startup to prevent a crash.\n\n"
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-121 Stack-based Buffer Overflow",
                        "cweId": "CWE-121"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "MongoDB Inc.",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "MongoDB Server",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "<",
                                            "version_name": "5.0",
                                            "version_value": "5.0.4"
                                        },
                                        {
                                            "version_affected": "<=",
                                            "version_name": "4.4",
                                            "version_value": "4.4.28"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "4.2",
                                            "version_value": "4.2.16"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://jira.mongodb.org/browse/SERVER-58203",
                "refsource": "MISC",
                "name": "https://jira.mongodb.org/browse/SERVER-58203"
            },
            {
                "url": "https://jira.mongodb.org/browse/SERVER-59299",
                "refsource": "MISC",
                "name": "https://jira.mongodb.org/browse/SERVER-59299"
            },
            {
                "url": "https://jira.mongodb.org/browse/SERVER-60218",
                "refsource": "MISC",
                "name": "https://jira.mongodb.org/browse/SERVER-60218"
            },
            {
                "url": "https://security.netapp.com/advisory/ntap-20220609-0005/",
                "refsource": "MISC",
                "name": "https://security.netapp.com/advisory/ntap-20220609-0005/"
            }
        ]
    },
    "generator": {
        "engine": "Vulnogram 0.0.9"
    },
    "source": {
        "discovery": "EXTERNAL"
    },
    "work_around": [
        {
            "lang": "en",
            "supportingMedia": [
                {
                    "base64": false,
                    "type": "text/html",
                    "value": "&gt;= v4.2.16 users and all v4.4 users can add the --setParameter internalPipelineLengthLimit=50 instead of the default 1000 to mongod at startup to prevent a crash."
                }
            ],
            "value": ">= v4.2.16 users and all v4.4 users can add the --setParameter internalPipelineLengthLimit=50 instead of the default 1000 to mongod at startup to prevent a crash."
        }
    ],
    "impact": {
        "cvss": [
            {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 6.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
            }
        ]
    }
}