{ "id": "CVE-2023-24535", "sourceIdentifier": "security@golang.org", "published": "2023-06-08T21:15:16.420", "lastModified": "2023-06-15T19:01:32.533", "vulnStatus": "Analyzed", "descriptions": [ { "lang": "en", "value": "Parsing invalid messages can panic. Parsing a text-format message which contains a potential number consisting of a minus sign, one or more characters of whitespace, and no further input will cause a panic." } ], "metrics": { "cvssMetricV31": [ { "source": "nvd@nist.gov", "type": "Primary", "cvssData": { "version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } ] }, "weaknesses": [ { "source": "nvd@nist.gov", "type": "Primary", "description": [ { "lang": "en", "value": "CWE-125" } ] }, { "source": "security@golang.org", "type": "Secondary", "description": [ { "lang": "en", "value": "CWE-125" } ] } ], "configurations": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:a:protobuf:protobuf:1.29.0:*:*:*:*:go:*:*", "matchCriteriaId": "573408EB-0BFD-4081-8878-BDECA46E6530" } ] } ] } ], "references": [ { "url": "https://github.com/golang/protobuf/issues/1530", "source": "security@golang.org", "tags": [ "Issue Tracking" ] }, { "url": "https://go.dev/cl/475995", "source": "security@golang.org", "tags": [ "Patch" ] }, { "url": "https://pkg.go.dev/vuln/GO-2023-1631", "source": "security@golang.org", "tags": [ "Third Party Advisory" ] } ] }