Operating systems
A foundational computing platform. Everyone has an operating system. Makes OS a very big target.
Remarkably complex. Millions of lines of code. More code means more opportunities for a security issue.
The vulnerabilities are already in there. Weve just not found them yet.
A month of OS updates
A normal month of Windows updates. Patch Tuesday-2nd Tuesday of each month. Other companies have similar schedules.
May 9th 2023- Nearly 50 security patches. 8 elevation of privilege vulnerabilities, 4 security feature bypass vulnerability, 12 remote code execution vulnerabilities, 8 information disclosure vulnerabilities, 5 denial of service vulnerabilities, 1 spoofing vulnerability.
Best practice for OS vulnerabilities.
Always update. Monthly or on demand updates. Its a race between you and the attackers.
May require testing before deployment. A patch might break something else.
May require a reboot. Save all data.
Have a fallback plan. Where’s the backup?