vendor:
October CMS
by:
Okan Kurtulus
5.5
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: October CMS
Affected Version From: v3.4.4
Affected Version To: v3.4.4
Patch Exists: NO
Related CWE:
CPE: a:october_cms:october_cms:3.4.4
Platforms Tested: Ubuntu 22.04
2023
October CMS v3.4.4 – Stored Cross-Site Scripting (XSS) (Authenticated)
An authenticated user with file upload authority can upload a specially crafted SVG file containing a malicious JavaScript payload. When the file is accessed from the directory, the payload is executed, resulting in a cross-site scripting (XSS) attack.
Mitigation:
Implement input validation and sanitization techniques to prevent the execution of malicious scripts. Ensure that uploaded files are properly validated and restricted to safe formats.