An industry-wide, hardware-based CPU security vulnerability was disclosed, called Meltdown (CVE-2017-5754) and Spectre (CVE-2017-5753, CVE-2017-5715).

For vulnerability details, you may refer to https://access.redhat.com/security/vulnerabilities/speculativeexecution

Q: Is my website safe?
A: It depends. It depends on the websites hosted in the same server. Any vulnerabilities found on the same server (I mean all websites on the same server, not just yours) and injected malware code. The malware code may use the CPU vulnerability (e.g. Meltdown) to read all arbitrary server memory content (no matter it is kernel or user program, or virtual machine).

So,

  • If you are using dedicated server (the physical server serves you only), it is much safer (provided your website is secure enough). Remember to update and restart.
  • If you are using VM (virtual machine), VPS, shared hosting (in short, the physical server is shared with other customers by any means), please contact your providers for details/follow-up

On individual website level (like you), it’d better to run remote website backup.

You might use phpinfo() to detect the current running kernel information.
(However, if you are using virtual machine (e.g. KVM, VMWare, etc.), you cannot get the host OS version inside the VM environment)

Mitigated version of Linux Kernel:

Further Reading:

 

 

Pin It on Pinterest

Share This