-
Notifications
You must be signed in to change notification settings - Fork 0
/
CVE-2024-34811-7a4706f0cf6c13dec0d46774f776a87e.yaml
59 lines (52 loc) · 1.96 KB
/
CVE-2024-34811-7a4706f0cf6c13dec0d46774f776a87e.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-34811-7a4706f0cf6c13dec0d46774f776a87e
info:
name: >
WP SMS <= 6.5.1 - Authenticated (Administrator+) Stored Cross-Site Scripting
author: topscoder
severity: low
description: >
The WP SMS – Messaging, SMS & MMS Notifications, 2FA & OTP for WordPress, WooCommerce, GravityForms, etc plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 6.5.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/5e8e7199-f5f1-4036-b2cd-88b7e806873d?source=api-prod
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
cvss-score: 4.4
cve-id: CVE-2024-34811
metadata:
fofa-query: "wp-content/plugins/wp-sms/"
google-query: inurl:"/wp-content/plugins/wp-sms/"
shodan-query: 'vuln:CVE-2024-34811'
tags: cve,wordpress,wp-plugin,wp-sms,low
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/plugins/wp-sms/readme.txt"
extractors:
- type: regex
name: version
part: body
group: 1
internal: true
regex:
- "(?mi)Stable tag: ([0-9.]+)"
- type: regex
name: version
part: body
group: 1
regex:
- "(?mi)Stable tag: ([0-9.]+)"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "wp-sms"
part: body
- type: dsl
dsl:
- compare_versions(version, '<= 6.5.1')