vendor:
Add a link
by:
ka0x
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Add a link
Affected Version From: <= 4 - beta
Affected Version To: <= 4 - beta
Patch Exists: YES
Related CWE: N/A
CPE: a:add_a_link:add_a_link
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
2008
Add a link <= 4 - beta || Remote SQL Injection Vulnerability
The Add a link script version <= 4 - beta is vulnerable to a remote SQL injection vulnerability. The var $category_id isn't verified, allowing an attacker to inject arbitrary SQL queries. This can be exploited to read out sensitive information from the database, such as user credentials.
Mitigation:
Input validation should be used to ensure that user-supplied data is not used to construct SQL queries in a way that would allow an attacker to access or modify data.