Lead story
When Your Antivirus Breaks Your Certificates: Microsoft Defender's DigiCert False Positive
Security tools are supposed to make your environment safer. When one of the most widely deployed endpoint products on the planet starts flagging legitimate root certificates as malware — and in some cases deleting them — defenders have a very different kind of problem on their hands.
That's exactly what happened over the weekend. Microsoft Defender began detecting valid DigiCert root certificates as Trojan:Win32/Cerdigent.A!dha, triggering widespread alerts across Windows fleets globally. In the more serious cases, Defender didn't just alert — it quarantined or removed the certificates entirely. For organisations that rely on DigiCert for TLS, code signing, or internal PKI, that's not a nuisance. It's a potential outage.
What went wrong?
This is a classic false-positive scenario, almost certainly introduced by a signature update that pattern-matched something in the DigiCert certificate structure as suspicious. Antivirus vendors ship signature updates constantly — hundreds per day — and occasionally one goes sideways. The unusual wrinkle here is that it's root certificates being flagged, not executables. Root certs sit at the foundation of trust chains; removing one can silently break certificate validation across a huge range of applications, services, and websites without producing an obvious error message.
Imagine your browser suddenly refusing to load half the internet and not knowing why. That's the downstream effect when a root cert goes missing.
Why it matters beyond the immediate fix
Microsoft has acknowledged the issue and a corrected signature update is the expected resolution path — but the incident illustrates a structural tension in endpoint security that rarely gets discussed. Defender's market share on Windows is enormous. When it makes a mistake at scale, that mistake propagates simultaneously across millions of devices. There's no diversity to absorb the shock.
This is also a reminder that security tooling sits in a privileged position. Defender runs with elevated rights, and a signature error can modify your trust store as confidently as any intended action. It's trust all the way down.
For Australian defenders specifically, DigiCert is one of the dominant certificate authorities used by Australian enterprises, government agencies, and cloud-hosted services. Organisations running Defender in active remediation mode — rather than audit mode — are most exposed. If you've seen unexplained TLS errors or certificate validation failures in your environment this morning, this is your first place to look.
What to watch
Microsoft typically resolves false-positive incidents within hours through an updated intelligence release. The immediate action is to check your Defender security intelligence version and watch for Microsoft's official remediation guidance. If certificates have already been quarantined, restoring them from the Defender quarantine interface is generally straightforward — but validating your trust store afterwards is worth doing carefully.
The broader lesson hasn't changed: security tools need to be treated as a single point of failure risk, not an assumed backstop. Running Defender in audit-only mode in critical environments, or staggering signature update rollouts, are mitigations that never look necessary until exactly this kind of morning.
