vendor:
Backdrop CMS
by:
Mirabbas Agalarov
7.5
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Backdrop CMS
Affected Version From: v1.25.1
Affected Version To: v1.25.1
Patch Exists: YES
Related CWE: CVE-XXXX-XXXX
CPE: a:backdrop_cms:backdrop_cms:1.25.1
Platforms Tested: Linux
2023
Backdrop Cms v1.25.1 – Stored Cross-Site Scripting (XSS)
The vulnerability allows an attacker to inject malicious code that will be stored and executed in the context of the affected website. In this case, the vulnerability exists in the Backdrop CMS v1.25.1 version. The attacker can upload a specially crafted SVG file containing malicious JavaScript code. When the file is accessed, the code is executed, leading to a cross-site scripting attack.
Mitigation:
To mitigate this vulnerability, it is recommended to update to the latest version of Backdrop CMS. Additionally, input validation and output encoding should be implemented to prevent XSS attacks.