|
|
|
As a small-time dev do I have to worry about shellshock?
|
|
3 points
by fifthesteight
4267 days ago
|
|
I have an extremely small team, lots of projects and no resources or capacity to spend on securing our web applications. I host with one of the big guys, we don't run our servers from our shop or anything like that. Without the capacity to spare man-hours battening down the hatches- how big of a deal is being on top of this for a run-of-the-mill dev team with low-level, no-big-deal development, hosted elsewhere? My main concern is unwittingly leaving clients servers/applications vulnerable and them falling under nefarious control... |
|
For some systems, it's just a matter of logging in to the server and running a single command line, like "sudo yum update bash" (replace "yum" with apt-get, or another package manager).
You can leave it, but know that you're leaving your clients vulnerable to things such as:
- stolen data - data loss - compromised/corrupted/deleted backups of data, code - site disruption - botnet participation - illegal file dump/trading space - unremovable rootkits
Having said that, I believe you should be safe if you don't use CGI to run your apps.
The earlier you plug the holes, the better.