9.8
CVE-2023-6458
- EPSS 0.4%
- Published 06.12.2023 09:15:08
- Last modified 21.11.2024 08:43:53
- Source responsibledisclosure@mattermo
- Teams watchlist Login
- Open Login
Mattermost webapp fails to validate route parameters in/<TEAM_NAME>/channels/<CHANNEL_NAME> allowing an attacker to perform a client-side path traversal.
Data is provided by the National Vulnerability Database (NVD)
Mattermost ≫ Mattermost Server Version < 7.8.14
Mattermost ≫ Mattermost Server Version >= 8.0.0 < 8.1.5
Mattermost ≫ Mattermost Server Version >= 9.0.0 < 9.0.3
Mattermost ≫ Mattermost Server Version >= 9.1.0 < 9.1.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.4% | 0.594 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
responsibledisclosure@mattermost.com | 7.1 | 1.3 | 5.3 |
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:H/A:L
|
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.