Security Updates – What is a Security Update

Securityupdates

  1. Why are some updates called Important security updates?

  2. How are they different from other updates?

  3. Is my system insecure, If I don't install them?

  4. How can there be very frequent security updates?

  5. Does it mean my Ubuntu is very unstable or insecure?

Best Answer

What is a security update? How are they different from other updates?

Usually they are security-related bugs rather than new features or bug fixes. For example, it might fix a buffer overflow a developer found.

If I don't install them, is my system insecure?

Not necessarily, but there are exploits. If someone could manage to exploit them (which might not even be possible unless they have another exploit), it isn't totally compromised. However, you should assume that it is insecure, because if theres a slight chance that it is, for all purposes it is.

How can there be very frequent security updates? Does it mean my ubuntu is very unstable or insecure?

This comes into the differences between Linux and closed-source operating systems.

In Linux, security flaws are found much easier when they exist due to the code being open. Then the patch is immediately put upstream and onto your computer through the package update.

Whereas in a closed source system, often such flaws aren't found until exploitation. Its just a matter of when the security flaw is found, not the existence itself.

Related Question