Skip to content

Commit cf1c027

Browse files
committed
New Nuclei template for CVE-2024-3939.yaml [Mon May 13 08:13:37 UTC 2024] :robot:
1 parent 86af85d commit cf1c027

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
id: CVE-2024-3939
2+
3+
info:
4+
name: >
5+
Ditty <= 3.1.35 - Authenticated (Author+) Stored Cross-Site Scripting
6+
author: topscoder
7+
severity: medium
8+
description: >
9+
The Ditty – Responsive News Tickers, Sliders, and Lists plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the default new tab parameter in all versions up to, and including, 3.1.35 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
10+
reference:
11+
- https://www.wordfence.com/threat-intel/vulnerabilities/id/426280c1-0ecb-4973-915e-bb63ac240bca?source=api-prod
12+
classification:
13+
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
14+
cvss-score: 6.4
15+
cve-id: CVE-2024-3939
16+
metadata:
17+
fofa-query: "wp-content/plugins/ditty-news-ticker/"
18+
google-query: inurl:"/wp-content/plugins/ditty-news-ticker/"
19+
shodan-query: 'vuln:CVE-2024-3939'
20+
tags: cve,wordpress,wp-plugin,ditty-news-ticker,medium
21+
22+
http:
23+
- method: GET
24+
redirects: true
25+
max-redirects: 3
26+
path:
27+
- "{{BaseURL}}/wp-content/plugins/ditty-news-ticker/readme.txt"
28+
29+
extractors:
30+
- type: regex
31+
name: version
32+
part: body
33+
group: 1
34+
internal: true
35+
regex:
36+
- "(?mi)Stable tag: ([0-9.]+)"
37+
38+
- type: regex
39+
name: version
40+
part: body
41+
group: 1
42+
regex:
43+
- "(?mi)Stable tag: ([0-9.]+)"
44+
45+
matchers-condition: and
46+
matchers:
47+
- type: status
48+
status:
49+
- 200
50+
51+
- type: word
52+
words:
53+
- "ditty-news-ticker"
54+
part: body
55+
56+
- type: dsl
57+
dsl:
58+
- compare_versions(version, '< 3.1.35')

0 commit comments

Comments
 (0)