Description: Query looks for Windows patch released for CVE-2021-34527 (anything between KB5004945 - KB5004960).
What The Data Shows: Data will list system hostname and hotfix_id which have at least one of the patch applied.
SQL: SELECT csname,hotfix_id FROM patches WHERE hotfix_id BETWEEN 'KB5004945' AND 'KB5004960';