what you don't know can hurt you

WordPress Encrypted Blog 0.0.6.2 XSS / Open Redirect

WordPress Encrypted Blog 0.0.6.2 XSS / Open Redirect
Posted Aug 28, 2013
Authored by Keith Makan

WordPress Encrypted Blog plugin version 0.0.6.2 suffers from cross site scripting and open redirection vulnerabilities.

tags | advisory, vulnerability, xss
MD5 | 34033e182abe357b4321554e8bc92997

WordPress Encrypted Blog 0.0.6.2 XSS / Open Redirect

Change Mirror Download
*XSS and Uncontrolled redirect Vulns in Encrypted Blog Plugin for Wordpress*

# Date: 28 August 2013
# Author: k3170makan
# Vendor or Software Link: http://wordpress.org/plugins/encrypted-blog/
# Version: 0.0.6.2
# Category: webapps
# Tested on: N/A

The Encrypted Blog Plug-in for Wordpress suffers from multiple
vulnerabilities exposing authenticated wordpress users to Cross Site
Scripting attacks and Uncontrolled redirects and via a combination of these
vulnerabilities a leakage of the Encryption key set by the wordpress user.

*Cross Site Scripting:*

The contents of the redirect_to field in the encrypt_blog_form.php, which
is supplied via GET method is not sanitized and allows attackers to submit
malicious HTML/JavaScript and other client side browser scripting content.

Here's the code:
from
https://github.com/marcusds/EncryptedBlog/blob/master/encrypted_blog_form.php

13 <form name="loginform" id="loginform" action="<?php
14 if( isset( $_GET['redirect_to'] ) && !empty( $_GET['redirect_to'] ) )
15 {
16 *echo $_GET['redirect_to'];*
17 if( strpos( $_GET['redirect_to'], '?' ) === false && substr(
$_GET['page'], -1 ) !== '/') {
18 echo '/';
19 }
20 }
21 else
22 {
23 echo './';
24 }

line 16 shows the that the echo is done without parsing the redirect_to
field's value or remove any
potentially malicious HMTL.
PoC: http://imgur.com/S9L4FeV

*Uncontrolled Redirect:*

The uncontrolled redirect stems the following
code:https://github.com/marcusds/EncryptedBlog/blob/master/encrypted_blog_form.php#L43


line 43 shows that unsanitized and uncontrolled data from the redirect_to
field is used to build redirects, meaning that attackers will be able to
redirect victims to arbitrary domains.
PoC: http://imgur.com/LrWmB77

--
<Keith k3170makan <http://about.me/k3170makan> Makan/>
blog.k3170makan.com

Comments (1)

RSS Feed Subscribe to this comment feed
planetzuda

These security holes have been fixed in our member only area planetzuda.com/news/members-only-s… We fix insecure code, but code that is actively being exploited gets our immediate attention.

Comment by planetzuda
2013-09-01 03:51:19 UTC | Permalink | Reply
Login or Register to post a comment

File Archive:

February 2015

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Feb 1st
    2 Files
  • 2
    Feb 2nd
    17 Files
  • 3
    Feb 3rd
    15 Files
  • 4
    Feb 4th
    16 Files
  • 5
    Feb 5th
    14 Files
  • 6
    Feb 6th
    4 Files
  • 7
    Feb 7th
    0 Files
  • 8
    Feb 8th
    0 Files
  • 9
    Feb 9th
    0 Files
  • 10
    Feb 10th
    0 Files
  • 11
    Feb 11th
    0 Files
  • 12
    Feb 12th
    0 Files
  • 13
    Feb 13th
    0 Files
  • 14
    Feb 14th
    0 Files
  • 15
    Feb 15th
    0 Files
  • 16
    Feb 16th
    0 Files
  • 17
    Feb 17th
    0 Files
  • 18
    Feb 18th
    0 Files
  • 19
    Feb 19th
    0 Files
  • 20
    Feb 20th
    0 Files
  • 21
    Feb 21st
    0 Files
  • 22
    Feb 22nd
    0 Files
  • 23
    Feb 23rd
    0 Files
  • 24
    Feb 24th
    0 Files
  • 25
    Feb 25th
    0 Files
  • 26
    Feb 26th
    0 Files
  • 27
    Feb 27th
    0 Files
  • 28
    Feb 28th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2015 Packet Storm. All rights reserved.

close