vendor:
news/blog poster
by:
ajann
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: news/blog poster
Affected Version From: Unknown
Affected Version To: v3
Patch Exists: NO
Related CWE: Not available
CPE: Not available
Platforms Tested: Not available
2007
makit news/blog poster <=v3(news_page.asp) Remote SQL Injection Vulnerability
The vulnerability allows an attacker to inject SQL queries into the 'uid' parameter of the 'news_page.asp' page. By manipulating the SQL query, an attacker can potentially extract sensitive information from the database.
Mitigation:
To mitigate this vulnerability, the vendor should sanitize and validate user input before using it in SQL queries. Additionally, implementing parameterized queries or prepared statements can help prevent SQL injection attacks.