I am an unconditional user of Linux (Ubuntu to be precise). As a developer, I always host my web applications on an Ubuntu server.
If a client has a Windows environment, then I use a virtual machine with my application in it.
Recently a client asked me to create an application for him and he specified that his computer park is entirely Windows. All of its web applications are deployed on Windows server with IIS and run in https.
So here's my question:
- If I put a virtual machine on Windows server with Ubuntu server, is there one or more scenarios in which a security vulnerability can appear?
If so what are the steps to take in advance for this type of deployment?-