CVE-2023-38510 (GCVE-0-2023-38510)
Vulnerability from cvelistv5
Published
2023-07-27 18:57
Modified
2024-10-03 18:36
CWE
Summary
Tolgee is an open-source localization platform. Starting in version 3.14.0 and prior to version 3.23.1, when a request is made using an API key, the backend fails to verify the permission scopes associated with the key, effectively bypassing permission checks entirely for some endpoints. It's important to note that this vulnerability only affects projects that have inadvertently exposed their API keys on the internet. Projects that have kept their API keys secure are not impacted. This issue is fixed in version 3.23.1.
Impacted products
Vendor Product Version
tolgee tolgee-platform Version: >= 3.14.0, < 3.23.1
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T17:46:55.143Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v",
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v"
          },
          {
            "name": "https://github.com/tolgee/tolgee-platform/pull/1818",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/tolgee/tolgee-platform/pull/1818"
          },
          {
            "name": "https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7"
          },
          {
            "name": "https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:tolgee:tolgee:*:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "tolgee",
            "vendor": "tolgee",
            "versions": [
              {
                "lessThan": "3.23.1",
                "status": "affected",
                "version": "3.14.0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2023-38510",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-03T18:35:54.292300Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-03T18:36:37.229Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "tolgee-platform",
          "vendor": "tolgee",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 3.14.0, \u003c 3.23.1"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Tolgee is an open-source localization platform. Starting in version 3.14.0 and prior to version 3.23.1, when a request is made using an API key, the backend fails to verify the permission scopes associated with the key, effectively bypassing permission checks entirely for some endpoints. It\u0027s important to note that this vulnerability only affects projects that have inadvertently exposed their API keys on the internet. Projects that have kept their API keys secure are not impacted. This issue is fixed in version 3.23.1."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-862",
              "description": "CWE-862: Missing Authorization",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2023-07-27T18:57:28.197Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v"
        },
        {
          "name": "https://github.com/tolgee/tolgee-platform/pull/1818",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/tolgee/tolgee-platform/pull/1818"
        },
        {
          "name": "https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7"
        },
        {
          "name": "https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1"
        }
      ],
      "source": {
        "advisory": "GHSA-4f9j-4vh4-p85v",
        "discovery": "UNKNOWN"
      },
      "title": "Tolgee Lacks Permission Check for API Key for some endpoints"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2023-38510",
    "datePublished": "2023-07-27T18:57:28.197Z",
    "dateReserved": "2023-07-18T16:28:12.078Z",
    "dateUpdated": "2024-10-03T18:36:37.229Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v\", \"name\": \"https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/tolgee/tolgee-platform/pull/1818\", \"name\": \"https://github.com/tolgee/tolgee-platform/pull/1818\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7\", \"name\": \"https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1\", \"name\": \"https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T17:46:55.143Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-38510\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-03T18:35:54.292300Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:tolgee:tolgee:*:*:*:*:*:*:*:*\"], \"vendor\": \"tolgee\", \"product\": \"tolgee\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.14.0\", \"lessThan\": \"3.23.1\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-03T18:36:33.006Z\"}}], \"cna\": {\"title\": \"Tolgee Lacks Permission Check for API Key for some endpoints\", \"source\": {\"advisory\": \"GHSA-4f9j-4vh4-p85v\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"tolgee\", \"product\": \"tolgee-platform\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.14.0, \u003c 3.23.1\"}]}], \"references\": [{\"url\": \"https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v\", \"name\": \"https://github.com/tolgee/tolgee-platform/security/advisories/GHSA-4f9j-4vh4-p85v\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/tolgee/tolgee-platform/pull/1818\", \"name\": \"https://github.com/tolgee/tolgee-platform/pull/1818\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7\", \"name\": \"https://github.com/tolgee/tolgee-platform/commit/4776cba67e7bb8c1b0259376e3e5fa3bb46e45c7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1\", \"name\": \"https://github.com/tolgee/tolgee-platform/releases/tag/v3.23.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Tolgee is an open-source localization platform. Starting in version 3.14.0 and prior to version 3.23.1, when a request is made using an API key, the backend fails to verify the permission scopes associated with the key, effectively bypassing permission checks entirely for some endpoints. It\u0027s important to note that this vulnerability only affects projects that have inadvertently exposed their API keys on the internet. Projects that have kept their API keys secure are not impacted. This issue is fixed in version 3.23.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-862\", \"description\": \"CWE-862: Missing Authorization\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-07-27T18:57:28.197Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2023-38510\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-03T18:36:37.229Z\", \"dateReserved\": \"2023-07-18T16:28:12.078Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-07-27T18:57:28.197Z\", \"assignerShortName\": \"GitHub_M\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…