diff --git a/config/components/protobuf-c.json b/config/components/protobuf-c.json index c4be03149..f646baa64 100644 --- a/config/components/protobuf-c.json +++ b/config/components/protobuf-c.json @@ -1,5 +1,3 @@ { - "name": "protobuf-c", - "cpeVendor": "google", - "cpeProduct": "protobuf-cpp" + "name": "protobuf-c" } diff --git a/data/protobuf-c/BIT-2022-1941.json b/data/protobuf-c/BIT-2022-1941.json deleted file mode 100644 index e8f578709..000000000 --- a/data/protobuf-c/BIT-2022-1941.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "schema_version": "1.5.0", - "id": "BIT-2022-1941", - "details": "A parsing vulnerability for the MessageSet type in the ProtocolBuffers versions prior to and including 3.16.1, 3.17.3, 3.18.2, 3.19.4, 3.20.1 and 3.21.5 for protobuf-cpp, and versions prior to and including 3.16.1, 3.17.3, 3.18.2, 3.19.4, 3.20.1 and 4.21.5 for protobuf-python can lead to out of memory failures. A specially crafted message with multiple key-value per elements creates parsing issues, and can lead to a Denial of Service against services receiving unsanitized input. We recommend upgrading to versions 3.18.3, 3.19.5, 3.20.2, 3.21.6 for protobuf-cpp and 3.18.3, 3.19.5, 3.20.2, 4.21.6 for protobuf-python. Versions for 3.16 and 3.17 are no longer updated.", - "aliases": [ - "CVE-2022-1941" - ], - "affected": [ - { - "package": { - "ecosystem": "Bitnami", - "name": "protobuf-c", - "purl": "pkg:bitnami/protobuf-c" - }, - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" - } - ], - "ranges": [ - { - "type": "SEMVER", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "3.18.3" - } - ] - }, - { - "type": "SEMVER", - "events": [ - { - "introduced": "3.19.0" - }, - { - "fixed": "3.19.5" - } - ] - }, - { - "type": "SEMVER", - "events": [ - { - "introduced": "3.20.0" - }, - { - "fixed": "3.20.2" - } - ] - }, - { - "type": "SEMVER", - "events": [ - { - "introduced": "3.21.0" - }, - { - "fixed": "3.21.6" - } - ] - } - ] - } - ], - "database_specific": { - "severity": "High", - "cpes": [ - "cpe:2.3:a:google:protobuf-cpp:*:*:*:*:*:*:*:*" - ] - }, - "references": [ - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2022/09/27/1" - }, - { - "type": "WEB", - "url": "https://cloud.google.com/support/bulletins#GCP-2022-019" - }, - { - "type": "WEB", - "url": "https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00019.html" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CBAUKJQL6O4TIWYBENORSY5P43TVB4M3/" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MPCGUT3T5L6C3IDWUPSUO22QDCGQKTOP/" - } - ], - "published": "2023-09-14T13:42:35.835Z", - "modified": "2023-09-15T11:46:12.144Z" -} \ No newline at end of file