CVE-2025-61413
Description
A stored cross-site scripting (XSS) vulnerability in the /manager/pages component of Piranha CMS v12.0 allows attackers to execute arbitrary web scripts or HTML via creating a page and injecting a crafted payload into the Markdown blocks.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Piranha CMS v12.0 Markdown blocks allows authenticated attackers to execute arbitrary scripts in browser of any page viewer, bypassing prior DOMPurify fix.
CVE-2025-61413 is a stored cross-site scripting (XSS) vulnerability in Piranha CMS v12.0, specifically in the Markdown content block used by Standard Page and Standard Archive Page types [1][3]. The vulnerability is a bypass of a previous fix (CVE-2024-55341) that added DOMPurify sanitization; certain HTML/JS payloads still evade the filter [3].
An authenticated user can create or edit a page through the /manager/pages interface and insert a crafted payload into a Markdown block [1]. Proof-of-concept payloads such as an ` with a base64-encoded script or a element with an ontoggle` event handler have been demonstrated to bypass DOMPurify [3]. The malicious script is stored and executed both when the editor previews the page and when any user views the published page [3].
An attacker can execute arbitrary JavaScript in the context of the victim's browser, potentially leading to session theft, defacement, or data exposure for both authenticated editors and unauthenticated public visitors [3].
As of the disclosure date, Piranha CMS has not released a patch for version 12.0 [3]. Administrators should restrict access to the manager interface and consider additional input validation or content security policies until an official fix is available.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
PiranhaNuGet | <= 12.0.0 | — |
Affected products
2- Piranha/CMSdescription
- Range: =12.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.