CVE-2022-23654
CVSS V2 Low 3.5
CVSS V3 Medium 6.5
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.
Overview
- CVE ID
- CVE-2022-23654
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2022-02-22T20:15:07
- Last Modified Date
- 2022-03-01T20:41:04
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:requarks:wiki.js:*:*:*:*:*:*:*:* | 1 | OR | 2.5.276 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:S/C:N/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- SINGLE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 3.5
- Severity
- LOW
- Exploitability Score
- 6.8
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- 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 Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 6.5
- Base Severity
- MEDIUM
- Exploitability Score
- 2.8
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://github.com/Requarks/wiki/security/advisories/GHSA-3cv9-795v-6j7j | Patch Third Party Advisory |
https://github.com/Requarks/wiki/commit/411802ec2f654bb5ed1126c307575b81e2361c6b | Patch Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-23654 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23654 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 15:47:41 | Added to TrackCVE | |||
2022-12-06 10:31:36 | 2022-02-22T20:15Z | 2022-02-22T20:15:07 | CVE Published Date | updated |
2022-12-06 10:31:36 | 2022-03-01T20:41:04 | CVE Modified Date | updated | |
2022-12-06 10:31:36 | Analyzed | Vulnerability Status | updated |