Lucene search

K
githubGitHub Advisory DatabaseGHSA-VCG6-8FXC-X5CQ
HistoryMay 27, 2024 - 11:35 p.m.

silverstripe/framework allows upload of dangerous file types

2024-05-2723:35:14
CWE-434
GitHub Advisory Database
github.com
9
silverstripe framework
file types
dangerous
upload
security context
cms user
.css
.js
.potm
.dotm
.xltm
.jar
guidelines
common web platform
file security guide
silverstripe 4

7.2 High

AI Score

Confidence

High

Some potentially dangerous file types exist in File.allowed_extensions which could allow a malicious CMS user to upload files that then get executed in the security context of the website. We have removed the ability to upload .css, .js, .potm, .dotm, .xltm and .jar files in the default configuration. Since allowed_extensions are synced to webserver configuration (in assets/.htaccess) automatically, this will also deny access to any existing uploads with these extensions.

Review our security guidelines for the Common Web Platform and the File Security guide for SilverStripe 4 to find out how to add or remove extensions.

Affected configurations

Vulners
Node
silverstripeframeworkRange<4.1.1
OR
silverstripeframeworkRange<4.0.4
OR
silverstripeframeworkRange<3.6.6

7.2 High

AI Score

Confidence

High