8.3
CVSSv2

CVE-2009-2765

Published: 14/08/2009 Updated: 19/09/2017
CVSS v2 Base Score: 8.3 | Impact Score: 10 | Exploitability Score: 6.5
VMScore: 845
Vector: AV:A/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

httpd.c in httpd in the management GUI in DD-WRT 24 sp1, and other versions before build 12533, allows remote malicious users to execute arbitrary commands via shell metacharacters in a request to a cgi-bin/ URI.

Vulnerable Product Search on Vulmon Subscribe to Product

dd-wrt dd-wrt

Exploits

This is a remote root vulnerability in DD-WRT's httpd server The bug exists at the latest 24 sp1 version of the firmware The problem is due to many bugs and bad software design decisions Here is part of httpdc: 859 if (containsstring(file, "cgi-bin")) { 860 861 auth_fail = 0; 862 if (!do_auth 86 ...
## # $Id$ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote include Ms ...
## # $Id: ddwrt_cgibin_execrb 9719 2010-07-07 17:38:59Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' clas ...