- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 29193
- Проверка EDB
- 
	
		
			- Пройдено
 
- Автор
- ARIA-SECURITY TEAM
- Тип уязвимости
- WEBAPPS
- Платформа
- ASP
- CVE
- N/A
- Дата публикации
- 2006-11-27
		Код:
	
	source: https://www.securityfocus.com/bid/21311/info
Click Gallery is prone to multiple input-validation vulnerabilities, including SQL-injection issues and a cross-site scripting issue, because the application fails to sufficiently sanitize user-supplied data.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
http://www.example.com/view_gallery.asp?gallery_id=809¤tpage=[SQL Injection]
http://www.example.com/view_gallery.asp?gallery_id=[SQL injection]
http://www.example.com/download_image.asp?image_id=[SQL Injection]
http://www.example.com/gallery.asp?currentpage=[SQL Injection]
http://www.example.com/view_recent.asp?currentpage=[SQL Injection]
http://www.example.com/gallery.asp?currentpage=2&orderby=[SQL Injection]- Источник
- www.exploit-db.com
 
 
		