Avideo: Malicious plugin RCE

Created on 21 May 2020  路  6Comments  路  Source: WWBN/AVideo

Hi,
An admin user can upload a zipped file and extract it in the plugin path. However, this can be used to take over the server by uploading a PHP shell. I am just wondering if this is expected behavior?

Thanks!

question

All 6 comments

Only admins can , if admin want to burn the server ...

@akhilleusuggo There is a way that can force him to do that with CSRF.

Why an admin would do that ? Would you do that to yourself ?

It is always good to look in these things if someone got admin access outside the normal way you can prevent that other code is injected into your server.

In the configuration.php file, there is a variable called $global['disableAdvancedConfigurations'] = 0;

if you set it = 1 it will disable most of the dangerous features (even for Admins). I must use this on the demo site.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akhilleusuggo picture akhilleusuggo  路  3Comments

alejandrolidon picture alejandrolidon  路  3Comments

matthall1998 picture matthall1998  路  4Comments

mikweb2017 picture mikweb2017  路  4Comments

snowdream1985 picture snowdream1985  路  3Comments