CVE-2020-13671: Drupal Remote Code Execution Vulnerability Alert
Vulnerability Detail
Drupal core does not properly sanitize certain filenames on uploaded files, which can lead to files being interpreted as the incorrect extension and served as the wrong MIME type or executed as PHP for certain hosting configurations.
Affected version
- Drupal: 9.0
- Drupal: 8.9
- Drupal: 8.8.x
- Drupal: 7
Unaffected version
Solution
it’s recommended that you audit all previously uploaded files to check for malicious extensions. Look specifically for files that include more than one extension, like
filename.php.txt
orfilename.html.gif
, without an underscore (_
) in the extension. Pay specific attention to the following file extensions, which should be considered dangerous even when followed by one or more additional extensions:
- phar
- php
- pl
- py
- cgi
- asp
- js
- html
- htm
- phtml
This list is not exhaustive, so evaluate security concerns for other unmunged extensions on a case-by-case basis.