CVE-2021-43800

HIGH
Published Dec 6, 20214y ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published Dec 6, 2021 4y ago
Last Modified Jun 17, 2026 2w ago

Description

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).

CVSS Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None

Threat Intelligence

No active exploitation signals — not in CISA KEV and no EPSS score yet.

Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-22 Path Traversal Resource Mgmt

Affected Products 2

VendorProductVersionRange
requarkswiki.js* <2.5.245
microsoftwindows*any

References 3

  • github.com https://github.com/Requarks/wiki/commit/414033de9dff66a327e3f3243234852f468a9d85
    PatchThird Party Advisory
  • github.com https://github.com/Requarks/wiki/releases/tag/2.5.254
    Release NotesThird Party Advisory
  • github.com https://github.com/Requarks/wiki/security/advisories/GHSA-r363-73gj-6j25
    PatchThird Party Advisory

Remediation

  • github.com https://github.com/Requarks/wiki/commit/414033de9dff66a327e3f3243234852f468a9d85
    PatchThird Party Advisory
  • github.com https://github.com/Requarks/wiki/security/advisories/GHSA-r363-73gj-6j25
    PatchThird Party Advisory