vendor:
K-Rate
by:
Unknown
5.5
CVSS
MEDIUM
SQL-injection, XSS
89, 79
CWE
Product Name: K-Rate
Affected Version From: All
Affected Version To: All
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
K-Rate SQL-INJECTION, XSS
The K-Rate application is vulnerable to SQL-injection and both active and passive XSS attacks. The SQL-injection vulnerability is present in the 'dele_cpac.php', 'payment_received.php', 'functions.php', and 'chat.php' files. The XSS vulnerability can be exploited through various URLs, as mentioned in the text.
Mitigation:
To mitigate the SQL-injection vulnerability, proper input validation and parameterized queries should be implemented. To mitigate the XSS vulnerability, input sanitization and output encoding should be applied.