{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2024-34155",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2024-05-01T18:45:34.846Z",
        "datePublished": "2024-09-06T20:42:42.518Z",
        "dateUpdated": "2024-09-26T15:03:07.202Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2024-09-06T20:42:42.518Z"
            },
            "title": "Stack exhaustion in all Parse functions in go/parser",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion."
                }
            ],
            "affected": [
                {
                    "vendor": "Go standard library",
                    "product": "go/parser",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "go/parser",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.22.7",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.23.0-0",
                            "lessThan": "1.23.1",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "parser.parseLiteralValue"
                        },
                        {
                            "name": "ParseDir"
                        },
                        {
                            "name": "ParseExpr"
                        },
                        {
                            "name": "ParseExprFrom"
                        },
                        {
                            "name": "ParseFile"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-674: Uncontrolled Recursion"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/cl/611238"
                },
                {
                    "url": "https://go.dev/issue/69138"
                },
                {
                    "url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2024-3105"
                }
            ]
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-09-09T13:55:36.320331Z",
                                "id": "CVE-2024-34155",
                                "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": "2024-09-09T13:55:46.774Z"
                }
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20240926-0005/"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-09-26T15:03:07.202Z"
                }
            }
        ]
    }
}