Description
Silverstripe CMS is an open source content management system. Prior to 6.2.1, page breadcrumbs in the CMS are vulnerable to cross-site scripting when viewed using the page list view, because page titles are rendered into the breadcrumb trail without being escaped. This issue is fixed in 6.2.1.
Published: 2026-08-06
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Silverstripe CMS page titles are inserted directly into the breadcrumb trail of the page list view without escaping, creating a classic script injection weakness. An attacker can craft a page title containing JavaScript, which will execute in the browser of any user viewing the list, potentially stealing cookies, credentials, or performing malicious actions. The vulnerability is a standard client‑side XSS flaw designated as CWE‑79 and carries a CVSS score of 5.4, indicating moderate severity.

Affected Systems

All installations of Silverstripe CMS before version 6.2.1 are affected. The vulnerability exists in the page list view of the CMS back‑end and applies to any system that has not applied the 6.2.1 release.

Risk and Exploitability

The CVSS score of 5.4 signals a moderate risk, and the EPSS score for this exploit is currently not available. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires access to the CMS page list view, typically available to authenticated content managers; the attacker must ensure a page title contains the malicious payload. Once the vulnerable page is rendered, the script runs in the context of the administrator’s browser.

Generated by OpenCVE AI on August 7, 2026 at 00:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Silverstripe CMS to version 6.2.1 or later, which removes the unescaped title rendering. 🛠️
  • If an immediate upgrade is not possible, review all page titles for embedded scripts and replace any suspicious content with plain text. ✍️
  • Restrict edit permissions for page titles to trusted users and enforce input validation to escape output, addressing the underlying CWE‑79 weakness. 🔒

Generated by OpenCVE AI on August 7, 2026 at 00:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-w3cp-g2pf-65wh Silverstripe: XSS in breadcrumbs in page list view
History

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Silverstripe CMS is an open source content management system. Prior to 6.2.1, page breadcrumbs in the CMS are vulnerable to cross-site scripting when viewed using the page list view, because page titles are rendered into the breadcrumb trail without being escaped. This issue is fixed in 6.2.1.
Title Silverstripe: XSS in breadcrumbs in page list view
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-06T20:27:17.974Z

Reserved: 2026-06-15T23:07:33.231Z

Link: CVE-2026-54717

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T00:30:06Z

Weaknesses
  • CWE-79

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