Skip to content

Commit 6dc999d

Browse files
committed
New Nuclei template for wp-smart-import-eb153c5376144a0795cf7e6bbf6044f7.yaml [Sat Jan 4 03:37:22 UTC 2025] :robot:
1 parent 8fc81f1 commit 6dc999d

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: wp-smart-import-eb153c5376144a0795cf7e6bbf6044f7
2+
3+
info:
4+
name: >
5+
WP Smart Import : Import any XML File to WordPress <= 1.1.2 - 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/27153c13-6bdc-4873-8a05-8aab6ba4243d?source=api-scan
13+
classification:
14+
cvss-metrics:
15+
cvss-score:
16+
cve-id:
17+
metadata:
18+
fofa-query: "wp-content/plugins/wp-smart-import/"
19+
google-query: inurl:"/wp-content/plugins/wp-smart-import/"
20+
shodan-query: 'vuln:'
21+
tags: cve,wordpress,wp-plugin,wp-smart-import,medium
22+
23+
http:
24+
- method: GET
25+
redirects: true
26+
max-redirects: 3
27+
path:
28+
- "{{BaseURL}}/wp-content/plugins/wp-smart-import/readme.txt"
29+
30+
extractors:
31+
- type: regex
32+
name: version
33+
part: body
34+
group: 1
35+
internal: true
36+
regex:
37+
- "(?mi)Stable tag: ([0-9.]+)"
38+
39+
- type: regex
40+
name: version
41+
part: body
42+
group: 1
43+
regex:
44+
- "(?mi)Stable tag: ([0-9.]+)"
45+
46+
matchers-condition: and
47+
matchers:
48+
- type: status
49+
status:
50+
- 200
51+
52+
- type: word
53+
words:
54+
- "wp-smart-import"
55+
part: body
56+
57+
- type: dsl
58+
dsl:
59+
- compare_versions(version, '<= 1.1.2')

0 commit comments

Comments
 (0)