-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path001-prime-strategy-translate-accelerator-d48103ed59fd647aae8b2238dfa99a5c.yaml
56 lines (49 loc) · 1.85 KB
/
001-prime-strategy-translate-accelerator-d48103ed59fd647aae8b2238dfa99a5c.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
id: 001-prime-strategy-translate-accelerator-d48103ed59fd647aae8b2238dfa99a5c
info:
name: "001 Prime Strategy Translate Accelerator <= 1.1.1 - Missing Authorization"
author: topscoder
severity: medium
description: "The 001 Prime Strategy Translate Accelerator plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on the update_psta_settings() function called via a plugins_loaded action in versions up to, and including, 1.1.1. This makes it possible for unauthenticated attackers to delete the plugin's cache."
reference:
- https://plugins.trac.wordpress.org/browser/001-prime-strategy-translate-accelerator/trunk/001-prime-strategy-translate-accelerator.php?rev=1385951#L97
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
cvss-score: 6.5
cve-id:
metadata:
fofa-query: "wp-content/plugins/001-prime-strategy-translate-accelerator/"
google-query: inurl:"/wp-content/plugins/001-prime-strategy-translate-accelerator/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-plugin,001-prime-strategy-translate-accelerator,medium
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/plugins/001-prime-strategy-translate-accelerator/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:
- "001-prime-strategy-translate-accelerator"
part: body
- type: dsl
dsl:
- compare_versions(version, '<= 1.1.1')