Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-6keh-puhm-6kc7 |
| Summary | Incomplete Cleanup
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. When an XWiki installation is upgraded and that upgrade contains a fix for a bug in a document, just a new version of that document is added. In some cases, it's still possible to exploit the vulnerability that was fixed in the new version. The severity of this depends on the fixed vulnerability, for the purpose of this advisory take CVE-2022-36100/GHSA-2g5c-228j-p52x as example - it is easily exploitable with just view rights and critical. When XWiki is upgraded from a version before the fix for it (e.g., 14.3) to a version including the fix (e.g., 14.4), the vulnerability can still be reproduced by adding `rev=1.1` to the URL used in the reproduction steps so remote code execution is possible even after upgrading. Therefore, this affects the confidentiality, integrity and availability of the whole XWiki installation. This vulnerability also affects manually added script macros that contained security vulnerabilities that were later fixed by changing the script macro without deleting the versions with the security vulnerability from the history. This vulnerability does not affect freshly installed versions of XWiki. Further, this vulnerability does not affect content that is only loaded from the current version of a document like the code of wiki macros or UI extensions. This vulnerability has been patched in XWiki 14.10.7 and 15.2RC1 by forcing old revisions to be executed in a restricted mode that disables all script macros. As a workaround, admins can manually delete old revisions of affected documents. A script could be used to identify all installed documents and delete the history for them. However, also manually added and later corrected code may be affected by this vulnerability so it is easy to miss documents. |
| Aliases |
| 0 |
|
| 1 |
| alias |
GHSA-8q9q-r9v2-644m |
|
|
| Fixed_packages |
|
| Affected_packages |
|
| References |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2023-36468 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93257 |
| published_at |
2026-04-02T12:55:00Z |
|
| 1 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93312 |
| published_at |
2026-04-24T12:55:00Z |
|
| 2 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93307 |
| published_at |
2026-04-21T12:55:00Z |
|
| 3 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.933 |
| published_at |
2026-04-18T12:55:00Z |
|
| 4 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93295 |
| published_at |
2026-04-16T12:55:00Z |
|
| 5 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93276 |
| published_at |
2026-04-12T12:55:00Z |
|
| 6 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93278 |
| published_at |
2026-04-13T12:55:00Z |
|
| 7 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93275 |
| published_at |
2026-04-09T12:55:00Z |
|
| 8 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.9327 |
| published_at |
2026-04-08T12:55:00Z |
|
| 9 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93261 |
| published_at |
2026-04-07T12:55:00Z |
|
| 10 |
| value |
0.10584 |
| scoring_system |
epss |
| scoring_elements |
0.93262 |
| published_at |
2026-04-04T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2023-36468 |
|
| 1 |
|
| 2 |
|
| 3 |
| reference_url |
https://jira.xwiki.org/browse/XWIKI-20594 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
10 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H |
|
| 1 |
| value |
9.9 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H |
|
| 2 |
| value |
CRITICAL |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
| 3 |
| value |
Track* |
| scoring_system |
ssvc |
| scoring_elements |
SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-11-26T19:13:09Z/ |
|
|
| url |
https://jira.xwiki.org/browse/XWIKI-20594 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
|
| Weaknesses |
| 0 |
| cwe_id |
1035 |
| name |
OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities |
| description |
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017. |
|
| 1 |
| cwe_id |
459 |
| name |
Incomplete Cleanup |
| description |
The product does not properly clean up and remove temporary or supporting resources after they have been used. |
|
| 2 |
| cwe_id |
78 |
| name |
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') |
| description |
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
|
| 3 |
| cwe_id |
937 |
| name |
OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities |
| description |
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013. |
|
|
| Exploits |
|
| Severity_range_score | 9.0 - 10.0 |
| Exploitability | 0.5 |
| Weighted_severity | 9.0 |
| Risk_score | 4.5 |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-6keh-puhm-6kc7 |