#VU48540 Arbitrary file upload in Drupal - CVE-2020-13671
Published: November 18, 2020 / Updated: February 20, 2022
Drupal
Drupal
Description
The vulnerability allows a remote attacker to compromise vulnerable system.
The vulnerability exists due to insufficient validation of file during file upload. A remote attacker can upload a malicious PHP file and execute it on the server.
Additionally, 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 .php.txt or .html.gif.
Pay specific attention to the following file extensions, which should
be considered dangerous even when followed by another extension:
- phar
- php
- pl
- py
- cgi
- asp
- js
- html
- htm