vendor:
Plume CMS
by:
Sense of Security
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Plume CMS
Affected Version From: 1.2.3
Affected Version To: 1.2.3
Patch Exists: NO
Related CWE: Not yet allocated
CPE: a:plume_cms:plume_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Independent
2009
Plume CMS Multiple SQL Injection Vulnerabilities – Security Advisory – SOS-09-006
Plume CMS is a content management system written in PHP. The application suffers from SQL injection vulnerabilities in index.php and tools.php, as it fails to validate data supplied in the 'm' variable of index.php before being used in a SQL query. Additionally, the variable 'id' of tools.php is also vulnerable to the same type of attack. SQL injection attacks can give an attacker access to backend database contents, the ability to remotely execute system commands, or in some circumstances the means to take control of the operating system hosting the database.
Mitigation:
Validate data supplied in the 'm' variable of index.php and the 'id' variable of tools.php before being used in a SQL query.