CVE-2023-47111

ZITADEL race condition in lockout policy execution in go/github.com/zitadel/zitadel

Identifiers

GHSA-7h8m-vrxx-vr4m, CVE-2023-47111

Package Slug

go/github.com/zitadel/zitadel

Vulnerability

ZITADEL race condition in lockout policy execution

Description

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.

Affected Versions

All versions before 2.38.3, all versions starting from 2.39.0 before 2.40.5

Solution

Upgrade to versions 2.38.3, 2.40.5 or above.

Last Modified

2023-11-09

source