vendor:
Elemata CMS
by:
CWH Underground
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Elemata CMS
Affected Version From: RC 3.0
Affected Version To: RC 3.0
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows, Linux
2013
Elemata CMS RC3.0 SQL Injection
An attacker might execute arbitrary SQL commands on the database server with this vulnerability. User tainted data is used when creating the database query that will be executed on the database management system (DBMS). An attacker can inject own SQL syntax thus initiate reading, inserting or deleting database entries or attacking the underlying operating system depending on the query, DBMS and configuration.
Mitigation:
The vulnerability can be mitigated by properly sanitizing user input and using parameterized queries or prepared statements to prevent SQL injection attacks.