vendor:
Eleanor CMS
by:
5.5
CVSS
MEDIUM
Cross-site scripting (XSS), SQL Injection
79
CWE
Product Name: Eleanor CMS
Affected Version From: Eleanor CMS rc5
Affected Version To: Other versions may also be affected
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Eleanor CMS Multiple Vulnerabilities
Eleanor CMS is prone to a cross-site scripting vulnerability and multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data. Exploiting these issues could allow an attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site, steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Ensure that all user-supplied input is properly validated and sanitized to prevent SQL injection and XSS attacks. Implement proper input filtering and parameterized queries.