CVE-2022-28080
published 2022-05-05CVE-2022-28080: Royal Event Management System v1.0 was discovered to contain a SQL injection vulnerability via the todate parameter.
PriorityP266high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EXPLOIT
EPSS
57.32%
99.0th percentile
Royal Event Management System v1.0 was discovered to contain a SQL injection vulnerability via the todate parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| event_management_system_project | event_management_system | — | — |
Detection & IOCsextracted from sources · hover to see the quote
command1' UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(md5("{{randstr}}"),0x1,0x2),NULL-- -↗
- →Monitor for POST requests to /royal_event/btndates_report.php containing SQL injection patterns in the 'todate' multipart form-data parameter (e.g., OR, UNION ALL SELECT, single quotes). ↗
- →The exploit requires authentication; look for a preceding POST login request to /royal_event/ followed immediately by the injection request to /royal_event/btndates_report.php from the same session. ↗
- →The UNION-based payload targets 16 columns; detection signatures should look for UNION ALL SELECT with multiple NULL values and CONCAT(md5(...)) in the todate field. ↗
- →The multipart boundary value f289a6438bcc45179bcd3eb7ddc555d0 is present in the PoC request and may appear in exploit traffic. ↗
- ·Exploitation requires prior authentication to the Royal Event Management System; unauthenticated access alone is insufficient to trigger the SQL injection. ↗
- ·The vulnerability is in the 'todate' POST parameter submitted as multipart/form-data, not as a URL query parameter, so WAF rules must inspect multipart request bodies. ↗
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.06.5MEDIUMAV:N/AC:L/Au:S/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Royal Event Management System 1.0 - 'todate' SQL Injection (Authenticated)
exploitdb·2022-05-12·CVSS 8.8
CVE-2022-28080 [HIGH] Royal Event Management System 1.0 - 'todate' SQL Injection (Authenticated)
Royal Event Management System 1.0 - 'todate' SQL Injection (Authenticated)
---
# Exploit Title: Royal Event Management System 1.0 - 'todate' SQL Injection (Authenticated)
# Date: 2022-26-03
# Exploit Author: Eren Gozaydin
# Vendor Homepage: https://www.sourcecodester.com/php/15238/event-management-system-project-php-source-code.html
# Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip
# Version: 1.0
# Tested on: Windows 10 Pro + PHP 8.0.11, Apache 2.4.51
# CVE: CVE-2022-28080
# References: https://nvd.nist.gov/vuln/detail/CVE-2022-28080
1. Description:
Royal Event Management System 1.0 allows SQL Injection via parameter 'todate' in
/royal_event/btndates_report.php#?= Exploiting this issue could allow an attacker to compromise
the app
Nuclei
Royal Event - SQL Injection
nuclei·CVSS 8.8
CVE-2022-28080 [HIGH] Royal Event - SQL Injection
Royal Event - SQL Injection
Royal Event is vulnerable to a SQL injection vulnerability.
Template:
id: CVE-2022-28080
info:
name: Royal Event - SQL Injection
author: lucasljm2001,ekrause,ritikchaddha
severity: high
description: |
Royal Event is vulnerable to a SQL injection vulnerability.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire database.
remediation: |
To remediate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL Injection attacks.
reference:
- https://www.exploit-db.com/exploits/50934
- https://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip
- https://github.com/erengozaydin/Royal-Event-Management-System
No writeups or analysis indexed.
http://packetstormsecurity.com/files/167123/Royal-Event-Management-System-1.0-SQL-Injection.htmlhttps://github.com/erengozaydin/Royal-Event-Management-System-todate-SQL-Injection-Authenticatedhttps://www.sourcecodester.com/php/15238/event-management-system-project-php-source-code.htmlhttps://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.ziphttp://packetstormsecurity.com/files/167123/Royal-Event-Management-System-1.0-SQL-Injection.htmlhttps://github.com/erengozaydin/Royal-Event-Management-System-todate-SQL-Injection-Authenticatedhttps://www.sourcecodester.com/php/15238/event-management-system-project-php-source-code.htmlhttps://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip
2022-05-05
Published