CVE-2025-25063: XSS
An XSS issue was discovered in Backdrop CMS 1.28.x before 1.28.5 and 1.29.x before 1.29.3. It does not sufficiently validate uploaded SVG images to ensure they do not contain potentially dangerous SVG tags. SVG images can contain clickable links and executable scripting, and using a crafted SVG, it is possible to execute scripting in the browser when an SVG image is viewed. This issue is mitigated by the attacker needing to be able to upload SVG images, and that Backdrop embeds all uploaded SVG images within <img> tags, which prevents scripting from executing. The SVG must be viewed directly by its URL in order to run any embedded scripting.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-25063?
CVE-2025-25063 is classified as a high severity vulnerability due to the potential for Cross-Site Scripting (XSS) exploitation.
How do I fix CVE-2025-25063?
To fix CVE-2025-25063, upgrade Backdrop CMS to version 1.28.5 or 1.29.3 or later.
What versions of Backdrop CMS are affected by CVE-2025-25063?
CVE-2025-25063 affects Backdrop CMS versions 1.28.x before 1.28.5 and 1.29.x before 1.29.3.
What types of attacks can CVE-2025-25063 enable?
CVE-2025-25063 can enable Cross-Site Scripting (XSS) attacks, allowing attackers to execute scripts in the context of a user's browser.
What is the main issue with SVG uploads in CVE-2025-25063?
The main issue in CVE-2025-25063 is inadequate validation of uploaded SVG images, which may allow them to contain dangerous SVG tags.