Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for google.golang.org/protobuf/internal/encoding/text by google.golang.org/protobuf

    CVE-2023-24535 (GCVE-0-2023-24535)

    Vulnerability from nvd – Published: 2023-06-08 20:26 – Updated: 2025-01-06 19:33
    VLAI
    Title
    Panic when parsing invalid messages in google.golang.org/protobuf
    Summary
    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.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    Go
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-02T11:03:17.765Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://go.dev/cl/475995"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/golang/protobuf/issues/1530"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://pkg.go.dev/vuln/GO-2023-1631"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2023-24535",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-01-06T19:32:44.668183Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-01-06T19:33:28.532Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "google.golang.org/protobuf/encoding/prototext",
              "product": "google.golang.org/protobuf/encoding/prototext",
              "programRoutines": [
                {
                  "name": "UnmarshalOptions.unmarshal"
                },
                {
                  "name": "Unmarshal"
                },
                {
                  "name": "UnmarshalOptions.Unmarshal"
                }
              ],
              "vendor": "google.golang.org/protobuf",
              "versions": [
                {
                  "lessThan": "1.29.1",
                  "status": "affected",
                  "version": "1.29.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "google.golang.org/protobuf/internal/encoding/text",
              "product": "google.golang.org/protobuf/internal/encoding/text",
              "programRoutines": [
                {
                  "name": "parseNumber"
                },
                {
                  "name": "Decoder.Peek"
                },
                {
                  "name": "Decoder.Read"
                }
              ],
              "vendor": "google.golang.org/protobuf",
              "versions": [
                {
                  "lessThan": "1.29.1",
                  "status": "affected",
                  "version": "1.29.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "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."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-125: Out-of-bounds Read",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2023-06-12T19:07:56.917Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/475995"
            },
            {
              "url": "https://github.com/golang/protobuf/issues/1530"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2023-1631"
            }
          ],
          "title": "Panic when parsing invalid messages in google.golang.org/protobuf"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2023-24535",
        "datePublished": "2023-06-08T20:26:40.313Z",
        "dateReserved": "2023-01-25T21:19:20.642Z",
        "dateUpdated": "2025-01-06T19:33:28.532Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2023-24535 (GCVE-0-2023-24535)

    Vulnerability from cvelistv5 – Published: 2023-06-08 20:26 – Updated: 2025-01-06 19:33
    VLAI
    Title
    Panic when parsing invalid messages in google.golang.org/protobuf
    Summary
    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.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    Go
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-02T11:03:17.765Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://go.dev/cl/475995"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://github.com/golang/protobuf/issues/1530"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://pkg.go.dev/vuln/GO-2023-1631"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2023-24535",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-01-06T19:32:44.668183Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-01-06T19:33:28.532Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "google.golang.org/protobuf/encoding/prototext",
              "product": "google.golang.org/protobuf/encoding/prototext",
              "programRoutines": [
                {
                  "name": "UnmarshalOptions.unmarshal"
                },
                {
                  "name": "Unmarshal"
                },
                {
                  "name": "UnmarshalOptions.Unmarshal"
                }
              ],
              "vendor": "google.golang.org/protobuf",
              "versions": [
                {
                  "lessThan": "1.29.1",
                  "status": "affected",
                  "version": "1.29.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "google.golang.org/protobuf/internal/encoding/text",
              "product": "google.golang.org/protobuf/internal/encoding/text",
              "programRoutines": [
                {
                  "name": "parseNumber"
                },
                {
                  "name": "Decoder.Peek"
                },
                {
                  "name": "Decoder.Read"
                }
              ],
              "vendor": "google.golang.org/protobuf",
              "versions": [
                {
                  "lessThan": "1.29.1",
                  "status": "affected",
                  "version": "1.29.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "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."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-125: Out-of-bounds Read",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2023-06-12T19:07:56.917Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/475995"
            },
            {
              "url": "https://github.com/golang/protobuf/issues/1530"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2023-1631"
            }
          ],
          "title": "Panic when parsing invalid messages in google.golang.org/protobuf"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2023-24535",
        "datePublished": "2023-06-08T20:26:40.313Z",
        "dateReserved": "2023-01-25T21:19:20.642Z",
        "dateUpdated": "2025-01-06T19:33:28.532Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }