vendor:
Micro Blogging
by:
nuclear
7.5
CVSS
HIGH
SQL/XSS Injection
89, 79
CWE
Product Name: Micro Blogging
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
ReVou Micro Blogging SQL/XSS Injection Vulnerability
ReVou Micro Blogging is prone to an SQL injection vulnerability and a cross-site scripting vulnerability. An attacker can exploit these issues to manipulate SQL queries, steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. The SQL injection issue is due to a failure of the application to properly sanitize user-supplied input before using it in an SQL query. The cross-site scripting issue is due to a failure of the application to properly sanitize user-supplied input before using it in dynamically generated web content.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries. Additionally, input validation should be used to ensure that untrusted data is not used to dynamically generate web content. It is also possible to use a web application firewall to detect and block SQL injection and cross-site scripting attacks.