CVE-2026-13208
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA flaw was found in KubeVirt's virt-handler domain notify server. The gRPC handlers for HandleDomainEvent and HandleK8SEvent derive the VMI identity (namespace/name) solely from the request body without validating it against the connection's origin. Each virt-launcher pod connects through a per-VMI pipe socket, but no identity tag is propagated from the pipe path to the server handlers. This allows a compromised virt-launcher process to send forged domain lifecycle events for any other VMI scheduled on the same node, causing virt-handler to erroneously update that VMI's state and disrupt its lifecycle management.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn KubeVirt's virt-handler, the gRPC handlers HandleDomainEvent and HandleK8SEvent derive VMI identity (namespace/name) solely from the request body without validating it against the connection origin. Each virt-launcher pod connects via a per-VMI pipe socket, but no identity tag propagates from the pipe path to the server. A compromised virt-launcher can forge domain lifecycle events for any other VMI on the same node, causing virt-handler to erroneously update that VMI's state.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE dataall versions>= 4, <= 4.22.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm virt-handler is deployedRun 'kubectl get pods -n kubevirt -l app=virt-handler' or check for virt-handler daemonset/deployment in the kubevirt namespaceAffected if virt-handler pods are running and HandleDomainEvent/HandleK8SEvent gRPC handlers are exposed
-
Identify virt-launcher to virt-handler socket configurationCheck the socket path pattern used for gRPC communication, typically in /var/run/kubevirt-private/ or similar directories on node filesystemsAffected if virt-launcher pods connect via pipe sockets without authenticated origin metadata
-
Check for origin validation in gRPC handlersInspect virt-handler configuration or code for validation logic that verifies the claimed VMI namespace/name matches the authenticated connection origin (socket path metadata or client certificate)Affected if No origin validation exists between the connection source and the claimed VMI identity in request body
-
Determine if multiple VMIs share the same nodeRun 'kubectl get vmi -o jsonpath={.items[*]} | jq -r '.[] | .metadata.name + " " + .metadata.namespace + " " + .status.nodeName'' to list VMI placementsAffected if Multiple VMIs from different namespaces are scheduled on the same node, enabling cross-VMI event forgery
-
Check for mutual TLS between virt-launcher and virt-handlerExamine virt-handler gRPC server configuration for mTLS or certificate-based authentication of incoming connections from virt-launcher podsAffected if mTLS is not enforced and connections are accepted from any virt-launcher pod on the node
The environment is affected if virt-handler is running with gRPC handlers that accept VMI identity from the request body without validating against the authenticated connection origin, especially when multiple VMIs exist on the same node.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement origin validation in virt-handler gRPC handlers to verify that the claimed VMI identity matches the authenticated connection origin (e.g., validate against pipe socket path metadata or add mutual TLS authentication between virt-launcher and virt-handler).
- Consultation8.0 h
- Implementation24.0 h
- Testing16.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $15,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-13208 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-13208 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data