Description
LeafWiki is a self-hosted wiki. Versions 0.3.0 through 0.10.0 have a path traversal vulnerability in LeafWiki’s asset rename functionality. An authenticated user with editor permissions could move files that are accessible to the LeafWiki server process into a page’s asset directory. This could allow sensitive local files, such as the application database, to become downloadable as page assets. Users should update to version 0.10.1 or greater. As an additional mitigation, operators should ensure that the LeafWiki process runs with the least privileges necessary and does not have filesystem access to sensitive files outside the application’s required directories. Until a patch is applied, operators may reduce risk by restricting editor access to trusted users only and by limiting the filesystem permissions of the LeafWiki process.
Published: 2026-08-21
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LeafWiki’s RenameAsset endpoint fails to validate the oldFilename parameter, allowing an authenticated editor to supply a path that points outside the intended asset directory. This enables the application to move any file the Wiki process can read into a page’s asset folder, after which the file can be downloaded as a normal page asset. The result is disclosure of sensitive local files such as the database. The flaw is an example of CWE-23: Path Traversal.

Affected Systems

LeafWiki versions 0.3.0 through 0.10.0 released by the vendor perber:leafwiki are vulnerable. Affected users are advised to upgrade to version 0.10.1 or higher. No other versions are impacted.

Risk and Exploitability

The CVSS score of 8.8 signals a high‑severity vulnerability, although no EPSS value is available, so the likelihood of exploitation remains undetermined. The flaw requires an authenticated editor, indicating it is most likely exploitable by insiders or attackers who have compromised user credentials. While the vulnerability has not been indexed in the CISA KEV catalog, the potential to expose critical files poses a serious risk. Until the patch is applied, restricting editor permissions to trusted users and limiting the file system privileges of the LeafWiki process can reduce exposure.

Generated by OpenCVE AI on August 21, 2026 at 22:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch to reach LeafWiki 0.10.1 or later
  • Run the LeafWiki process with the least privileges necessary and restrict its access to directories outside the application’s required paths
  • Limit editor access to trusted users only

Generated by OpenCVE AI on August 21, 2026 at 22:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Description LeafWiki is a self-hosted wiki. Versions 0.3.0 through 0.10.0 have a path traversal vulnerability in LeafWiki’s asset rename functionality. An authenticated user with editor permissions could move files that are accessible to the LeafWiki server process into a page’s asset directory. This could allow sensitive local files, such as the application database, to become downloadable as page assets. Users should update to version 0.10.1 or greater. As an additional mitigation, operators should ensure that the LeafWiki process runs with the least privileges necessary and does not have filesystem access to sensitive files outside the application’s required directories. Until a patch is applied, operators may reduce risk by restricting editor access to trusted users only and by limiting the filesystem permissions of the LeafWiki process.
Title FileWiki has path traversal in RenameAsset via unsanitized oldFilename parameter
Weaknesses CWE-23
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T21:26:57.603Z

Reserved: 2026-06-09T17:30:33.457Z

Link: CVE-2026-53528

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T22:16:39.290

Modified: 2026-08-21T22:16:39.290

Link: CVE-2026-53528

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:30:17Z

Weaknesses
  • CWE-23

    Relative Path Traversal