vendor:
Event Registration System with QR Code
by:
Javier Olmedo
9,8
CVSS
HIGH
Authentication Bypass & RCE
287
CWE
Product Name: Event Registration System with QR Code
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:event_registration_system_with_qr_code: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: Ubuntu Server & Windows 10 Pro
2021
Event Registration System with QR Code 1.0 – Authentication Bypass & RCE
This exploit allows an attacker to bypass authentication and gain remote code execution on the Event Registration System with QR Code 1.0 software. The exploit works by sending a specially crafted POST request to the login.php page with a username of 'admin'# and a blank password. This bypasses authentication and allows the attacker to upload a malicious PHP file to the upload.php page. The attacker can then send a GET request to the uploaded file with a parameter of 'cmd' to execute arbitrary code on the server.
Mitigation:
Ensure that authentication is properly implemented and that user input is properly sanitized.