From 2e6273be98a387bde6ebc6539fee0b619d396366 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:19:44 +0000 Subject: [PATCH] Publish Advisories GHSA-2w5j-qfvw-2hf5 GHSA-jj94-6f5c-65r8 GHSA-qr2h-7pwm-h393 --- .../09/GHSA-2w5j-qfvw-2hf5/GHSA-2w5j-qfvw-2hf5.json | 11 ++++++++--- .../09/GHSA-jj94-6f5c-65r8/GHSA-jj94-6f5c-65r8.json | 11 ++++++++--- .../09/GHSA-qr2h-7pwm-h393/GHSA-qr2h-7pwm-h393.json | 11 ++++++++--- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/advisories/github-reviewed/2024/09/GHSA-2w5j-qfvw-2hf5/GHSA-2w5j-qfvw-2hf5.json b/advisories/github-reviewed/2024/09/GHSA-2w5j-qfvw-2hf5/GHSA-2w5j-qfvw-2hf5.json index af5e78f2f67..cffbc941c16 100644 --- a/advisories/github-reviewed/2024/09/GHSA-2w5j-qfvw-2hf5/GHSA-2w5j-qfvw-2hf5.json +++ b/advisories/github-reviewed/2024/09/GHSA-2w5j-qfvw-2hf5/GHSA-2w5j-qfvw-2hf5.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-2w5j-qfvw-2hf5", - "modified": "2024-09-19T16:07:59Z", + "modified": "2024-09-20T14:18:05Z", "published": "2024-09-19T16:07:58Z", "aliases": [ - + "CVE-2024-46999" ], "summary": "ZITADEL's User Grant Deactivation not Working", "details": "### Impact\n\nZITADEL's user grants deactivation mechanism did not work correctly. Deactivated user grants were still provided in token, which could lead to unauthorized access to applications and resources.\nAdditionally, the management and auth API always returned the state as active or did not provide any information about the state.\n\n### Patches\n\n2.x versions are fixed on >= [2.62.1](https://github.com/zitadel/zitadel/releases/tag/v2.62.1)\n2.61.x versions are fixed on >= [2.61.1](https://github.com/zitadel/zitadel/releases/tag/v2.61.1)\n2.60.x versions are fixed on >= [2.60.2](https://github.com/zitadel/zitadel/releases/tag/v2.60.2)\n2.59.x versions are fixed on >= [2.59.3](https://github.com/zitadel/zitadel/releases/tag/v2.59.3)\n2.58.x versions are fixed on >= [2.58.5](https://github.com/zitadel/zitadel/releases/tag/v2.58.5)\n2.57.x versions are fixed on >= [2.57.5](https://github.com/zitadel/zitadel/releases/tag/v2.57.5)\n2.56.x versions are fixed on >= [2.56.6](https://github.com/zitadel/zitadel/releases/tag/v2.56.6)\n2.55.x versions are fixed on >= [2.55.8](https://github.com/zitadel/zitadel/releases/tag/v2.55.8)\n2.54.x versions are fixed on >= [2.54.10](https://github.com/zitadel/zitadel/releases/tag/v2.54.10)\n\n### Workarounds\n\nUnpatched versions can explicitly remove the user grants to make sure the user does not get access anymore.\n\n### Questions\n\nIf you have any questions or comments about this advisory, please email us at [security@zitadel.com](mailto:security@zitadel.com)\n", @@ -196,6 +196,10 @@ "type": "WEB", "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-2w5j-qfvw-2hf5" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46999" + }, { "type": "PACKAGE", "url": "https://github.com/zitadel/zitadel" @@ -203,11 +207,12 @@ ], "database_specific": { "cwe_ids": [ + "CWE-269", "CWE-672" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-09-19T16:07:58Z", - "nvd_published_at": null + "nvd_published_at": "2024-09-20T00:15:03Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/09/GHSA-jj94-6f5c-65r8/GHSA-jj94-6f5c-65r8.json b/advisories/github-reviewed/2024/09/GHSA-jj94-6f5c-65r8/GHSA-jj94-6f5c-65r8.json index d9fcf0e54cc..02f6ef8a8d2 100644 --- a/advisories/github-reviewed/2024/09/GHSA-jj94-6f5c-65r8/GHSA-jj94-6f5c-65r8.json +++ b/advisories/github-reviewed/2024/09/GHSA-jj94-6f5c-65r8/GHSA-jj94-6f5c-65r8.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-jj94-6f5c-65r8", - "modified": "2024-09-19T16:08:38Z", + "modified": "2024-09-20T14:18:34Z", "published": "2024-09-19T16:08:38Z", "aliases": [ - + "CVE-2024-47060" ], "summary": "ZITADEL Allows Unauthorized Access After Organization or Project Deactivation", "details": "### Summary\nIn Zitadel, even after an organization is deactivated, associated projects, respectively their applications remain active. Users across other organizations can still log in and access through these applications, leading to unauthorized access.\nAdditionally, if a project was deactivated access to applications was also still possible.\n\n### Details\nThe issue stems from the fact that when an organization is deactivated in Zitadel, the applications associated with it do not automatically deactivate. The application lifecycle is not tightly coupled with the organization's lifecycle, leading to a situation where the organization or project is marked as inactive, but its resources remain accessible.\n\n### PoC\n- Create a new Organization, create new project and setup OpenID connect.\n- Deactivate an Organization\n- Setup authentication without selecting Check for Project on Authentication\n- User is able to login despite the organization is deactivated\n\n### Impact\nThis vulnerability allows for unauthorized access to projects and their resources, which should have been restricted post-organization deactivation.\n\n### Patches\n\n2.x versions are fixed on >= [2.62.1](https://github.com/zitadel/zitadel/releases/tag/v2.62.1)\n2.61.x versions are fixed on >= [2.61.1](https://github.com/zitadel/zitadel/releases/tag/v2.61.1)\n2.60.x versions are fixed on >= [2.60.2](https://github.com/zitadel/zitadel/releases/tag/v2.60.2)\n2.59.x versions are fixed on >= [2.59.3](https://github.com/zitadel/zitadel/releases/tag/v2.59.3)\n2.58.x versions are fixed on >= [2.58.5](https://github.com/zitadel/zitadel/releases/tag/v2.58.5)\n2.57.x versions are fixed on >= [2.57.5](https://github.com/zitadel/zitadel/releases/tag/v2.57.5)\n2.56.x versions are fixed on >= [2.56.6](https://github.com/zitadel/zitadel/releases/tag/v2.56.6)\n2.55.x versions are fixed on >= [2.55.8](https://github.com/zitadel/zitadel/releases/tag/v2.55.8)\n2.54.x versions are fixed on >= [2.54.10](https://github.com/zitadel/zitadel/releases/tag/v2.54.10)\n\n### Workaround\nUnpatched versions can explicitly disable the application to make sure the client is not allowed anymore.\n\n### Questions\nIf you have any questions or comments about this advisory, please email us at [security@zitadel.com](mailto:security@zitadel.com)\n\n### Credits\nThanks to @prdp1137 for reporting this!\n", @@ -196,6 +196,10 @@ "type": "WEB", "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-jj94-6f5c-65r8" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47060" + }, { "type": "PACKAGE", "url": "https://github.com/zitadel/zitadel" @@ -203,11 +207,12 @@ ], "database_specific": { "cwe_ids": [ + "CWE-200", "CWE-672" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-09-19T16:08:38Z", - "nvd_published_at": null + "nvd_published_at": "2024-09-20T00:15:03Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/09/GHSA-qr2h-7pwm-h393/GHSA-qr2h-7pwm-h393.json b/advisories/github-reviewed/2024/09/GHSA-qr2h-7pwm-h393/GHSA-qr2h-7pwm-h393.json index bbef58a64af..679e6386410 100644 --- a/advisories/github-reviewed/2024/09/GHSA-qr2h-7pwm-h393/GHSA-qr2h-7pwm-h393.json +++ b/advisories/github-reviewed/2024/09/GHSA-qr2h-7pwm-h393/GHSA-qr2h-7pwm-h393.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-qr2h-7pwm-h393", - "modified": "2024-09-19T16:08:01Z", + "modified": "2024-09-20T14:18:22Z", "published": "2024-09-19T16:08:01Z", "aliases": [ - + "CVE-2024-47000" ], "summary": "ZITADEL's Service Users Deactivation not Working ", "details": "### Impact\nZITADEL's user account deactivation mechanism did not work correctly with service accounts. Deactivated service accounts retained the ability to request tokens, which could lead to unauthorized access to applications and resources.\n\n### Patches\n\n2.x versions are fixed on >= [2.62.1](https://github.com/zitadel/zitadel/releases/tag/v2.62.1)\n2.61.x versions are fixed on >= [2.61.1](https://github.com/zitadel/zitadel/releases/tag/v2.61.1)\n2.60.x versions are fixed on >= [2.60.2](https://github.com/zitadel/zitadel/releases/tag/v2.60.2)\n2.59.x versions are fixed on >= [2.59.3](https://github.com/zitadel/zitadel/releases/tag/v2.59.3)\n2.58.x versions are fixed on >= [2.58.5](https://github.com/zitadel/zitadel/releases/tag/v2.58.5)\n2.57.x versions are fixed on >= [2.57.5](https://github.com/zitadel/zitadel/releases/tag/v2.57.5)\n2.56.x versions are fixed on >= [2.56.6](https://github.com/zitadel/zitadel/releases/tag/v2.56.6)\n2.55.x versions are fixed on >= [2.55.8](https://github.com/zitadel/zitadel/releases/tag/v2.55.8)\n2.54.x versions are fixed on >= [2.54.10](https://github.com/zitadel/zitadel/releases/tag/v2.54.10)\n\n### Workarounds\nInstead of deactivating the service account, consider creating new credentials and replacing the old ones wherever they are used. This effectively prevents the deactivated service account from being utilized.\n\n- Revoke all existing authentication keys associated with the service account\n- Rotate the service account's password\n\n### Questions\nIf you have any questions or comments about this advisory, please email us at \n\n[security@zitadel.com](mailto:security@zitadel.com)", @@ -196,6 +196,10 @@ "type": "WEB", "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-qr2h-7pwm-h393" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47000" + }, { "type": "PACKAGE", "url": "https://github.com/zitadel/zitadel" @@ -203,11 +207,12 @@ ], "database_specific": { "cwe_ids": [ + "CWE-269", "CWE-672" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-09-19T16:08:01Z", - "nvd_published_at": null + "nvd_published_at": "2024-09-20T00:15:03Z" } } \ No newline at end of file