header-logo
Suggest Exploit
vendor:
In-link
by:
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: In-link
Affected Version From: 5.1.3 RC1
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: cpe:2.3:a:in-link:in-link:5.1.3_rc1:*:*:*:*:*:*:*
Metasploit:
Other Scripts:
Platforms Tested: Unknown

SQL Injection vulnerability in In-link

The application In-link is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

Mitigation:

To mitigate this vulnerability, it is recommended to properly sanitize and validate user-supplied input before using it in SQL queries. Prepared statements or parameterized queries should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/49508/info

In-link is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

In-link 5.1.3 RC1 is vulnerable; other versions may also be affected. 

http://www.example.com/index.php?t=sub_pages&cat=-1+Union+select+1,2,database(),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20