Lucene search
K

WordPress Simple Security 1.1.5 Cross Site Scripting Vulnerability

🗓️ 15 Jan 2015 00:00:00Reported by High-Tech BridgeType 
zdt
 zdt
🔗 0day.today👁 47 Views

WordPress Simple Security 1.1.5 Cross Site Scripting Vulnerability in User Input Handlin

Related
Code
ReporterTitlePublishedViews
Family
CNVD
WordPress plugin Simple Security '/wp-admin/users.php' has multiple cross-site scripting vulnerabilities
14 Jan 201500:00
cnvd
CVE
CVE-2014-9570
15 Jan 201515:00
cve
Cvelist
CVE-2014-9570
15 Jan 201515:00
cvelist
EUVD
EUVD-2014-9384
7 Oct 202500:30
euvd
htbridge
Two XSS vulnerabilities in Simple Security WordPress Plugin
17 Dec 201400:00
htbridge
NVD
CVE-2014-9570
15 Jan 201515:59
nvd
Packet Storm
WordPress Simple Security 1.1.5 Cross Site Scripting
14 Jan 201500:00
packetstorm
Patchstack
WordPress Simple Security Plugin <= 1.1.5 - Multiple XSS
7 Jan 201500:00
patchstack
Prion
Cross site scripting
15 Jan 201515:59
prion
securityvulns
Two XSS vulnerabilities in Simple Security WordPress Plugin
19 Jan 201500:00
securityvulns
Rows per page
Product: Simple Security WordPress Plugin
Vendor: MyWebsiteAdvisor 
Vulnerable Version(s): 1.1.5 and probably prior
Tested Version: 1.1.5
Advisory Publication:  December 17, 2014  [without technical details]
Vendor Notification: December 17, 2014 
Public Disclosure: January 14, 2015 
Vulnerability Type: Cross-Site Scripting [CWE-79]
CVE Reference: CVE-2014-9570
Risk Level: Low 
CVSSv2 Base Score: 2.6 (AV:N/AC:H/Au:N/C:N/I:P/A:N)
Solution Status: Solution Available
Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ ) 

-----------------------------------------------------------------------------------------------

Advisory Details:

High-Tech Bridge Security Research Lab discovered two XSS vulnerabilities in Simple Security WordPress plugin, which can be exploited to perform Cross-Site Scripting attacks against administrators of WP websites with the vulnerable plugin.


1) Two Cross-Site Scripting (XSS) Vulnerabilities in Simple Security Wordpress Plugin: CVE-2014-9570

The discovered vulnerabilities can be used by attackers to steal administrator's cookies of a vulnerable website. This can lead to total website compromise. 

Attackers can also perform drive-by-download attacks against website admin by injecting malware or exploit-packs into vulnerable scripts.

1.1 User-supplied input passed via the "datefilter" HTTP GET parameter to "/wp-admin/users.php" script is not properly sanitised before being returned to the administrator. A remote attacker can trick a logged-in administrator to open a specially crafted link and execute arbitrary HTML and script code in his browser in the context of the vulnerable website.

The exploitation example below uses the "alert()" JavaScript function to display "ImmuniWeb" word:

http://[host]/wp-admin/users.php?page=access_log&datefilter=%27%22%3E%3Cscript%3Ealert%28/ImmuniWeb/%29;%3C/script%3E

1.2 User input passed via the "simple_security_ip_blacklist[]" HTTP POST parameter to "/wp-admin/users.php" script is not properly filtered before being returned to the administrator. A remote attacker can trick a logged-in administrator to open a specially crafted link and execute arbitrary HTML and script code in browser in context of the vulnerable website.

Below we provide a basic XSS exploit that uses JS "alert()" function to display "ImmuniWeb" pop-up:


<form action="http://[host]/wp-admin/users.php?page=ip_blacklist" method="post" name="main">
<input type="hidden" name="page" value="access_log">
<input type="hidden" name="action" value="add_blacklist_ip">
<input type="hidden" name="simple_security_ip_blacklist[]" value="'><script>alert('ImmuniWeb');</script>">
<input type="submit" id="btn">
</form>


-----------------------------------------------------------------------------------------------

Solution:

Disclosure timeline:
2014-12-17 Vendor Alerted via contact form.
2014-01-02 Vendor Alerted via contact form and emails.
2014-01-12 Fix Requested via contact form and emails.
2014-01-14 Public disclosure with self-written patch.

#  0day.today [2018-01-24]  #

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