Executive Summary

Informations
Name CVE-2021-21276 First vendor Publication 2021-02-01
Vendor Cve Last vendor Modification 2024-11-21

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
Overall CVSS Score 9.3
Base Score 9.3 Environmental Score 9.3
impact SubScore 4.7 Temporal Score 9.3
Exploitabality Sub Score 3.9
 
Attack Vector Network Attack Complexity Low
Privileges Required None User Interaction None
Scope Changed Confidentiality Impact High
Integrity Impact Low Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:N/AC:L/Au:N/C:P/I:P/A:N)
Cvss Base Score 6.4 Attack Range Network
Cvss Impact Score 4.9 Attack Complexity Low
Cvss Expoit Score 10 Authentication None Required
Calculate full CVSS 2.0 Vectors scores

Detail

Polr is an open source URL shortener. in Polr before version 2.3.0, a vulnerability in the setup process allows attackers 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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21276

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 1

Sources (Detail)

http://packetstormsecurity.com/files/171743/POLR-URL-2.3.0-Shortener-Admin-Ta...
https://github.com/cydrobolt/polr/commit/b1981709908caf6069b4a29dad3b6739c322...
https://github.com/cydrobolt/polr/releases/tag/2.3.0
https://github.com/cydrobolt/polr/security/advisories/GHSA-vg6w-8w9v-xxqc
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
Date Informations
2024-11-28 13:51:57
  • Multiple Updates
2023-04-06 21:27:33
  • Multiple Updates
2022-07-12 00:27:22
  • Multiple Updates
2021-05-04 14:06:49
  • Multiple Updates
2021-04-22 03:11:57
  • Multiple Updates
2021-02-08 21:23:29
  • Multiple Updates
2021-02-01 21:23:35
  • First insertion