vendor:
Okul Portali
by:
Unknown
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Okul Portali
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Hünkaray Okul Portali SQL Injection Vulnerability
The Hünkaray Okul Portali is vulnerable to an SQL injection vulnerability due to insufficient sanitization of user-supplied data before using it in an SQL query. An attacker can exploit this vulnerability by manipulating the SQL query logic to perform unauthorized actions on the underlying database. An example exploit URL is provided: http://www.example.com/okul/haberoku.asp?id=11%20union+select+0,sifre,kullaniciadi,3,4+from+admin
Mitigation:
To mitigate this vulnerability, the application should properly sanitize user-supplied data before using it in SQL queries. Prepared statements or parameterized queries can be used to prevent SQL injection attacks.