-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2024-34810-84427bd3d436bdd8e69b473e832df371.yaml
59 lines (52 loc) · 1.72 KB
/
CVE-2024-34810-84427bd3d436bdd8e69b473e832df371.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-34810-84427bd3d436bdd8e69b473e832df371
info:
name: >
Extend Themes <= (Multiple Versions) - Cross-Site Request Forgery
author: topscoder
severity: medium
description: >
Several Extend Themes themes for WordPress are vulnerable to Cross-Site Request Forgery in multiple versions. This is due to missing or incorrect nonce validation. This makes it possible for unauthenticated attackers to perform unauthorized actions via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/dcb0334c-d5eb-40b9-be7c-42857dedc96d?source=api-prod
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
cvss-score: 4.3
cve-id: CVE-2024-34810
metadata:
fofa-query: "wp-content/themes/niveau/"
google-query: inurl:"/wp-content/themes/niveau/"
shodan-query: 'vuln:CVE-2024-34810'
tags: cve,wordpress,wp-theme,niveau,medium
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/themes/niveau/style.css"
extractors:
- type: regex
name: version
part: body
group: 1
internal: true
regex:
- "(?mi)Version: ([0-9.]+)"
- type: regex
name: version
part: body
group: 1
regex:
- "(?mi)Version: ([0-9.]+)"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "niveau"
part: body
- type: dsl
dsl:
- compare_versions(version, '<= 1.0.8')