The Login/Signup Popup ( Inline Form + Woocommerce ) plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the import_settings function in versions 2.7.1 to 2.7.2. This makes it possible for authenticated attackers, with Subscriber-level access and above, to change arbitrary options on affected sites. This can be used to enable new user registration and set the default role for new users to Administrator.
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 |
---|---|---|---|
Login/signup_popup | Xootix | 2.7.1 (including) | 2.7.1 (including) |
Login/signup_popup | Xootix | 2.7.2 (including) | 2.7.2 (including) |
Otp_login_woocommerce_&_gravity_forms | Xootix | * | 2.6.2 (excluding) |
Side_cart_woocommerce | Xootix | 2.5 (including) | 2.5 (including) |
Waitlist_woocommerce | Xootix | * | 2.6.1 (excluding) |
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.