|
|
|
|
|
by sandeepkd
10 days ago
|
|
Security exists in multiple layers. CVEs do not make a system vulnerable by default, there has to be a way to exploit them. Questions one can ask, is your system connected to internet, what does your fire wall looks like, which ports are open and why, what processes are running and why. Most sensitive systems in the past had a concept of DMZ where one cannot reach through internet for security reasons except for very tightly controlled path. One had to go in the physical data centers for certain operations. If you are running a script in a loop on your system which gets executes any/all commands from a third party system then you probably do not take security that seriously in the first place. |
|