Why Some Windows KBs Appear in Vulnerability Scans but Not in Patch Manager
Last updated: December 23, 2025
In some cases, a Windows KB may appear in vulnerability scan results for an endpoint but not appear in the Patch Manager when searching for that same KB. This behavior is expected and is caused by how Windows updates and vulnerability data are identified and correlated within Cyrisma.
This article explains why this discrepancy occurs and how to interpret the results correctly.
Issue Overview
You may observe the following behavior:
A Windows KB (for example,
KB5055528) appears in Vulnerability Scan resultsThat same KB does not appear under:
Patch Manager → Windows
Root Cause Breakdown
CVE or KB search results in Patch Manager
This can create confusion when attempting to verify whether a vulnerability has been addressed.
Why This Happens
Cyrisma uses different data sources depending on where patch information is displayed.
Vulnerability Scan Results
Identify vulnerabilities by matching CVEs to the original KB that remediates them
Display the KB historically associated with the vulnerability
Patch Manager (Windows)
Queries Windows Update directly on the endpoint
Displays only the most current cumulative update required by Windows
Microsoft Cumulative Update Behavior
Microsoft frequently bundles older KBs into newer cumulative updates.
Example scenario:
A vulnerability scan references
KB5055528as the fix for a CVEWindows Update reports that
KB5058405is requiredKB5058405includes all fixes fromKB5055528and additional updates
Because the older KB is superseded, it does not appear independently in Patch Manager.
How Cyrisma Handles This
Vulnerability scans continue to reference the original KB tied to the CVE
Patch Manager reflects what Windows currently requires to be installed
Cyrisma prioritizes applying current Microsoft-recommended updates, not outdated KBs
This ensures remediation actions align with Microsoft’s supported patching model.
What You Should Do
If a KB appears in a vulnerability scan but not in Patch Manager:
Search Patch Manager for the latest cumulative Windows update
Verify the device is flagged as needing that update
Apply the cumulative update
Applying the newer cumulative KB remediates the vulnerability associated with the older KB.
Tip: Patch Manager should be treated as the source of truth for which Windows updates still need to be applied.
Summary
Observation | Explanation | Action |
KB appears in vulnerability scan | Scan references original KB tied to a CVE | Look for newer cumulative update |
KB not found in Patch Manager | KB has been superseded by Microsoft | Apply the latest cumulative KB |
CVE search doesn’t return the KB | Patch Manager shows only current updates | Use Patch Manager for remediation |
This behavior is expected and does not indicate a reporting error or missed patch.