LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24045: Docmost Affected by Stored XSS in Public Share Page

Docmost is open-source collaborative wiki and documentation software. From 0.20.0 and before 0.25.0, the public share page functionality in Docmost does not properly HTML-escape page titles before inserting them into meta tags and the title tag. This allows Stored Cross-Site Scripting (XSS) attacks, where an attacker can execute arbitrary JavaScript in the context of any user who opens a shared page link. This vulnerability is fixed in 0.25.0.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-24045 affects Docmost public shared pages. A user with permission to create or edit content can place a malicious page title that runs JavaScript when someone opens the shared link. This can expose or modify data in the victim’s browser session. Docmost fixed the issue in version 0.25.0.

Executive priority

Prioritize remediation for externally reachable Docmost deployments or environments where many users open shared documentation links. The issue is high severity but not reported as actively exploited in the provided sources. Upgrade planning should be prompt, especially for collaboration spaces with mixed-trust contributors.

Technical view

Docmost versions 0.20.0 through before 0.25.0 fail to properly HTML-escape page titles before inserting them into public share page meta tags and the title tag. This is stored XSS, tracked as CWE-79, with CVSS 3.1 score 7.3. The attack requires low privileges and user interaction by a victim opening the shared page link.

Likely exposure

Organizations running Docmost >=0.20.0 and <0.25.0 are potentially exposed, especially if public share links are enabled or commonly used. Exposure depends on whether untrusted or less-trusted users can create or modify page titles that later get shared publicly.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as CISA KEV in the supplied bundle. Practical exploitation requires an authenticated or otherwise privileged content author and a victim who opens the public shared page link.

Researcher notes

The fix is associated with Docmost v0.25.0 and commit f3f74c591f32f85b8aa9a98ed884a7dd455780f9. Review escaping behavior around title and meta tag rendering on public share pages. Avoid relying only on authentication controls, because stored XSS impacts downstream viewers who open generated share links.

Mitigation direction

  • Upgrade Docmost to version 0.25.0 or later.
  • Review Docmost’s GitHub advisory and release notes for deployment-specific guidance.
  • Limit public share functionality until upgraded if business operations allow.
  • Restrict content creation or editing to trusted users where feasible.
  • Monitor for suspicious shared page activity or unexpected script behavior.

Validation and detection

  • Inventory Docmost instances and record their running versions.
  • Confirm whether any instance is >=0.20.0 and <0.25.0.
  • Check whether public share pages are enabled or externally reachable.
  • Review recent page title changes for unusual or suspicious content.
  • After upgrade, confirm version 0.25.0 or later is deployed.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-24045 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N2.15.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2026-24045Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
docmostdocmost>= 0.20.0, < 0.25.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.