vendor:
eFront
by:
7.5
CVSS
HIGH
Cross-site scripting, SQL-injection
79, 89
CWE
Product Name: eFront
Affected Version From: 3.6.10 build 11944
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Cross-site scripting and SQL-injection vulnerabilities in eFront
eFront is prone to multiple cross-site scripting and SQL-injection vulnerabilities due to insufficient sanitization of user-supplied input. These vulnerabilities can be exploited to steal authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Implement proper input validation and sanitization techniques to prevent cross-site scripting and SQL-injection attacks. Enable 'magic_quotes_gpc' to automatically escape special characters in user input.