Vulnerability Details : CVE-2021-43800
Wiki.js is a wiki app built on Node.js. Prior to version 2.5.254, directory traversal outside of Wiki.js context is possible when a storage module with local asset cache fetching is enabled on a Windows host. A malicious user can potentially read any file on the file system by crafting a special URL that allows for directory traversal. This is only possible on a Wiki.js server running on Windows, when a storage module implementing local asset cache (e.g Local File System or Git) is enabled and that no web application firewall solution (e.g. cloudflare) strips potentially malicious URLs. Commit number 414033de9dff66a327e3f3243234852f468a9d85 fixes this vulnerability by sanitizing the path before it is passed on to the storage module. The sanitization step removes any windows directory traversal sequences from the path. As a workaround, disable any storage module with local asset caching capabilities (Local File System, Git).
Vulnerability category: Directory traversal
Products affected by CVE-2021-43800
- cpe:2.3:a:requarks:wiki.js:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2021-43800
0.15%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 52 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2021-43800
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.3
|
MEDIUM | AV:N/AC:M/Au:N/C:P/I:N/A:N |
8.6
|
2.9
|
NIST | |
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
NIST | |
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
GitHub, Inc. |
CWE ids for CVE-2021-43800
-
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.Assigned by:
- nvd@nist.gov (Primary)
- security-advisories@github.com (Secondary)
References for CVE-2021-43800
-
https://github.com/Requarks/wiki/commit/414033de9dff66a327e3f3243234852f468a9d85
fix: asset path traversal on windows · Requarks/wiki@414033d · GitHubPatch;Third Party Advisory
-
https://github.com/Requarks/wiki/security/advisories/GHSA-r363-73gj-6j25
Asset directory traversal with some storage modules on Windows · Advisory · Requarks/wiki · GitHubPatch;Third Party Advisory
-
https://github.com/Requarks/wiki/releases/tag/2.5.254
Release 2.5.254 · Requarks/wiki · GitHubRelease Notes;Third Party Advisory
Jump to