Defender AKS images vulnerability report still showing remediated vulnerabilities

Gomolemo 85 Reputation points
2025-12-18T07:12:55.68+00:00

We pull AKS running images vulnerabilities report daily and assign devs to work remediating the vulnerabilities.

But we identified some discrepancies, that even if we have remediated the vulnerabilities they still show up in the report.

I am curious to know how Defender for cloud assess the images and why they still show on the report even though that have been remediated.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. VEMULA SRISAI 5,825 Reputation points Microsoft External Staff Moderator
    2025-12-19T02:32:57.9366667+00:00

    Hello Gomolemo,

    The reason you still see those vulnerabilities in the AKS report is because Defender for Cloud evaluates vulnerabilities based on the exact image digest that is currently running in your AKS cluster, not the tag. Even if you pushed a fixed image, if the cluster is still running pods based on the old digest, Defender will continue to report the old vulnerabilities.

    Another point to note is that Defender does not update immediately. The registry scan and AKS cluster inventory refresh run on scheduled intervals. Until both have refreshed, the report may continue to show the older vulnerability state.

    Also, if the old vulnerable image still exists in the container registry, Defender will list it in the report even if it is no longer deployed.

    Once the patched digest is actually deployed in AKS, the old image is removed from the registry, and Defender completes its next scan cycle, the vulnerabilities will no longer appear in the report.

    For your reference

    https://docs.azure.cn/en-us/defender-for-cloud/view-and-remediate-vulnerabilities-for-images

    https://learn.microsoft.com/en-us/azure/defender-for-cloud/view-and-remediate-vulnerability-assessment-findings-secure-score

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.