vendor:
article.php
by:
eXeSoul
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: article.php
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: Windows/Linux
2011
Limelight Software Ltd (article.php) Sql Injection Vulnerability
A SQL injection vulnerability exists in Limelight Software Ltd's article.php page, which allows an attacker to inject malicious SQL queries into the application. This can be exploited to manipulate the application's database and gain access to sensitive information. The vulnerability is present when user-supplied input is not properly sanitized before being used in an SQL query.
Mitigation:
Input validation and proper sanitization of user-supplied input should be implemented to prevent SQL injection attacks.