6.5
CVSSv2

CVE-2009-3804

Published: 27/10/2009 Updated: 28/10/2009
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 660
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

Multiple SQL injection vulnerabilities in modules/forum/post.php in RunCMS 2M1 allow remote authenticated users to execute arbitrary SQL commands via (1) the pid parameter, which is not properly handled by the store function in modules/forum/class/class.forumposts.php, or (2) the topic_id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

runcms runcms 2m1

Exploits

<?php /* RunCms v2M1 store() - 'pid' remote SQL Injection Exploit by Nine:Situations:Group::bookoo site: retrogodaltervistaorg/ software site: wwwruncmsorg/ Function store() in /modules/forum/class/classforumpostsphp is vulnerable, see lines 412-433: $sql = " INSERT I ...
source: wwwsecurityfocuscom/bid/36816/info RunCMS is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying ...