Skip to content

Commit 7761154

Browse files
committed
New Nuclei template for traveltour-d3c6d1aad62bd134450e479d5bfda97d.yaml [Fri Dec 20 03:40:40 UTC 2024] :robot:
1 parent 1ad4414 commit 7761154

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
id: traveltour-d3c6d1aad62bd134450e479d5bfda97d
2+
3+
info:
4+
name: >
5+
Travel Tour < 5.2.4 - Reflected Cross-Site Scripting
6+
author: topscoder
7+
severity: medium
8+
description: >
9+
10+
reference:
11+
- https://github.com/topscoder/nuclei-wordfence-cve
12+
- https://www.wordfence.com/threat-intel/vulnerabilities/id/c2a121db-8a04-4da2-98b8-05a5eba06e45?source=api-scan
13+
classification:
14+
cvss-metrics:
15+
cvss-score:
16+
cve-id:
17+
metadata:
18+
fofa-query: "wp-content/themes/traveltour/"
19+
google-query: inurl:"/wp-content/themes/traveltour/"
20+
shodan-query: 'vuln:'
21+
tags: cve,wordpress,wp-theme,traveltour,medium
22+
23+
http:
24+
- method: GET
25+
redirects: true
26+
max-redirects: 3
27+
path:
28+
- "{{BaseURL}}/wp-content/themes/traveltour/style.css"
29+
30+
extractors:
31+
- type: regex
32+
name: version
33+
part: body
34+
group: 1
35+
internal: true
36+
regex:
37+
- "(?mi)Version: ([0-9.]+)"
38+
39+
- type: regex
40+
name: version
41+
part: body
42+
group: 1
43+
regex:
44+
- "(?mi)Version: ([0-9.]+)"
45+
46+
matchers-condition: and
47+
matchers:
48+
- type: status
49+
status:
50+
- 200
51+
52+
- type: word
53+
words:
54+
- "traveltour"
55+
part: body
56+
57+
- type: dsl
58+
dsl:
59+
- compare_versions(version, '< 5.2.4')

0 commit comments

Comments
 (0)