Arbitrary File Upload Affecting pimcore/pimcore Open this link in a new tab package, versions <5.7.1
Attack Complexity
Low
Confidentiality
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-PHP-PIMCOREPIMCORE-451598
-
published
15 Jul 2019
-
disclosed
19 Mar 2019
-
credit
Daniele Scanu
Introduced: 19 Mar 2019
CVE-2019-16318 Open this link in a new tabHow to fix?
Upgrade pimcore/pimcore
to version 5.7.1 or higher.
Overview
pimcore/pimcore is a content & product management framework (CMS/PIM/E-Commerce).
Affected versions of this package are vulnerable to Arbitrary File Upload. It is possible to for a user to upload a .php
file when creating a permission on the assets
feature, resulting in arbitrary code execution. This is achieved by bypassing the .txt
extension automatically added by the framework by uploading a file with 256 characters name, automatically removing the .txt extension.