What do security updates actually do?

230 views

I’m on iPhone, and quite often they release a new version of iOS and the release notes just say “security update”.

What exactly do these updates do? Are they a result from attempted cyberattacks? What would happen if they didn’t release these updates?

In: 13

4 Answers

Anonymous 0 Comments

Software has bugs. Large scale software invariably has LOTS of bugs. Sometimes these bugs are bad enough that they provide an entrypoint for hackers to attack your system. We call these “Vulnerabilities”. When a hacker discovers and uses a vulnerability to attack your system that’s called an “Exploit”.

Security updates patch these bugs. Sometimes they’re found internally; Large companies have entire teams whose whole job is to find vulnerabilities in their own code. Sometimes they’re found externally, either by security researchers or hackers.

Security updates could either be patching a vulnerability that was found before an exploit was developed, or they could be fixing a vulnerability that is actively being exploited. Either way they’re very important. The longer your software goes unpached the more and more common attacks against it will become.

You are viewing 1 out of 4 answers, click here to view all answers.