CVE-2022-23654

MEDIUM
Published Feb 22, 20224y ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Medium
Find Similar
Published Feb 22, 2022 4y ago
Last Modified Jun 17, 2026 2w ago

Description

Wiki.js is a wiki app built on Node.js. In affected versions an authenticated user with write access on a restricted set of paths can update a page outside the allowed paths by specifying a different target page ID while keeping the path intact. The access control incorrectly check the path access against the user-provided values instead of the actual path associated to the page ID. Commit https://github.com/Requarks/wiki/commit/411802ec2f654bb5ed1126c307575b81e2361c6b fixes this vulnerability by checking access control on the path associated with the page ID instead of the user-provided value. When the path is different than the current value, a second access control check is then performed on the user-provided path before the move operation.

CVSS Details

Base Score
6.5
Exploitability
2.8
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity High
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-287 Improper Authentication Authentication

Affected Products 1

VendorProductVersionRange
requarkswiki.js* <2.5.276

References 2

  • github.com https://github.com/Requarks/wiki/commit/411802ec2f654bb5ed1126c307575b81e2361c6b
    PatchThird Party Advisory
  • github.com https://github.com/Requarks/wiki/security/advisories/GHSA-3cv9-795v-6j7j
    PatchThird Party Advisory

Remediation

  • github.com https://github.com/Requarks/wiki/commit/411802ec2f654bb5ed1126c307575b81e2361c6b
    PatchThird Party Advisory
  • github.com https://github.com/Requarks/wiki/security/advisories/GHSA-3cv9-795v-6j7j
    PatchThird Party Advisory