Merge branch 'CVE-2022-28080' of https://github.com/lucasljm2001/nuclei-templates into CVE-2022-28080
commit
88d2b34c99
|
@ -4,19 +4,20 @@ info:
|
|||
name: Royal Event - SQL Injection
|
||||
author: lucasljm2001,ekrause
|
||||
severity: high
|
||||
description: Detects an SQL Injection vulnerability in Royal Event System
|
||||
tags: cve,cve2022,sqli
|
||||
description: |
|
||||
Detects an SQL Injection vulnerability in Royal Event System
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-28080
|
||||
- https://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-28080
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 8.8
|
||||
cve-id: CVE-2022-28080
|
||||
tags: cve,cve2022,sqli,authenticated
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
- raw:
|
||||
- |
|
||||
POST /royal_event/btndates_report.php#?= HTTP/1.1
|
||||
Host: {{Host}}
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
||||
|
@ -27,7 +28,7 @@ requests:
|
|||
Content-Type: multipart/form-data; boundary=f289a6438bcc45179bcd3eb7ddc555d0
|
||||
Referer: {{Scheme}}://{{Host}}/royal_event/btndates_report.php#?=
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.0 Safari/537.36
|
||||
|
||||
|
||||
--f289a6438bcc45179bcd3eb7ddc555d0
|
||||
Content-Disposition: form-data; name="todate"
|
||||
|
||||
|
@ -51,4 +52,4 @@ requests:
|
|||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue