7.5
CVSSv2

CVE-2008-5578

Published: 15/12/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

Multiple SQL injection vulnerabilities in index.php in sCssBoard 1.0, 1.1, 1.11, and 1.12 allow remote malicious users to execute arbitrary SQL commands via (1) the f parameter in a showforum action, (2) the u parameter in a profile action, (3) the viewcat parameter, or (4) a combination of scb_uid and scb_ident cookie values.

Vulnerable Product Search on Vulmon Subscribe to Product

scssboard scssboard 1.12

scssboard scssboard 1.0

scssboard scssboard 1.1

scssboard scssboard 1.11

Exploits

#!/usr/bin/ruby #inphex - i didnt include all of those bugs into the code,this code basicly checks if the forum is vulnerable and also exploits SQL Injection bug! #all versions on sourceforge seem to be the same ;\ so check is beeing done on each version - scb_ is set as default table prefix #this forum is very very very buggy,probably there are ...