vendor:
FreeSMS
by:
SecurityFocus
7,5
CVSS
HIGH
Cross-Site Scripting and SQL Injection
79, 89
CWE
Product Name: FreeSMS
Affected Version From: 2.1.2
Affected Version To: 2.1.2
Patch Exists: N/A
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
2012
FreeSMS Multiple Cross-Site Scripting and SQL Injection Vulnerabilities
FreeSMS is prone to multiple cross-site scripting vulnerabilities and an SQL-injection vulnerability because it fails to properly sanitize user-supplied input. Attackers can exploit these issues to execute arbitrary code in the context of the browser, steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database; other attacks are also possible.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to execute unintended commands or modify data. It is also recommended to use a whitelist of acceptable inputs that strictly conform to specifications. All database queries should be parameterized.