CVE-2024-29892
MEDIUM6.1EPSS 0.22%ZITADEL's actions can overload reserved claims
描述
### Impact Under certain circumstances an action could set [reserved claims](https://zitadel.com/docs/apis/openidoauth/claims#reserved-claims) managed by ZITADEL. For example it would be possible to set the claim `urn:zitadel:iam:user:resourceowner:name` ```json {"urn:zitadel:iam:user:resourceowner:name": "ACME"} ``` if it was not set by ZITADEL itself. To compensate for this we introduced a protection that does prevent actions from changing claims that start with `urn:zitadel:iam` ### Patches 2.x versions are fixed on >= [2.48.3](https://github.com/zitadel/zitadel/releases/tag/v2.48.3) 2.47.x versions are fixed on >= [2.47.8](https://github.com/zitadel/zitadel/releases/tag/v2.47.8) 2.46.x versions are fixed on >= [2.46.5](https://github.com/zitadel/zitadel/releases/tag/v2.46.5) 2.45.x versions are fixed on >= [2.45.5](https://github.com/zitadel/zitadel/releases/tag/v2.45.5) 2.44.x versions are fixed on >= [2.44.7](https://github.com/zitadel/zitadel/releases/tag/v2.44.7) 2.43.x versions are fixed on >= [2.43.11](https://github.com/zitadel/zitadel/releases/tag/v2.43.11) 2.42.x versions are fixed on >= [2.42.17](https://github.com/zitadel/zitadel/releases/tag/v2.42.17) ### Workarounds No workaround available since a patch is available ### Credits Many thanks to @schettn whose disclosure of another topic lead us to find this issue.
受影響套件(2)
- Go/github.com/zitadel/zitadelfrom 0, < 2.42.17
- Go/github.com/zitadel/zitadelfrom 0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N |
| osv | CVSS 3.1 | MEDIUM6.1 | CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N |
參考連結(10)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2024-29892
- PATCHhttps://github.com/zitadel/zitadel
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.42.17
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.43.11
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.44.7
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.45.5
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.46.5
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.47.8
- WEBhttps://github.com/zitadel/zitadel/releases/tag/v2.48.3
- WEBhttps://github.com/zitadel/zitadel/security/advisories/GHSA-gp8g-f42f-95q2