Lucene search
K

WordPress Testimonial Slider 1.2.1 Cross Site Scripting

🗓️ 31 Aug 2015 00:00:00Reported by Arash KhazaeiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

Wordpess Testimonial Slider 1.2.1 Stored XSS Vulnerabilit

Code
` GhostMail <!--  
  
# Exploit Title: Wordpress Testimonial Slider Stored XSS  
  
# Date: 2015/8/31  
  
# Exploit Author: Arash Khazaei  
  
# Vendor Homepage: https://wordpress.org/plugins/testimonial-slider/  
  
# Software Link:  
https://downloads.wordpress.org/plugin/testimonial-slider.1.2.1.zip  
  
# Version: 1.2.1  
  
# Tested on: Kali , Iceweasel Browser  
  
# CVE : N/A  
  
# Contact : twitter.com/0xClay  
  
# Email : [email protected]  
  
# Site : http://bhunter.ir  
  
# Intrduction :   
  
# Wordpress Testimonial Slider Plugin Have 10,000+ Active Install   
  
# And Suffer From A Stored XSS Vulnerability In Slider Name Section .  
  
# Authors , Editors And Of Course Administrators Can Use This Vulnerability  
To Harm WebSite .  
  
-->  
  
Exploit :   
  
For Exploiting This Vulnerability Install Testimonial Slider Plugin   
  
Then Create New Slider In Slider Name Input Place Your JavaScript Code  
  
After Creating Slider JavaScript Code Will Be Executed .  
  
Image POC :   
  
  
  
Vulnerable Code :   
  
<h3><?php _e('Reorder the Posts/Pages Added To','testimonial-slider'); ?>  
<?php echo $slider['slider_name'];?>(Slider ID = <?php echo  
$slider['slider_id'];?>)</h3>  
  
For Patching :   
  
<h3><?php _e('Reorder the Posts/Pages Added To','testimonial-slider'); ?>  
<?php echo htmlspecialchars($slider['slider_name']);?>(Slider ID = <?php  
echo $slider['slider_id'];?>)</h3>  
  
<!-- Discovered By Arash Khazaei (Aka JunkyBoy) -->  
  
This email was sent from Secure GhostMail <https://www.ghostmail.com>.  
Easy and free encrypted email, chat and cloud storage for everybody. Free  
sign up now <https://www.ghostmail.com>.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation