The vulnerability is a division-by-zero in Hyper-V's Viridian STIMER paravirtualized timer interface. Any code running inside a guest VM can send a crafted STIMER configuration that produces a zero divisor at the host level, triggering a #DE (divide error) fault. The EPSS score of 0.00375 is almost certainly underweighting this — historical precedent across multiple hypervisors shows that division-by-zero in paravirtualized timer paths consistently scores low on EPSS right up until a proof-of-concept drops, then spikes. The 7.5 CVSS reflects per-instance severity, but the real risk for cloud operators is the blast radius: one vulnerable Hyper-V host running multi-tenant workloads exposes every co-located tenant simultaneously, regardless of whether those tenants can patch their own VMs.

The critical unknowns that should drive your prioritization: First, is the #DE fault safely contained in Hyper-V's exception handling, or does it corrupt host-side timer state that persists beyond the faulting operation? If the host's timer context can be left in a corrupted state, this becomes more than a DoS — it becomes a delayed DoS against subsequent guests on that host. Second, does triggering this require authenticated guest access, or can any code executing in the VM — including sandboxed guest code — reach the STIMER configuration primitives? The CVSS vector suggests AV:N from the guest context with no special privileges required beyond code execution.

What to do: Assume the worst on containment until proven otherwise. For multi-tenant Hyper-V deployments, treat this as a higher-severity vulnerability than the EPSS suggests. The bug class has a documented research trajectory — one disclosure triggers auditing waves that produce sibling vulnerabilities in the same subsystem within weeks. Monitor vendor advisories for this and related Viridian timer paths. If you run Hyper-V in shared infrastructure, your patching velocity is the exposure window for every tenant on those hosts, not just your own workloads.