Platform

Platform overview How it works Authorization testing Evidence & reports Private scanning Integrations

Solutions

Security agencies Product teams Regulated industries Partner programme

Learn

Blog Knowledge hub Compare

Resources

Pricing Documentation FAQ Security & data What we haven’t proved

Company

About Contact Careers Sign in to the platform Start a $199 pilot

Home / Knowledge hub / Mitigation

Knowledge hub

Mitigation

Reducing what a vulnerability can do without actually fixing it.

What it means

Mitigation reduces the harm a vulnerability can cause while the flaw itself stays in the code. You block a pattern at the edge, switch a feature off, tighten a permission, or add a rule to a web application firewall.

NIST calls it a temporary reduction in the impact of a vulnerability, or in the likelihood of anyone exploiting it. That word temporary carries the whole idea. Remediation removes the flaw. Mitigation buys you time to do that properly.

Why it matters

Often it is the right call. The release carrying the fix is two weeks out, the vulnerable library has no patch yet, or the code change looks risky and the exposure is small. Acting today beats a perfect fix in a fortnight.

The danger is that mitigation works. Alerts stop, the symptom disappears, and the ticket slides down the list. Two years later somebody removes a rule nobody can explain. Or a new route reaches the same code without passing the filter. The flaw is live again, and nobody is watching for it.

How it shows up

Ask one question. Where did the change happen? Anywhere other than the code holding the flaw, and you have a mitigation, however healthy the dashboard looks. A rule at the edge, a disabled feature and a tightened permission all leave the same flaw sitting where it was.

So record it as one. Write down what the mitigation covers, what it misses, who owns it and when the real fix lands. Keep the finding open until the code changes. A mitigation filed as closed comes back in the next penetration test report, usually while a customer is reading it.

Questions people ask

Mitigation, answered

Is mitigation the same as remediation?

No. Remediation changes the code, and the flaw stops existing. Mitigation leaves the flaw where it is and makes it harder to reach, or less damaging when somebody does reach it.

Both close a ticket in most trackers. That is exactly why teams lose track of which one they actually did.

Can a WAF rule count as fixing a vulnerability?

It counts as a mitigation. The rule sits in front of the application and matches patterns. The vulnerable code still answers any request reaching it by a route the rule misses, and a later refactor can open one of those quietly.

Treat the rule as cover while the patch gets written, and keep the ticket open until it does.

How long can we leave something mitigated?

As long as somebody owns it and a date exists. The failure is not duration, it is silence: no owner, no review date, and no note of what the mitigation does not cover.

Give every mitigation a named owner and a review date, the way you would treat a dated risk acceptance.

Is mitigating the same as accepting the risk?

No. Risk acceptance is a decision to live with an issue and do nothing further. Mitigation is work you did, and it normally comes with an intention to fix the code later.

Recording them as the same thing hides the difference from whoever reads your tracker next year.

Will an auditor accept a compensating control instead of a patch?

Often, if you can show what the control covers and why the patch is not possible yet. What reviewers dislike is a compensating control nobody documented and nobody revisits.

Cyberlop holds no certifications and audits nobody, so take this as general practice rather than advice about your particular scheme.

Is the flaw still in the code?

A rule at the edge is not a fix. Prove-the-fix, which ships on 16 November 2026, retests the code path itself rather than the filter in front of it. Ask us what it will cover.

Or start with a $199 pilot on one application: thirty days, success criteria agreed before day one, credited against the annual if you convert.