Get this output from csf?
" /tmp should be mounted as a separate filesystem with the noexec,nosuid options set "
Simply run this command in ssh to secure your vps:
mount -t tmpfs -o noexec,nosuid tmpfs /tmp/
mount -t tmpfs -o noexec,nosuid tmpfs /var/tmp/