Cyber Resilience

CVE-2024-45591

Access Control in Xwiki 1.8 – 15.10.9

Public PoCAccess Control
Published
10 September 2024
Modified
20 September 2024
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.034 88th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2024-45591 is a medium-severity Exposure of Private Personal Information to an Unauthorized Actor (CWE-359) vulnerability in Xwiki Xwiki. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 12% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-21 (Information Sharing) and AC-24 (Access Control Decisions) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

XWiki Platform's REST API contains an information disclosure vulnerability that exposes the full revision history of any page whose name is known to an attacker. The leaked data includes modification timestamps, version numbers, author usernames and display names, and version comments. This occurs irrespective of configured access controls and affects even fully private wiki instances. The issue impacts all versions prior to the patches released in XWiki 15.10.9 and 16.3.0RC1 and is tracked under CWE-359 and CWE-862 with a CVSS score of 5.3.

An unauthenticated attacker with network access to the XWiki instance can retrieve this metadata by directly requesting endpoints such as /xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome/history. On a private wiki this allows enumeration of editing activity and contributor identities without any authentication or authorization checks, potentially aiding further targeted attacks or social-engineering efforts.

The official XWiki security advisory GHSA-pvmm-55r5-g3mm and the linked commits (26482ee and 9cbca98) confirm that the exposure is eliminated by upgrading to the fixed releases; no other workarounds are documented. The EPSS score has remained at its peak value of 0.8619 since disclosure, indicating sustained exploitation interest but no post-release climb from a low baseline.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

XWiki Platform is a generic wiki platform. The REST API exposes the history of any page in XWiki of which the attacker knows the name. The exposed information includes for each modification of the page the time of the modification,…

more

the version number, the author of the modification (both username and displayed name) and the version comment. This information is exposed regardless of the rights setup, and even when the wiki is configured to be fully private. On a private wiki, this can be tested by accessing /xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome/history, if this shows the history of the main page then the installation is vulnerable. This has been patched in XWiki 15.10.9 and XWiki 16.3.0RC1.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1025 Data from Removable Media Collection
Adversaries may search connected removable media on computers they have compromised to find files of interest.
T1039 Data from Network Shared Drive Collection
Adversaries may search network shares on computers they have compromised to find files of interest.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-31981Same product: Xwiki Xwiki
CVE-2024-55876Same product: Xwiki Xwiki
CVE-2024-37898Same product: Xwiki Xwiki
CVE-2025-46554Same product: Xwiki Xwiki
CVE-2025-46557Same product: Xwiki Xwiki
CVE-2023-41046Same product: Xwiki Xwiki
CVE-2024-31997Same product: Xwiki Xwiki
CVE-2024-55879Same product: Xwiki Xwiki
CVE-2025-32973Same product: Xwiki Xwiki
CVE-2025-23025Same product: Xwiki Xwiki

Affected Assets

xwiki
xwiki
1.8 — 15.10.9 · 16.0.0 — 16.3.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 5 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V10.3.5
  • V10.7.2

Mitigating Controls (NIST 800-53 r5) AI

Enforces authorizations so that PII is not reachable by unauthorized actors.

Requires explicit verification that a recipient's authorizations match the sensitivity of shared PII.

AC-24 mandates that access control decisions are applied to each request, preventing bypass of authorization logic.

AC-25 requires a tamperproof, always-invoked reference monitor that ensures authorization checks cannot be omitted.

Limits granted rights to the minimum needed, reducing the set of actors who can reach private data.

Documents the legal or consent basis required before any processing of PII occurs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 full match
prevents

Explicitly requires defining, enforcing, and reviewing authorizations and least privilege, directly preventing missing authorization checks.

RC.CO-04 partial match
degrades

CWE-359 does not impair RC.CO-04's ability to issue approved public recovery updates, yet any resulting PII exposure can partially undermine the outcome's overall efficacy and trust.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Masking or anonymizing personal identifiers limits the amount of private personal information that can be disclosed through application outputs or logs.

prevents

Monitoring and quarantining outbound messages that contain personal or private data directly reduces the chance that such information will be disclosed to unauthorized recipients.

prevents

Requiring authentication and credentials before any access occurs eliminates the absence of authorization checks that would otherwise allow an unauthenticated actor to reach protected resources.

prevents

The explicit prohibition on copying personally identifiable information into development and test environments directly lowers the exposure of private personal data to staff or processes that should not see it.

mitigates

Labeling, chain-of-custody, and access-control requirements limit the exposure of private personal information during any transfer method.

prevents

Requiring formal authorization of every access request before rights are granted ensures that checks for required permissions are performed, preventing missing authorization checks from being introduced.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (2 rules)
  • V-248581 OL 8 must require users to provide a password for privilege escalation. prevents CWE-862
  • V-252656 The OL 8 operating system must not be configured to bypass password requirements for privilege escalation. prevents CWE-862
RHEL 7 (2 rules)
  • V-251704 The Red Hat Enterprise Linux operating system must not be configured to bypass password requirements for privilege escalation. prevents CWE-862
  • V-204429 The Red Hat Enterprise Linux operating system must be configured so that users must provide a password for privilege escalation. prevents CWE-862
Ubuntu 22.04 (1 rule)
  • V-260531 Ubuntu 22.04 LTS must configure the SSH daemon to use FIPS 140-3-approved ciphers to prevent the unauthorized disclosure of information and/or detect changes to information during transmission. prevents CWE-359
Ubuntu 24.04 (1 rule)
  • V-270670 Ubuntu 24.04 LTS must configure the SSH client to use FIPS 140-3 approved ciphers to prevent the unauthorized disclosure of information and/or detect changes to information during transmission. prevents CWE-359

References