7.5
CVE-2022-25377
- EPSS 0.79%
- Veröffentlicht 22.02.2024 22:15:47
- Zuletzt bearbeitet 03.04.2025 13:17:44
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
The ACME-challenge endpoint in Appwrite 0.5.0 through 0.12.x before 0.12.2 allows remote attackers to read arbitrary local files via ../ directory traversal. In order to be vulnerable, APP_STORAGE_CERTIFICATES/.well-known/acme-challenge must exist on disk. (This pathname is automatically created if the user chooses to install Let's Encrypt certificates via Appwrite.)
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.79% | 0.515 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 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
|
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.
https://github.com/appwrite/appwrite/releases/tag/0.12.2
https://dubell.io/unauthenticated-lfi-in-appwrite-0.5.0-0.12.1/
https://github.com/appwrite/appwrite/blob/0.12.0/app/controllers/general.php#L539
https://github.com/appwrite/appwrite/pull/2780