|
|
|
|
|
by ozim
251 days ago
|
|
Applying security patches on time is not much problem. Ones that you need to apply ASAP are rare and for DB engine you never put it on public access, most of the time exploit is not disclosed publicly and PoC code is not available for patched RCE right on day of patch release. Most of the time you are good if you follow version updates for major releases as they come you do regression testing and put it on prod in your planned time. Most problems come from not updating at all and having 2 or 3 year old versions because that’s what automated scanners will be looking for and after that much time someone much more likely wrote exploit code and shared it. |
|