Vulnerability Description
Silverstripe Versioned provides versioning for Silverstripe models. Prior to 3.2.1, RestoreAction::getRestoreMessage() in src/RestoreAction.php builds ArchiveAdmin restore notifications rendered as CAST_HTML and inserts $restoredItem->Title, $restoredItem->URLSegment, $restoredItem->CMSEditLink(), and $changedProperty['value'] without applying Convert::raw2xml(). When an administrator restores an archived page containing a crafted title or URL segment, the generated restoration message can execute stored JavaScript in the administrator's browser, compromising the confidentiality and integrity of the CMS session. This issue is fixed in version 3.2.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/silverstripe/silverstripe-versioned/commit/6e30a2cf8d4b923369
- https://github.com/silverstripe/silverstripe-versioned/pull/541
- https://github.com/silverstripe/silverstripe-versioned/releases/tag/3.2.1
- https://github.com/silverstripe/silverstripe-versioned/security/advisories/GHSA-
- https://www.silverstripe.org/download/security-releases/cve-2026-55779
FAQ
What is CVE-2026-55779?
CVE-2026-55779 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Silverstripe Versioned provides versioning for Silverstripe models. Prior to 3.2.1, RestoreAction::getRestoreMessage() in src/RestoreAction.php builds ArchiveAdmin restore notifications rendered as CA...
How severe is CVE-2026-55779?
CVE-2026-55779 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55779?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.