vendor:
Website Design and Hosting
by:
Dr.SiLnT HilL
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Website Design and Hosting
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
Website Design and Hosting By Netricks, Inc (news.php) SQL Injection Vulnerability
A SQL injection vulnerability exists in Website Design and Hosting By Netricks, Inc. The vulnerability is due to improper sanitization of user-supplied input in the 'news.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious SQL statements to the vulnerable script. This may allow the attacker to gain access to sensitive information from the database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL statements. Additionally, parameterized queries should be used to prevent SQL injection attacks.