{ "schema_version": "1.4.0", "id": "GHSA-hw7c-3rfg-p46j", "modified": "2024-05-20T21:49:39Z", "published": "2023-03-14T23:01:50Z", "aliases": [ "CVE-2023-24535" ], "summary": "google.golang.org/protobuf vulnerable to panic leading to denial of service", "details": "Parsing invalid messages can panic.\n\nParsing 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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ { "package": { "ecosystem": "Go", "name": "google.golang.org/protobuf" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "1.29.0" }, { "fixed": "1.29.1" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24535" }, { "type": "WEB", "url": "https://github.com/golang/protobuf/issues/1530" }, { "type": "PACKAGE", "url": "https://github.com/golang/protobuf" }, { "type": "WEB", "url": "https://go.dev/cl/475995" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2023-1631" } ], "database_specific": { "cwe_ids": [ "CWE-125" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-03-14T23:01:50Z", "nvd_published_at": "2023-06-08T21:15:16Z" } }