-
Notifications
You must be signed in to change notification settings - Fork 0
/
CVE-2024-34571-e585247d65e582a8a494942f7a07bd38.yaml
59 lines (52 loc) · 1.8 KB
/
CVE-2024-34571-e585247d65e582a8a494942f7a07bd38.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-34571-e585247d65e582a8a494942f7a07bd38
info:
name: >
Himalayas <= 1.3.0 - Authenticated (Contributor+) Stored Cross-Site Scripting
author: topscoder
severity: low
description: >
The Himalayas theme for WordPress is vulnerable to Stored Cross-Site Scripting via author display names in all versions up to, and including, 1.3.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/8d5d554c-f155-4609-afe0-98f331940b65?source=api-prod
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
cvss-score: 6.4
cve-id: CVE-2024-34571
metadata:
fofa-query: "wp-content/themes/himalayas/"
google-query: inurl:"/wp-content/themes/himalayas/"
shodan-query: 'vuln:CVE-2024-34571'
tags: cve,wordpress,wp-theme,himalayas,low
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/themes/himalayas/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:
- "himalayas"
part: body
- type: dsl
dsl:
- compare_versions(version, '<= 1.3.0')