8.3
CVE-2022-35920
- EPSS 0.75%
- Veröffentlicht 01.08.2022 22:15:10
- Zuletzt bearbeitet 21.11.2024 07:11:57
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Sanic is an opensource python web server/framework. Affected versions of sanic allow access to lateral directories when using `app.static` if using encoded `%2F` URLs. Parent directory traversal is not impacted. Users are advised to upgrade. There is no known workaround for this issue.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Sanic Project ≫ Sanic Version < 20.12.7
Sanic Project ≫ Sanic Version >= 21.0.0 < 21.12.2
Sanic Project ≫ Sanic Version >= 22.0.0 < 22.6.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.75% | 0.726 |
| 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
|
| security-advisories@github.com | 8.3 | 3.9 | 3.7 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/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.