repeatatively creating sync_super for www-data which is showing high CPU usage

I am facing same kind of problem of having sync_supers recreated on my server, which are using high CPU usage:

4353 www-data 20 0 24392 3888 1012 R 100.0 0.0 13:15.26 [sync_supers]
5268 www-data 20 0 24392 3888 1012 R 100.0 0.0 9:42.56 [sync_supers]
4344 www-data 20 0 24264 3744 876 R 99.7 0.0 70:22.26 [sync_supers]
6792 www-data 20 0 24392 3892 1012 R 85.5 0.0 7:16.08 [sync_supers]

I have deleted few but again recreated with different pid.

Please help. I am not expertised in Ubuntu and linux, so bit difficult to trace the issue.

Thank you very much.


Solution 1:

It's probably malware. sync_supers was a kernel thread, which should never be running as www-data, and hardly using any resources. And it should not be in use on a 16.04-system.

So check your backup for malware, and nuke the machine, and reinstall from backups that you have verified is clean. A compromised system should probably not be trusted ever again, as it is difficult to find all backdoors that may have been left there.