Skip to content

AVideo Platform Security Releases

Fiero edited this page Dec 13, 2019 · 2 revisions

Security releases for AVideo Platform are listed below by their release date. Users who are affected by the below security issues should update as soon as possible

Release 1 2017-Oct-26

Some one from IP 188.69.197.2 on Thu Oct 26 04:34:17 has been hack AVideo Platform server for some days. He was injecting xmrig (Monero CPU miner) in the servers. this was making our services being slow.

How do know if I was infected?

To know if you were affected run this command:

updatedb && locate xmrig

if you find the files

/var/www/html/YouPHPTube/videos/xmrig
/var/www/html/YouPHPTube/videos/xmrig.log

You were infected.

How to remove

Run this commands

rm /var/www/html/YouPHPTube/videos/xmrig*
rm /var/www/html/YouPHPTube/videos/config.json
rm /var/www/html/YouPHPTube/videos/upl.php

then search for another PHP file on videos dir

cd /var/www/html/YouPHPTube/videos/ && ls -lah *.php

Only configuration.php is allowed here, delete any other php file

Update your AVideo Platform files https://github.com/WWBN/AVideo/wiki/How-to-Update-your-AVideo-Platform

Restart your server.

You Clean now

If you need more details look the video instructions: https://tutorials.avideo.com/video/security-releases-release-1-2017-oct-261

Clone this wiki locally