First published: Tue Oct 27 2009(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Runcms Runcms | =2m1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2009-3804 has been classified as a medium severity SQL injection vulnerability.
To fix CVE-2009-3804, update RunCMS to the latest version or ensure that user inputs for the pid and topic_id parameters are properly sanitized.
CVE-2009-3804 affects remote authenticated users of RunCMS version 2M1.
Exploiting CVE-2009-3804 allows an attacker to execute arbitrary SQL commands, potentially compromising the database.
CVE-2009-3804 impacts the modules/forum/post.php and the store function in modules/forum/class/class.forumposts.php.