{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:966b63ff-aa25-510f-ab29-9791f9ecb34b",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1",
      "type": "library",
      "group": "com.google.protobuf",
      "name": "protobuf-java",
      "version": "2.6.1-tuxcare.1",
      "purl": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:225475db-74c8-5106-b6ce-9a6bd86eea4a",
      "id": "CVE-2015-5237",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2015-5237 does not affect version 2.6.1-tuxcare.1 of com.google.protobuf:protobuf-java. CVE-2015-5237 is an integer overflow in Protocol Buffers' C++ serialization path. MessageLite::ByteSize() and the ByteSize() methods of generated C++ classes return int, so a message whose encoding reaches 2 GiB yields a truncated size; AppendPartialToString then sizes the output buffer from that value and the serializer writes past its end. Upstream addressed this in 3.4.0 by adding MessageLite::ByteSizeLong(), which returns size_t, and making serialization fail beyond the limit.\n\nThe artifact built and published from this project is the pure-Java library com.google.protobuf:protobuf-java, produced from java/pom.xml. The C++ runtime under src/google/protobuf, including message_lite.cc, is compiled only to obtain the protoc code generator used during the build; none of it is packaged. The Java encoder is bounds-checked besides: CodedOutputStream rejects any write beyond its buffer, so no out-of-bounds write can occur."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ddd37c77-3029-589c-ba46-bc03bb787b99",
      "id": "CVE-2021-22569",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2021-22569 is fixed in version 2.6.1-tuxcare.1 of com.google.protobuf:protobuf-java."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b3dea6cf-e998-51b1-a0e5-ced85b8b0d50",
      "id": "CVE-2021-22570",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2021-22570 is a false positive for com.google.protobuf:protobuf-java 2.6.1-tuxcare.1."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:792ccbcf-18c1-5a1a-b7e4-1d32ffc91070",
      "id": "CVE-2022-3171",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-3171 affects version 2.6.1-tuxcare.1 of com.google.protobuf:protobuf-java."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3e418937-241e-5d01-8f3b-49c33b460591",
      "id": "CVE-2022-3509",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-3509 affects version 2.6.1-tuxcare.1 of com.google.protobuf:protobuf-java."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:f93d10c7-131e-5a0a-b0b5-33e650e91d0d",
      "id": "CVE-2022-3510",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-3510 affects version 2.6.1-tuxcare.1 of com.google.protobuf:protobuf-java."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2f118cac-d9cc-562a-9449-044fe4afe7b1",
      "id": "CVE-2024-7254",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2024-7254 is fixed in version 2.6.1-tuxcare.1 of com.google.protobuf:protobuf-java."
      },
      "affects": [
        {
          "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/com.google.protobuf/protobuf-java@2.6.1-tuxcare.1"
    }
  ]
}