All of our infrastructure is now patched against the new VENOM vulnerability, which means that all o...
All of our infrastructure is now patched against the new VENOM vulnerability, which means that all of our customers are safe from this problem. However, we wanted to release a blog post to go in details on some common questions regarding this new vulnerability if you use OpenStack in any way.
It's extremely important to know that 99% of OpenStack users are affected, due to the fact that most OpenStack clouds run KVM which is affected by this issue, so you must be very careful.
OpenStack users
If your operator says that you're safe from it, however, your instance action log does not show any signs of reboot or suspend/resume, you must double check with them, as a reboot or suspend/resume is required in order for this fix to apply.
You can check this using the OpenStack CLI (or any other way you wish). As we see in the following from a server on our infrastructure, it was suspended/resumed after 13th of May 2015, the day the issue went public.
```
$ nova instance-action-list sec-test
+---------+------------------------------------------+---------+----------------------------+
| Action | Request_ID | Message | Start_Time |
+---------+------------------------------------------+---------+----------------------------+
...
| suspend | req-d655ab4b-f88d-4ab1-a1cb-275eae468b05 | - | 2015-05-13T19:20:30.000000 |
| resume | req-f9c42862-6485-4fc8-b9ea-de5432d7b7ae | - | 2015-05-13T19:20:34.000000 |
+---------+------------------------------------------+---------+----------------------------+
```
You can also check your providers control panel, or in our case inside our CloudConsole “History” tab for the server. As a user, you cannot do much other than contact your provider to make sure they take care of this for you.