Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-7h8m-vrxx-vr4m: ZITADEL race condition in lockout policy execution

Impact

ZITADEL provides administrators the possibility to define a Lockout Policy with a maximum amount of failed password check attempts. On every failed password check, the amount of failed checks is compared against the configured maximum. Exceeding the limit, will lock the user and prevent further authentication.

In the affected implementation it was possible for an attacker to start multiple parallel password checks, giving him the possibility to try out more combinations than configured in the Lockout Policy.

Patches

2.x versions are fixed on >= 2.40.5 2.38.x versions are fixed on >= 2.38.3

Workarounds

There is no workaround since a patch is already available.

References

None

Questions

If you have any questions or comments about this advisory, please email us at [email protected]

ghsa
#git#auth
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2023-47111

ZITADEL race condition in lockout policy execution

High severity GitHub Reviewed Published Nov 8, 2023 in zitadel/zitadel • Updated Nov 8, 2023

Package

gomod github.com/zitadel/zitadel (Go)

Affected versions

>= 2.39.0, < 2.40.5

< 2.38.3

Patched versions

2.40.5

2.38.3

Impact

ZITADEL provides administrators the possibility to define a Lockout Policy with a maximum amount of failed password check attempts. On every failed password check, the amount of failed checks is compared against the configured maximum.
Exceeding the limit, will lock the user and prevent further authentication.

In the affected implementation it was possible for an attacker to start multiple parallel password checks, giving him the possibility to try out more combinations than configured in the Lockout Policy.

Patches

2.x versions are fixed on >= 2.40.5
2.38.x versions are fixed on >= 2.38.3

Workarounds

There is no workaround since a patch is already available.

References

None

Questions

If you have any questions or comments about this advisory, please email us at [email protected]

References

  • GHSA-7h8m-vrxx-vr4m
  • zitadel/zitadel@22e2d55
  • https://github.com/zitadel/zitadel/releases/tag/v2.38.3
  • https://github.com/zitadel/zitadel/releases/tag/v2.40.5

Published to the GitHub Advisory Database

Nov 8, 2023

Related news

CVE-2023-47111: Race condition in lockout policy execution

ZITADEL provides identity infrastructure. ZITADEL provides administrators the possibility to define a `Lockout Policy` with a maximum amount of failed password check attempts. On every failed password check, the amount of failed checks is compared against the configured maximum. Exceeding the limit, will lock the user and prevent further authentication. In the affected implementation it was possible for an attacker to start multiple parallel password checks, giving him the possibility to try out more combinations than configured in the `Lockout Policy`. This vulnerability has been patched in versions 2.40.5 and 2.38.3.