-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2024-35173-f38d54d90e822107e9a61a7f6dc1cf8d.yaml
59 lines (52 loc) · 1.8 KB
/
CVE-2024-35173-f38d54d90e822107e9a61a7f6dc1cf8d.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: CVE-2024-35173-f38d54d90e822107e9a61a7f6dc1cf8d
info:
name: >
Serial Numbers for WooCommerce – License Manager <= 1.7.3 - Missing Authorization
author: topscoder
severity: high
description: >
The WC Serial Numbers – Ultimate License Manager for Selling, Licensing & Securely Delivering Digital Content with WooCommerce plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 1.7.3. This makes it possible for unauthenticated attackers to perform an unauthorized action.
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a9c4d444-0f55-44b2-b12e-5abc2a30c3fe?source=api-prod
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
cvss-score: 5.3
cve-id: CVE-2024-35173
metadata:
fofa-query: "wp-content/plugins/wc-serial-numbers/"
google-query: inurl:"/wp-content/plugins/wc-serial-numbers/"
shodan-query: 'vuln:CVE-2024-35173'
tags: cve,wordpress,wp-plugin,wc-serial-numbers,high
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/plugins/wc-serial-numbers/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:
- "wc-serial-numbers"
part: body
- type: dsl
dsl:
- compare_versions(version, '<= 1.7.3')