vendor:
Community Software
by:
Sid3^effects aKa HaRi
9,3
CVSS
HIGH
SQL Injection and Persistent XSS
89 (SQL Injection) and 79 (XSS)
CWE
Product Name: Community Software
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
2010
Sijio Community Software SQLi/Persistent XSS Vulnerability
The vulnerability is a SQL injection vulnerability in the 'parent' parameter of the 'gallery' page. An attacker can inject malicious SQL code into the parameter to gain access to the database. The vulnerability also includes a persistent XSS vulnerability in the blog section. An attacker can register and post malicious XSS code in the blog section, which will be executed when the main page is accessed.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, output encoding should be used to prevent XSS attacks.