forked from adysec/nuclei_poc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckout-files-upload-woocommerce-a18625d490ed71d145a8925252bef46d.yaml
59 lines (51 loc) · 1.45 KB
/
checkout-files-upload-woocommerce-a18625d490ed71d145a8925252bef46d.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
id: checkout-files-upload-woocommerce-a18625d490ed71d145a8925252bef46d
info:
name: >
Checkout Files Upload for WooCommerce <= 2.1.2 - Cross-Site Scripting
author: topscoder
severity: high
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2f7c1848-d49f-4f34-8869-3ddbdccdc38f?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/plugins/checkout-files-upload-woocommerce/"
google-query: inurl:"/wp-content/plugins/checkout-files-upload-woocommerce/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,checkout-files-upload-woocommerce,high
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/plugins/checkout-files-upload-woocommerce/readme.txt"
extractors:
- type: regex
name: version
part: body
group: 1
internal: true
regex:
- "(?mi)Stable tag: ([0-9.]+)"
- type: regex
name: version
part: body
group: 1
regex:
- "(?mi)Stable tag: ([0-9.]+)"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "checkout-files-upload-woocommerce"
part: body
- type: dsl
dsl:
- compare_versions(version, '<= 2.1.2')