9.3
CVSSv3

CVE-2021-21276

Published: 01/02/2021 Updated: 06/04/2023
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
CVSS v3 Base Score: 9.3 | Impact Score: 4.7 | Exploitability Score: 3.9
VMScore: 570
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Vulnerability Summary

Polr is an open source URL shortener. in Polr before version 2.3.0, a vulnerability in the setup process allows malicious users to gain admin access to site instances, even if they do not possess an existing account. This vulnerability exists regardless of users' settings. If an attacker crafts a request with specific cookie headers to the /setup/finish endpoint, they may be able to obtain admin privileges on the instance. This is caused by a loose comparison (==) in SetupController that is susceptible to attack. The project has been patched to ensure that a strict comparison (===) is used to verify the setup key, and that /setup/finish verifies that no users table exists before performing any migrations or provisioning any new accounts. This is fixed in version 2.3.0. Users can patch this vulnerability without upgrading by adding abort(404) to the very first line of finishSetup in SetupController.php.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

polrproject polr

Exploits

POLR URL version 230 suffers from an administrative takeover vulnerability ...