CVE-2020-15249: Stored XSS by authenticated backend user with access to upload files
October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. In October CMS from version 1.0.319 and before version 1.0.469, backend users with access to upload files were permitted to upload SVG files without any sanitization applied to the uploaded files. Since SVG files support being parsed as HTML by browsers, this means that they could theoretically upload Javascript that would be executed on a path under the website's domain (i.e. /storage/app/media/evil.svg), but they would have to convince their target to visit that location directly in the target's browser as the backend does not display SVGs inline anywhere, SVGs are only displayed as image resources in the backend and are thus unable to be executed. Issue has been patched in Build 469 (v1.0.469) & v1.1.0.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is CVE-2020-15249?
CVE-2020-15249 is a vulnerability in the October CMS that allows backend users to upload SVG files without any sanitization.
How does CVE-2020-15249 affect October CMS?
CVE-2020-15249 affects October CMS versions 1.0.319 to 1.0.469, allowing backend users with file upload access to upload SVG files without sanitization.
What is the severity of CVE-2020-15249?
CVE-2020-15249 has a severity rating of 5.4 (Medium).
How can I fix CVE-2020-15249?
To fix CVE-2020-15249, you should update your October CMS installation to version 1.0.469 or later.
Which CWE category does CVE-2020-15249 belong to?
CVE-2020-15249 belongs to CWE category 79 (Improper Neutralization of Input During Web Page Generation).