Skip to content

Commit 0ab5b85

Browse files
committed
New Nuclei template for sweetdate-e5542b1b90e04f838a674478f1ae9a52.yaml [Fri Dec 13 03:49:00 UTC 2024] :robot:
1 parent 290be1b commit 0ab5b85

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: sweetdate-e5542b1b90e04f838a674478f1ae9a52
2+
3+
info:
4+
name: >
5+
Sweet Date <= 3.7.3 - Unauthenticated Privilege Escalation
6+
author: topscoder
7+
severity: low
8+
description: >
9+
10+
reference:
11+
- https://github.com/topscoder/nuclei-wordfence-cve
12+
- https://www.wordfence.com/threat-intel/vulnerabilities/id/8dd34937-7641-4b9c-ba59-c4a1ec95f4cd?source=api-scan
13+
classification:
14+
cvss-metrics:
15+
cvss-score:
16+
cve-id:
17+
metadata:
18+
fofa-query: "wp-content/themes/sweetdate/"
19+
google-query: inurl:"/wp-content/themes/sweetdate/"
20+
shodan-query: 'vuln:'
21+
tags: cve,wordpress,wp-theme,sweetdate,low
22+
23+
http:
24+
- method: GET
25+
redirects: true
26+
max-redirects: 3
27+
path:
28+
- "{{BaseURL}}/wp-content/themes/sweetdate/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+
- "sweetdate"
55+
part: body
56+
57+
- type: dsl
58+
dsl:
59+
- compare_versions(version, '<= 3.7.3')

0 commit comments

Comments
 (0)