vendor:
ARSC Really Simple Chat
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting, SQL Injection
79
CWE
Product Name: ARSC Really Simple Chat
Affected Version From: 3.3-rc2
Affected Version To: Unknown
Patch Exists: NO
Related CWE: CVE-2011-3884, CVE-2011-3885
CPE: a:arsc_really_simple_chat:arsc_really_simple_chat:3.3-rc2
Metasploit:
https://www.rapid7.com/db/vulnerabilities/gentoo-linux-cve-2011-3884/, https://www.rapid7.com/db/vulnerabilities/google-chrome-cve-2011-3884/, https://www.rapid7.com/db/vulnerabilities/apple-safari-cve-2011-3885/, https://www.rapid7.com/db/vulnerabilities/google-chrome-cve-2011-3885/, https://www.rapid7.com/db/vulnerabilities/apple-itunes-cve-2011-3885/, https://www.rapid7.com/db/vulnerabilities/gentoo-linux-cve-2011-3885/
Platforms Tested:
2011
ARSC Really Simple Chat Cross-Site Scripting and SQL Injection Vulnerabilities
ARSC Really Simple Chat 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:
To mitigate these vulnerabilities, it is recommended to sanitize and validate user-supplied data before using it in SQL queries or displaying it on web pages. Input validation and output encoding should be implemented to prevent cross-site scripting attacks.