{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2023-24537",
        "ASSIGNER": "security@golang.org",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow."
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "Go standard library",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "go/scanner",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "<",
                                            "version_name": "0",
                                            "version_value": "1.19.8"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "1.20.0-0",
                                            "version_value": "1.20.3"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://go.dev/issue/59180",
                "refsource": "MISC",
                "name": "https://go.dev/issue/59180"
            },
            {
                "url": "https://go.dev/cl/482078",
                "refsource": "MISC",
                "name": "https://go.dev/cl/482078"
            },
            {
                "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
                "refsource": "MISC",
                "name": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
            },
            {
                "url": "https://pkg.go.dev/vuln/GO-2023-1702",
                "refsource": "MISC",
                "name": "https://pkg.go.dev/vuln/GO-2023-1702"
            },
            {
                "url": "https://security.gentoo.org/glsa/202311-09",
                "refsource": "MISC",
                "name": "https://security.gentoo.org/glsa/202311-09"
            }
        ]
    },
    "credits": [
        {
            "lang": "en",
            "value": "Philippe Antoine (Catena cyber)"
        }
    ]
}