Lucene search
K

WordPress W3 Total Cache 0.9.4.1 Cross Site Scripting

🗓️ 11 Nov 2016 00:00:00Reported by Securify B.V.Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 42 Views

W3 Total Cache 0.9.4.1 Cross Site Scripting vulnerability allows attackers to execute arbitrary actions by luring WordPress Administrators

Code
`------------------------------------------------------------------------  
Reflected Cross-Site Scripting vulnerability in W3 Total Cache plugin  
------------------------------------------------------------------------  
Sipke Mellema, July 2016  
  
------------------------------------------------------------------------  
Abstract  
------------------------------------------------------------------------  
A Cross-Site Scripting vulnerability was found in the W3 Total Cache  
plugin. This issue allows an attacker to perform a wide variety of  
actions, such as stealing Administrators' session tokens, or performing  
arbitrary actions on their behalf. In order to exploit this issue, the  
attacker has to lure/force a logged on WordPress Administrator into  
opening a URL provided by an attacker.  
  
------------------------------------------------------------------------  
OVE ID  
------------------------------------------------------------------------  
OVE-20160719-0004  
  
------------------------------------------------------------------------  
Tested versions  
------------------------------------------------------------------------  
This issue was successfully tested on W3 Total Cache version 0.9.4.1.  
  
------------------------------------------------------------------------  
Fix  
------------------------------------------------------------------------  
This issue is resolved in W3 Total Cache version 0.9.5.  
  
------------------------------------------------------------------------  
Details  
------------------------------------------------------------------------  
https://sumofpwn.nl/advisory/2016/reflected_cross_site_scripting_vulnerability_in_w3_total_cache_plugin.html  
  
The issue exists in the file inc/options/support/form.php and is caused by the lack of output encoding on the request_id request parameter. The vulnerable code is listed below.  
  
<input type="hidden" name="request_type" value="<?php echo $request_type; ?>" />  
<input type="hidden" name="request_id" value="<?php echo $request_id; ?>" />  
<input type="hidden" name="payment" value="<?php echo $payment; ?>" />  
  
Proof of concept  
  
  
Have an authenticated admin visit the URL:  
  
http://<target>/wp-admin/admin.php?page=w3tc_support&request_type=bug_report&request_id="><script>alert('sumofpwn.nl');</script>  
  
A pop-up box should appear, meaning the JavaScript contained in the request_id request parameter was executed by the browser.  
  
------------------------------------------------------------------------  
Summer of Pwnage (https://sumofpwn.nl) is a Dutch community project. Its  
goal is to contribute to the security of popular, widely used OSS  
projects in a fun and educational way.  
`

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