7.5
CVE-2022-1554
- EPSS 0.61%
- Veröffentlicht 03.05.2022 09:15:08
- Zuletzt bearbeitet 21.11.2024 06:40:57
- Quelle security@huntr.dev
- CVE-Watchlists
- Unerledigt
Path Traversal due to `send_file` call in GitHub repository clinical-genomics/scout prior to 4.52.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Clinical-genomics ≫ Scout Version < 4.52
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.61% | 0.69 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
| nvd@nist.gov | 5 | 10 | 2.9 |
AV:N/AC:L/Au:N/C:P/I:N/A:N
|
| security@huntr.dev | 6.8 | 2.1 | 4.7 |
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/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-36 Absolute Path Traversal
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory.