header-logo
Suggest Exploit
vendor:
Redaxo CMS Addon MyEvents
by:
h0n1gsp3cht
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Redaxo CMS Addon MyEvents
Affected Version From: 2.2.1
Affected Version To: 2.2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:redaxo:redaxo_cms_addon_myevents
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: LinuxMint
2018

Redaxo CMS Addon MyEvents SQL Injection [ Backend ]

A SQL injection vulnerability exists in Redaxo CMS Addon MyEvents version 2.2.1. An attacker can send a maliciously crafted HTTP request to the vulnerable server, which can be used to execute arbitrary SQL commands in the backend database.

Mitigation:

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

Exploit-DB raw data:

# Exploit Title: Redaxo CMS Addon MyEvents SQL Injection [ Backend ]
# Date: 01.03.2018
# Exploit Author: h0n1gsp3cht
# Vendor Homepage: http://www.github.com/wende60/myevents
# Version: 2.2.1 (Last Version)
# Tested on: LinuxMint
# More: Login Required
# GET

##############
Vuln Code [+] redaxo/src/addons/myevents/pages/event_add.php
##############

$myevents_id            =  strip_tags(rex_request('myevents_id', 'string'));

###############
POC
###############

http://127.0.0.1/redaxo/index.php?page=myevents/event_add&myevents_id=[SQL]