CVE-2024-32967 (GCVE-0-2024-32967)
Vulnerability from cvelistv5
Published
2024-05-01 06:43
Modified
2024-08-02 02:27
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
Summary
Zitadel is an open source identity management system. In case ZITADEL could not connect to the database, connection information including db name, username and db host name could be returned to the user. This has been addressed in all supported release branches in a point release. There is no workaround since a patch is already available. Users are advised to upgrade.
References
Impacted products
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "zitadel", "vendor": "zitadel", "versions": [ { "lessThan": "2.45.7", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "2.46.7", "status": "affected", "version": "2.46.0", "versionType": "custom" }, { "lessThan": "2.47.10", "status": "affected", "version": "2.47.0", "versionType": "custom" }, { "lessThan": "2.48.5", "status": "affected", "version": "2.48.0", "versionType": "custom" }, { "lessThan": "2.49.5", "status": "affected", "version": "2.49.0", "versionType": "custom" }, { "lessThan": "2.50.3", "status": "affected", "version": "2.50.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-32967", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-01T17:12:34.287616Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-06T17:39:20.788Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:27:53.191Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945" }, { "name": "https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.45.7", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.45.7" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.46.7", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.46.7" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.47.10", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.47.10" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.48.5", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.48.5" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.49.5", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.49.5" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.50.3", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.50.3" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "zitadel", "vendor": "zitadel", "versions": [ { "status": "affected", "version": "\u003c 2.45.7" }, { "status": "affected", "version": "\u003e= 2.46.0,\u003c 2.46.7" }, { "status": "affected", "version": "\u003e= 2.47.0, \u003c 2.47.10" }, { "status": "affected", "version": "\u003e= 2.48.0, \u003c 2.48.5" }, { "status": "affected", "version": "\u003e= 2.49.0, \u003c 2.49.5" }, { "status": "affected", "version": "\u003e= 2.50.0, \u003c 2.50.3" } ] } ], "descriptions": [ { "lang": "en", "value": "Zitadel is an open source identity management system. In case ZITADEL could not connect to the database, connection information including db name, username and db host name could be returned to the user. This has been addressed in all supported release branches in a point release. There is no workaround since a patch is already available. Users are advised to upgrade." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-200", "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-01T16:35:43.712Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945" }, { "name": "https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.45.7", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.45.7" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.46.7", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.46.7" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.47.10", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.47.10" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.48.5", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.48.5" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.49.5", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.49.5" }, { "name": "https://github.com/zitadel/zitadel/releases/tag/v2.50.3", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/zitadel/zitadel/releases/tag/v2.50.3" } ], "source": { "advisory": "GHSA-q5qj-x2h5-3945", "discovery": "UNKNOWN" }, "title": "Zitadel exposes internal database user name and host information" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-32967", "datePublished": "2024-05-01T06:43:36.137Z", "dateReserved": "2024-04-22T15:14:59.165Z", "dateUpdated": "2024-08-02T02:27:53.191Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-32967\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-01T07:15:40.537\",\"lastModified\":\"2025-01-08T18:30:33.600\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Zitadel is an open source identity management system. In case ZITADEL could not connect to the database, connection information including db name, username and db host name could be returned to the user. This has been addressed in all supported release branches in a point release. There is no workaround since a patch is already available. Users are advised to upgrade.\"},{\"lang\":\"es\",\"value\":\"Zitadel es un sistema de gesti\u00f3n de identidades de c\u00f3digo abierto. En caso de que ZITADEL no pudiera conectarse a la base de datos, se podr\u00eda devolver al usuario la informaci\u00f3n de conexi\u00f3n, incluido el nombre de la base de datos, el nombre de usuario y el nombre del host de la base de datos. Esto se ha solucionado en todas las ramas de versiones admitidas en una versi\u00f3n puntual. No existe ning\u00fan workaround porque ya hay un parche disponible. Se recomienda a los usuarios que actualicen.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"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:L/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"}]},{\"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.45.7\",\"matchCriteriaId\":\"15D019CD-D79D-4B81-9C28-802373CA2B17\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.46.0\",\"versionEndExcluding\":\"2.46.7\",\"matchCriteriaId\":\"4BFB7830-9DF5-4FF5-A6E8-A976B96396E4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.47.0\",\"versionEndExcluding\":\"2.47.10\",\"matchCriteriaId\":\"98F0456B-00F0-484D-9F05-9DB92F1F3784\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.48.0\",\"versionEndExcluding\":\"2.48.5\",\"matchCriteriaId\":\"D2512D91-605E-483E-BDA4-957BE71D0386\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.49.0\",\"versionEndExcluding\":\"2.49.5\",\"matchCriteriaId\":\"6FC417F4-B0D4-4C2E-823B-B746AA58236E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.50.0\",\"versionEndExcluding\":\"2.50.3\",\"matchCriteriaId\":\"07BB6554-4F98-4458-932E-F456C00B17D9\"}]}]}],\"references\":[{\"url\":\"https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.45.7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.46.7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.47.10\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.48.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.49.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.50.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.45.7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.46.7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.47.10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.48.5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.49.5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/releases/tag/v2.50.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945\", \"name\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6\", \"name\": \"https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.45.7\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.45.7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.46.7\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.46.7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.47.10\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.47.10\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.48.5\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.48.5\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.49.5\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.49.5\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.50.3\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.50.3\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T02:27:53.191Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-32967\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-01T17:12:34.287616Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*\"], \"vendor\": \"zitadel\", \"product\": \"zitadel\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"2.45.7\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.46.0\", \"lessThan\": \"2.46.7\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.47.0\", \"lessThan\": \"2.47.10\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.48.0\", \"lessThan\": \"2.48.5\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.49.0\", \"lessThan\": \"2.49.5\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.50.0\", \"lessThan\": \"2.50.3\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-01T17:11:46.895Z\"}}], \"cna\": {\"title\": \"Zitadel exposes internal database user name and host information\", \"source\": {\"advisory\": \"GHSA-q5qj-x2h5-3945\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"zitadel\", \"product\": \"zitadel\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.45.7\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.46.0,\u003c 2.46.7\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.47.0, \u003c 2.47.10\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.48.0, \u003c 2.48.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.49.0, \u003c 2.49.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.50.0, \u003c 2.50.3\"}]}], \"references\": [{\"url\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945\", \"name\": \"https://github.com/zitadel/zitadel/security/advisories/GHSA-q5qj-x2h5-3945\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6\", \"name\": \"https://github.com/zitadel/zitadel/commit/b918603b576d156a08b90917c14c2d019c82ffc6\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.45.7\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.45.7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.46.7\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.46.7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.47.10\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.47.10\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.48.5\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.48.5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.49.5\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.49.5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/zitadel/zitadel/releases/tag/v2.50.3\", \"name\": \"https://github.com/zitadel/zitadel/releases/tag/v2.50.3\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Zitadel is an open source identity management system. In case ZITADEL could not connect to the database, connection information including db name, username and db host name could be returned to the user. This has been addressed in all supported release branches in a point release. There is no workaround since a patch is already available. Users are advised to upgrade.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-200\", \"description\": \"CWE-200: Exposure of Sensitive Information to an Unauthorized Actor\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-05-01T16:35:43.712Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-32967\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-02T02:27:53.191Z\", \"dateReserved\": \"2024-04-22T15:14:59.165Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-05-01T06:43:36.137Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
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.
- 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…