CVE-2009-3804: SQL Injection
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 topicid parameter.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2009-3804?
CVE-2009-3804 has been classified as a medium severity SQL injection vulnerability.
How do I fix CVE-2009-3804?
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.
Who is affected by CVE-2009-3804?
CVE-2009-3804 affects remote authenticated users of RunCMS version 2M1.
What are the implications of exploiting CVE-2009-3804?
Exploiting CVE-2009-3804 allows an attacker to execute arbitrary SQL commands, potentially compromising the database.
What components of RunCMS does CVE-2009-3804 impact?
CVE-2009-3804 impacts the modules/forum/post.php and the store function in modules/forum/class/class.forumposts.php.