Improper serialization of internal state in the authorization subsystem in MongoDB Servers authorization subsystem permits a user with valid credentials to bypass IP whitelisting protection mechanisms following administrative action. This issue affects MongoDB Server v4.2 versions prior to 4.2.3; MongoDB Server v4.0 versions prior to 4.0.15; MongoDB Server v4.3 versions prior to 4.3.3and MongoDB Server v3.6 versions prior to 3.6.18.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Mongodb | Mongodb | 3.6.0 (including) | 3.6.18 (excluding) |
Mongodb | Mongodb | 4.0.0 (including) | 4.0.15 (excluding) |
Mongodb | Mongodb | 4.2.0 (including) | 4.2.3 (excluding) |
Mongodb | Mongodb | 4.3.0 (including) | 4.3.3 (excluding) |
Mongodb | Ubuntu | bionic | * |
Mongodb | Ubuntu | eoan | * |
Mongodb | Ubuntu | trusty | * |
Mongodb | Ubuntu | trusty/esm | * |
Mongodb | Ubuntu | xenial | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.