University of Queensland Fez 'list.php' SQL Injection Vulnerability
BID:31324
Info
University of Queensland Fez 'list.php' SQL Injection Vulnerability
| Bugtraq ID: | 31324 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-6028 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 22 2008 12:00AM |
| Updated: | Apr 16 2015 05:54PM |
| Credit: | d3v1l |
| Vulnerable: |
University of Queensland Fez 2.0 RC1 University of Queensland Fez 1.3 |
| Not Vulnerable: | |
Discussion
University of Queensland Fez 'list.php' SQL Injection Vulnerability
Fez is prone to an SQL-injection vulnerability because it fails to properly sanitize user-supplied input before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
The issue affects Fez 1.3 and 2.0 RC1; other versions may also be affected.
Fez is prone to an SQL-injection vulnerability because it fails to properly sanitize user-supplied input before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
The issue affects Fez 1.3 and 2.0 RC1; other versions may also be affected.
Exploit / POC
University of Queensland Fez 'list.php' SQL Injection Vulnerability
Attackers can exploit this issue via a browser.
The following example URI is available:
http://www.example.com/list.php?browse=subject&parent_id=1 UNION SELECT 1,concat_ws(0x3a,version(),database(),user())/*
Attackers can exploit this issue via a browser.
The following example URI is available:
http://www.example.com/list.php?browse=subject&parent_id=1 UNION SELECT 1,concat_ws(0x3a,version(),database(),user())/*
Solution / Fix
University of Queensland Fez 'list.php' SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
University of Queensland Fez 'list.php' SQL Injection Vulnerability
References:
References:
- Fez Project Homepage (University of Queensland)