An issue has been discovered in GitLab EE/CE affecting all versions from 16.9.7 prior to 17.1.7, 17.2 prior to 17.2.5, and 17.3 prior to 17.3.2. An improper input validation error allows attacker to squat on accounts via linking arbitrary unclaimed provider identities when JWT authentication is configured.
The product stores security-critical state information about its users, or the product itself, in a location that is accessible to unauthorized actors.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Gitlab | Gitlab | 16.9.7 (including) | 17.1.7 (excluding) |
Gitlab | Gitlab | 17.2.0 (including) | 17.2.5 (excluding) |
Gitlab | Gitlab | 17.3.0 (including) | 17.3.2 (excluding) |
Gitlab | Ubuntu | esm-apps/xenial | * |
Gitlab | Ubuntu | upstream | * |
If an attacker can modify the state information without detection, then it could be used to perform unauthorized actions or access unexpected resources, since the application programmer does not expect that the state can be changed. State information can be stored in various locations such as a cookie, in a hidden web form field, input parameter or argument, an environment variable, a database record, within a settings file, etc. All of these locations have the potential to be modified by an attacker. When this state information is used to control security or determine resource usage, then it may create a vulnerability. For example, an application may perform authentication, then save the state in an “authenticated=true” cookie. An attacker may simply create this cookie in order to bypass the authentication.