|
|
|
|
|
by BeefWellington
830 days ago
|
|
The general theory is that there's really no such thing as silently patching. Consider: - Company silently patches issue. Patches have to be applied, which can take some time if people don't know they need to apply them. Even in the case of automatic updates, patching can be delayed if it requires an app restart, for example.
- Malicious actors examine patches, work out exploit, begin exploiting in the wild.
- Customers left in the dark.
- Company assumes that having issued patches is good enough, substantially delays disclosure. Co-ordinated disclosure aims to prevent all of that by ensuring everyone knows about it at the same time. That removes some of the ability of threat actors to exploit and allows SOCs, EDRs, etc., to update as well, so anything unpatched gets caught. If there are workarounds or other defenses that can be implemented until patching is possible, those can be employed as well. |
|