CVE-2024-49753 (GCVE-0-2024-49753)

Vulnerability from cvelistv5 – Published: 2024-10-25 14:11 – Updated: 2024-10-25 16:17
VLAI?
Summary
Zitadel is open-source identity infrastructure software. Versions prior to 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 have a flaw in the URL validation mechanism of Zitadel actions allows bypassing restrictions intended to block requests to localhost (127.0.0.1). The isHostBlocked check, designed to prevent such requests, can be circumvented by creating a DNS record that resolves to 127.0.0.1. This enables actions to send requests to localhost despite the intended security measures. This vulnerability potentially allows unauthorized access to unsecured internal endpoints, which may contain sensitive information or functionalities. Versions 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 contain a patch. No known workarounds are available.
CWE
  • CWE-20 - Improper Input Validation
Assigner
Impacted products
Vendor Product Version
zitadel zitadel Affected: >= 2.64, < 2.64.1
Affected: >= 2.63, < 2.63.6
Affected: >= 2.62, < 2.62.8
Affected: >= 2.61, < 2.61.4
Affected: >= 2.60, < 2.60.4
Affected: >= 2.59, < 2.59.5
Affected: < 2.58.7
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "zitadel",
            "vendor": "zitadel",
            "versions": [
              {
                "lessThan": "2.64.1",
                "status": "affected",
                "version": "2.64",
                "versionType": "custom"
              },
              {
                "lessThan": "2.63.6",
                "status": "affected",
                "version": "2.63",
                "versionType": "custom"
              },
              {
                "lessThan": "2.62.8",
                "status": "affected",
                "version": "2.62",
                "versionType": "custom"
              },
              {
                "lessThan": "2.61.4",
                "status": "affected",
                "version": "2.61",
                "versionType": "custom"
              },
              {
                "lessThan": "2.60.4",
                "status": "affected",
                "version": "2.60",
                "versionType": "custom"
              },
              {
                "lessThan": "2.59.5",
                "status": "affected",
                "version": "2.59",
                "versionType": "custom"
              },
              {
                "lessThan": "2.58.7",
                "status": "affected",
                "version": "0",
                "versionType": "custom"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-49753",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-25T15:04:29.564973Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-25T16:17:38.587Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "zitadel",
          "vendor": "zitadel",
          "versions": [
            {
              "status": "affected",
              "version": "\u003e= 2.64, \u003c 2.64.1"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.63, \u003c 2.63.6"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.62, \u003c 2.62.8"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.61, \u003c 2.61.4"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.60, \u003c 2.60.4"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.59, \u003c 2.59.5"
            },
            {
              "status": "affected",
              "version": "\u003c 2.58.7"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Zitadel is open-source identity infrastructure software. Versions prior to 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 have a flaw in the URL validation mechanism of Zitadel actions allows bypassing restrictions intended to block requests to localhost (127.0.0.1). The isHostBlocked check, designed to prevent such requests, can be circumvented by creating a DNS record that resolves to 127.0.0.1. This enables actions to send requests to localhost despite the intended security measures. This vulnerability potentially allows unauthorized access to unsecured internal endpoints, which may contain sensitive information or functionalities. Versions 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 contain a patch. No known workarounds are available."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-20",
              "description": "CWE-20: Improper Input Validation",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-10-25T14:11:44.092Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/zitadel/zitadel/security/advisories/GHSA-6cf5-w9h3-4rqv",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-6cf5-w9h3-4rqv"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.58.7",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.58.7"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.59.5",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.59.5"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.60.4",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.60.4"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.61.4",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.61.4"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.62.8",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.62.8"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.63.6",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.63.6"
        },
        {
          "name": "https://github.com/zitadel/zitadel/releases/tag/v2.64.1",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/zitadel/zitadel/releases/tag/v2.64.1"
        }
      ],
      "source": {
        "advisory": "GHSA-6cf5-w9h3-4rqv",
        "discovery": "UNKNOWN"
      },
      "title": "Denied Host Validation Bypass in Zitadel Actions"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2024-49753",
    "datePublished": "2024-10-25T14:11:44.092Z",
    "dateReserved": "2024-10-18T13:43:23.451Z",
    "dateUpdated": "2024-10-25T16:17:38.587Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"Zitadel is open-source identity infrastructure software. Versions prior to 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 have a flaw in the URL validation mechanism of Zitadel actions allows bypassing restrictions intended to block requests to localhost (127.0.0.1). The isHostBlocked check, designed to prevent such requests, can be circumvented by creating a DNS record that resolves to 127.0.0.1. This enables actions to send requests to localhost despite the intended security measures. This vulnerability potentially allows unauthorized access to unsecured internal endpoints, which may contain sensitive information or functionalities. Versions 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 contain a patch. No known workarounds are available.\"}, {\"lang\": \"es\", \"value\": \"Zitadel es un software de infraestructura de identidad de c\\u00f3digo abierto. Las versiones anteriores a 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5 y 2.58.7 tienen una falla en el mecanismo de validaci\\u00f3n de URL de las acciones de Zitadel que permite eludir las restricciones destinadas a bloquear las solicitudes a localhost (127.0.0.1). La comprobaci\\u00f3n isHostBlocked, dise\\u00f1ada para evitar dichas solicitudes, se puede eludir mediante la creaci\\u00f3n de un registro DNS que se resuelva en 127.0.0.1. Esto permite que las acciones env\\u00eden solicitudes a localhost a pesar de las medidas de seguridad previstas. Esta vulnerabilidad potencialmente permite el acceso no autorizado a endpoints internos no seguros, que pueden contener informaci\\u00f3n o funcionalidades confidenciales. Las versiones 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5 y 2.58.7 contienen un parche. No se conocen workarounds disponibles.\"}]",
      "id": "CVE-2024-49753",
      "lastModified": "2024-10-28T13:58:09.230",
      "metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"HIGH\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 0.7, \"impactScore\": 5.2}]}",
      "published": "2024-10-25T14:15:12.280",
      "references": "[{\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.58.7\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.59.5\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.60.4\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.61.4\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.62.8\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.63.6\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.64.1\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-6cf5-w9h3-4rqv\", \"source\": \"security-advisories@github.com\"}]",
      "sourceIdentifier": "security-advisories@github.com",
      "vulnStatus": "Awaiting Analysis",
      "weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-20\"}]}]"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-49753\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-10-25T14:15:12.280\",\"lastModified\":\"2025-08-26T16:28:04.977\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Zitadel is open-source identity infrastructure software. Versions prior to 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 have a flaw in the URL validation mechanism of Zitadel actions allows bypassing restrictions intended to block requests to localhost (127.0.0.1). The isHostBlocked check, designed to prevent such requests, can be circumvented by creating a DNS record that resolves to 127.0.0.1. This enables actions to send requests to localhost despite the intended security measures. This vulnerability potentially allows unauthorized access to unsecured internal endpoints, which may contain sensitive information or functionalities. Versions 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 contain a patch. No known workarounds are available.\"},{\"lang\":\"es\",\"value\":\"Zitadel es un software de infraestructura de identidad de c\u00f3digo abierto. Las versiones anteriores a 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5 y 2.58.7 tienen una falla en el mecanismo de validaci\u00f3n de URL de las acciones de Zitadel que permite eludir las restricciones destinadas a bloquear las solicitudes a localhost (127.0.0.1). La comprobaci\u00f3n isHostBlocked, dise\u00f1ada para evitar dichas solicitudes, se puede eludir mediante la creaci\u00f3n de un registro DNS que se resuelva en 127.0.0.1. Esto permite que las acciones env\u00eden solicitudes a localhost a pesar de las medidas de seguridad previstas. Esta vulnerabilidad potencialmente permite el acceso no autorizado a endpoints internos no seguros, que pueden contener informaci\u00f3n o funcionalidades confidenciales. Las versiones 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5 y 2.58.7 contienen un parche. No se conocen workarounds disponibles.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.7,\"impactScore\":5.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.58.7\",\"matchCriteriaId\":\"9901A715-7590-4CDB-9862-A37A7818015D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.59.0\",\"versionEndExcluding\":\"2.59.5\",\"matchCriteriaId\":\"F3D36B9D-2968-4999-99BA-FB1DB65603E8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.60.0\",\"versionEndExcluding\":\"2.60.4\",\"matchCriteriaId\":\"CA74E6EF-BB93-4B3D-8F5A-BA5D9E018EE7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.61.0\",\"versionEndExcluding\":\"2.61.4\",\"matchCriteriaId\":\"893A9BBF-8ED6-4F19-B939-D48686E074A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.62.0\",\"versionEndExcluding\":\"2.62.8\",\"matchCriteriaId\":\"13A35D80-C480-4A14-8168-0C12E2785FD2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.63.0\",\"versionEndExcluding\":\"2.63.6\",\"matchCriteriaId\":\"34C31619-155C-4AB5-B841-C4D32FBBF054\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.64.0\",\"versionEndExcluding\":\"2.64.1\",\"matchCriteriaId\":\"F286955F-9DC7-466D-9D28-965CCF375F22\"}]}]}],\"references\":[{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.58.7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.59.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.60.4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.61.4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.62.8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.63.6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.64.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/security/advisories/GHSA-6cf5-w9h3-4rqv\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\",\"Exploit\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-49753\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-25T15:04:29.564973Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\"], \"vendor\": \"zitadel\", \"product\": \"zitadel\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.64\", \"lessThan\": \"2.64.1\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.63\", \"lessThan\": \"2.63.6\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.62\", \"lessThan\": \"2.62.8\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.61\", \"lessThan\": \"2.61.4\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.60\", \"lessThan\": \"2.60.4\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.59\", \"lessThan\": \"2.59.5\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"2.58.7\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-25T16:17:32.905Z\"}}], \"cna\": {\"title\": \"Denied Host Validation Bypass in Zitadel Actions\", \"source\": {\"advisory\": \"GHSA-6cf5-w9h3-4rqv\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"zitadel\", \"product\": \"zitadel\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.64, \u003c 2.64.1\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.63, \u003c 2.63.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.62, \u003c 2.62.8\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.61, \u003c 2.61.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.60, \u003c 2.60.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.59, \u003c 2.59.5\"}, {\"status\": \"affected\", \"version\": \"\u003c 2.58.7\"}]}], \"references\": [{\"url\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-6cf5-w9h3-4rqv\", \"name\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-6cf5-w9h3-4rqv\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.58.7\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.58.7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.59.5\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.59.5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.60.4\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.60.4\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.61.4\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.61.4\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.62.8\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.62.8\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.63.6\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.63.6\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.64.1\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.64.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Zitadel is open-source identity infrastructure software. Versions prior to 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 have a flaw in the URL validation mechanism of Zitadel actions allows bypassing restrictions intended to block requests to localhost (127.0.0.1). The isHostBlocked check, designed to prevent such requests, can be circumvented by creating a DNS record that resolves to 127.0.0.1. This enables actions to send requests to localhost despite the intended security measures. This vulnerability potentially allows unauthorized access to unsecured internal endpoints, which may contain sensitive information or functionalities. Versions 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, and 2.58.7 contain a patch. No known workarounds are available.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20: Improper Input Validation\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-10-25T14:11:44.092Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-49753\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-25T16:17:38.587Z\", \"dateReserved\": \"2024-10-18T13:43:23.451Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-10-25T14:11:44.092Z\", \"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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…