Kubevirt: virt-handler-rhel9: kubevirt: safepath symlink following in virt-handler enables notify socket hijacking and node-level vm disruption
Red Hat · Red Hat Container Native Virtualization 4.13
7.3HighCVSS 3.1
Recommended action
Within 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
Direct vendor intelligence
Authoritative vendor CSAF and VEX advisories
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
1 current
CVE-2026-13201 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitykubevirt: virt-handler-rhel9: kubevirt: safepath symlink following in virt-handler enables notify socket hijacking and node-level VM disruption
1 known affected
The vendor explicitly identifies these products as affected by this CVE.
container-native-virtualization/virt-handler as a component of Red Hat OpenShift Virtualization 4
Summary
A flaw was found in KubeVirt's safepath package used by virt-handler. The OpenAtNoFollow function uses O_PATH|O_NOFOLLOW to obtain a file descriptor to a path leaf, but downstream operations resolve the path via /proc/self/fd/N using link-following syscalls. When the leaf is a symlink, the kernel dereferences it, defeating the intended no-follow protection. An attacker with access to a virt-launcher pod can exploit this to redirect virt-handler's IPC socket connections, including the notify socket used for VM domain lifecycle events. By hijacking this socket, the attacker can inject arbitrary domain events into virt-handler, causing it to take incorrect lifecycle actions, corrupt VM state in the Kubernetes API, or crash — resulting in sustained denial of VM management services for all virtual machines on the affected node. Additionally, the same symlink following flaw allows virt-handler to apply file ownership or permission changes to unintended host paths.
Remediation
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258
Optional official sources
National CERT insights ?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.
Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.
Official European source
ENISA European Vulnerability Database
Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.
1 current
ENISA EUVD identifier
EUVD-2026-39086
No EUVD known-exploited evidence
A flaw was found in KubeVirt's safepath package used by virt-handler. The OpenAtNoFollow function uses O_PATH|O_NOFOLLOW to obtain a file descriptor to a path leaf, but downstream operations resolve the path via /proc/self/fd/N using link-following syscalls. When the leaf is a symlink, the kernel dereferences it, defeating the intended no-follow protection. An attacker with access to a virt-launcher pod can exploit this to redirect virt-handler's IPC socket connections, including the notify socket used for VM domain lifecycle events. By hijacking this socket, the attacker can inject arbitrary domain events into virt-handler, causing it to take incorrect lifecycle actions, corrupt VM state in the Kubernetes API, or crash — resulting in sustained denial of VM management services for all virtual machines on the affected node. Additionally, the same symlink following flaw allows virt-handler to apply file ownership or permission changes to unintended host paths.
EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
7.3 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
01
What, why and how
A flaw was found in KubeVirt's safepath package used by virt-handler. The OpenAtNoFollow function uses O_PATH|O_NOFOLLOW to obtain a file descriptor to a path leaf, but downstream operations resolve the path via /proc/self/fd/N using link-following syscalls. When the leaf is a symlink, the kernel dereferences it, defeating the intended no-follow protection. An attacker with access to a virt-launcher pod can exploit this to redirect virt-handler's IPC socket connections, including the notify socket used for VM domain lifecycle events. By hijacking this socket, the attacker can inject arbitrary domain events into virt-handler, causing it to take incorrect lifecycle actions, corrupt VM state in the Kubernetes API, or crash — resulting in sustained denial of VM management services for all virtual machines on the affected node. Additionally, the same symlink following flaw allows virt-handler to apply file ownership or permission changes to unintended host paths.
What
A flaw was found in KubeVirt's safepath package used by virt-handler. The OpenAtNoFollow function uses O_PATH|O_NOFOLLOW to obtain a file descriptor to a path leaf, but downstream operations resolve the path via /proc/self/fd/N using link-following syscalls. When the leaf is a symlink, the kernel dereferences it, defeating the intended no-follow protection. An attacker with access to a virt-launcher pod can exploit this to redirect virt-handler's IPC socket connections, including the notify socket used for VM domain lifecycle events. By hijacking this socket, the attacker can inject arbitrary domain events into virt-handler, causing it to take incorrect lifecycle actions, corrupt VM state in the Kubernetes API, or crash — resulting in sustained denial of VM management services for all virtual machines on the affected node. Additionally, the same symlink following flaw allows virt-handler to apply file ownership or permission changes to unintended host paths.
Why
The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
How
An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may disrupt the affected service.
What
A flaw was found in KubeVirt's safepath package used by virt-handler. The OpenAtNoFollow function uses O_PATH|O_NOFOLLOW to obtain a file descriptor to a path leaf, but downstream operations resolve the path via /proc/self/fd/N using link-following syscalls. When the leaf is a symlink, the kernel dereferences it, defeating the intended no-follow protection. An attacker with access to a virt-launcher pod can exploit this to redirect virt-handler's IPC socket connections, including the notify socket used for VM domain lifecycle events. By hijacking this socket, the attacker can inject arbitrary domain events into virt-handler, causing it to take incorrect lifecycle actions, corrupt VM state in the Kubernetes API, or crash — resulting in sustained denial of VM management services for all virtual machines on the affected node. Additionally, the same symlink following flaw allows virt-handler to apply file ownership or permission changes to unintended host paths.
Why
The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
How
An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may disrupt the affected service.
02
Exploit reality and attack path
CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.
Observed exploitation ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.No confirmed evidence
No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.
Public PoC / exploit material ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.None recorded
No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.
Likely attack path
local access → UNIX Symbolic Link (Symlink) Following → disrupt the affected service
Attack surface
Local
Privileges required
Low: a basic authenticated account is required
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Changed: exploitation can affect a different security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-61: UNIX Symbolic Link (Symlink) Following. The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRLowPrivileges required: The attacker needs basic user-level privileges.UINoneUser interaction: No action by another user is required.SChangedScope: The attack can affect a component governed by a different security authority.CNoneConfidentiality impact: No direct loss is represented by this metric.ILowIntegrity impact: A successful attack can cause a limited loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
Denial of serviceCWE-61
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-39086Official EUVD mapping
A flaw was found in KubeVirt's safepath package used by virt-handler. The OpenAtNoFollow function uses O_PATH|O_NOFOLLOW to obtain a file descriptor to a path leaf, but downstream operations resolve the path via /proc/self/fd/N using link-following syscalls. When the leaf is a symlink, the kernel dereferences it, defeating the intended no-follow protection. An attacker with access to a virt-launcher pod can exploit this to redirect virt-handler's IPC socket connections, including the notify socket used for VM domain lifecycle events. By hijacking this socket, the attacker can inject arbitrary domain events into virt-handler, causing it to take incorrect lifecycle actions, corrupt VM state in the Kubernetes API, or crash — resulting in sustained denial of VM management services for all virtual machines on the affected node. Additionally, the same symlink following flaw allows virt-handler to apply file ownership or permission changes to unintended host paths.
Operational remediation based on structured source evidence.
Status ?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
container-native-virtualization/virt-handler as a component of Red Hat OpenShift Virtualization 4
Fixed
registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1297d4e343e84d5732a2be810ae6e6391fc519c517640db0c84488c5e9861102_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3666fad9c36b2c0468ea1356558b6125deeab9a3e1d107eae0f14039d0a3614a_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:073c88039cf40fbff37524db5789bf1fdbd53271c329ed1e882be9cb787aea35_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:0ff6ac2bf1e3f61bc1006b8ace529e82d15e4778f77601d403b422a6c9dc235d_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:03ba527519d94afd60abad5462687281b43720e22e9743f7a25cc16ab3226a78_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:103b8f6e708805eb7a9459ed899dc3226b63dd1a12a32a080dfecd1e73b418f0_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4da7d81d41ffe10f56101bfee5eabb709dd842f754e441ac3d66b74223834c63_arm64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a77a31ac0ea21a8475e1548863c2f7a264dd04b98133d749da285e5163f882c2_amd64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1319d17552e1aaf3c8df3811d14152ff109ada7e169615b88b57761b0f7abc14_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:23d9beaf92c0db3896b91b77d31efdc429b74e27a6a46097e7b3cf53afe7af19_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:68a91d6d63f9ddcc45cd61c8eefdd605ef281c5f4c18ca21e696247aca272881_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a80f436dffab4b058632b79f03c74ce611f9d4aae3c8996b5c82f7958da26d33_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bfbad0f8775fdf11408d911349dccb19996f4c08965b0e71812a9cd4eac68c73_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a0232a9793b2cdb6a3dd02c814ac8f13444f75fd398f8d3bd20caddda1860e42_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a6cd6e699020422dee5de7e411de488c3d442aa94d9afbfc34b2104682846dd4_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:b1cb17a6f25fe2dd52224004a4c1766562908ee6d739a177d8532e693567328b_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:10156cf12af87b139f80acb9c08ac4e7b5b03552fa96c4ae9599d542481d1eb3_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4bc826cd918ef240ef3d295f7d9c4b3eb853a9df476397b861417a1a217cd0d2_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd278c9564c15739424f80677c46983e453922763165cb581e86bc822edcbb1e_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5e1681ee06f6aff193faf2f9ce264c9bdbf000c40f396c12e888bda4780b682f_arm64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6b6f23a76eebded50476688c60c286745d8a988803ee43787280989d16f68aca_amd64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f2bbca54b1acb57c4fc263efe529715d0d50c27ee8e76c09a12d564c72456faf_s390x as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:22813de64d0e84013b5f2a1b1699888f952f317913a4d755e2e9e76ca61d809d_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5b32246480ab2732aad524a1353857f6254a6693712f325d12b6e4f61244ad28_arm64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:74d84856f22700bb735e97b2d721080f66908c29264ded38a2c3b5cd502fce70_amd64 as a component of Red Hat Container Native Virtualization 4.2
Action
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04
Evidence and provenance
Published 24 Jun 2026 · Last source change 8 Sept 2026, 18:46 UTC · CWE-61 · UNIX Symbolic Link (Symlink) Following
CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source ?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-39086
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
container-native-virtualization/virt-handler as a component of Red Hat OpenShift Virtualization 4 · Fixed: registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1297d4e343e84d5732a2be810ae6e6391fc519c517640db0c84488c5e9861102_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3666fad9c36b2c0468ea1356558b6125deeab9a3e1d107eae0f14039d0a3614a_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:073c88039cf40fbff37524db5789bf1fdbd53271c329ed1e882be9cb787aea35_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:0ff6ac2bf1e3f61bc1006b8ace529e82d15e4778f77601d403b422a6c9dc235d_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:03ba527519d94afd60abad5462687281b43720e22e9743f7a25cc16ab3226a78_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:103b8f6e708805eb7a9459ed899dc3226b63dd1a12a32a080dfecd1e73b418f0_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4da7d81d41ffe10f56101bfee5eabb709dd842f754e441ac3d66b74223834c63_arm64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a77a31ac0ea21a8475e1548863c2f7a264dd04b98133d749da285e5163f882c2_amd64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1319d17552e1aaf3c8df3811d14152ff109ada7e169615b88b57761b0f7abc14_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:23d9beaf92c0db3896b91b77d31efdc429b74e27a6a46097e7b3cf53afe7af19_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:68a91d6d63f9ddcc45cd61c8eefdd605ef281c5f4c18ca21e696247aca272881_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a80f436dffab4b058632b79f03c74ce611f9d4aae3c8996b5c82f7958da26d33_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bfbad0f8775fdf11408d911349dccb19996f4c08965b0e71812a9cd4eac68c73_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a0232a9793b2cdb6a3dd02c814ac8f13444f75fd398f8d3bd20caddda1860e42_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a6cd6e699020422dee5de7e411de488c3d442aa94d9afbfc34b2104682846dd4_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:b1cb17a6f25fe2dd52224004a4c1766562908ee6d739a177d8532e693567328b_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:22813de64d0e84013b5f2a1b1699888f952f317913a4d755e2e9e76ca61d809d_s390x as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5b32246480ab2732aad524a1353857f6254a6693712f325d12b6e4f61244ad28_arm64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:74d84856f22700bb735e97b2d721080f66908c29264ded38a2c3b5cd502fce70_amd64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:10156cf12af87b139f80acb9c08ac4e7b5b03552fa96c4ae9599d542481d1eb3_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4bc826cd918ef240ef3d295f7d9c4b3eb853a9df476397b861417a1a217cd0d2_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd278c9564c15739424f80677c46983e453922763165cb581e86bc822edcbb1e_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5e1681ee06f6aff193faf2f9ce264c9bdbf000c40f396c12e888bda4780b682f_arm64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6b6f23a76eebded50476688c60c286745d8a988803ee43787280989d16f68aca_amd64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f2bbca54b1acb57c4fc263efe529715d0d50c27ee8e76c09a12d564c72456faf_s390x as a component of Red Hat Container Native Virtualization 4.22
After
container-native-virtualization/virt-handler as a component of Red Hat OpenShift Virtualization 4 · Fixed: registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1297d4e343e84d5732a2be810ae6e6391fc519c517640db0c84488c5e9861102_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3666fad9c36b2c0468ea1356558b6125deeab9a3e1d107eae0f14039d0a3614a_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:073c88039cf40fbff37524db5789bf1fdbd53271c329ed1e882be9cb787aea35_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:0ff6ac2bf1e3f61bc1006b8ace529e82d15e4778f77601d403b422a6c9dc235d_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:03ba527519d94afd60abad5462687281b43720e22e9743f7a25cc16ab3226a78_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:103b8f6e708805eb7a9459ed899dc3226b63dd1a12a32a080dfecd1e73b418f0_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4da7d81d41ffe10f56101bfee5eabb709dd842f754e441ac3d66b74223834c63_arm64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a77a31ac0ea21a8475e1548863c2f7a264dd04b98133d749da285e5163f882c2_amd64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1319d17552e1aaf3c8df3811d14152ff109ada7e169615b88b57761b0f7abc14_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:23d9beaf92c0db3896b91b77d31efdc429b74e27a6a46097e7b3cf53afe7af19_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:68a91d6d63f9ddcc45cd61c8eefdd605ef281c5f4c18ca21e696247aca272881_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a80f436dffab4b058632b79f03c74ce611f9d4aae3c8996b5c82f7958da26d33_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bfbad0f8775fdf11408d911349dccb19996f4c08965b0e71812a9cd4eac68c73_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a0232a9793b2cdb6a3dd02c814ac8f13444f75fd398f8d3bd20caddda1860e42_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a6cd6e699020422dee5de7e411de488c3d442aa94d9afbfc34b2104682846dd4_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:b1cb17a6f25fe2dd52224004a4c1766562908ee6d739a177d8532e693567328b_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:10156cf12af87b139f80acb9c08ac4e7b5b03552fa96c4ae9599d542481d1eb3_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4bc826cd918ef240ef3d295f7d9c4b3eb853a9df476397b861417a1a217cd0d2_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd278c9564c15739424f80677c46983e453922763165cb581e86bc822edcbb1e_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5e1681ee06f6aff193faf2f9ce264c9bdbf000c40f396c12e888bda4780b682f_arm64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6b6f23a76eebded50476688c60c286745d8a988803ee43787280989d16f68aca_amd64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f2bbca54b1acb57c4fc263efe529715d0d50c27ee8e76c09a12d564c72456faf_s390x as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:22813de64d0e84013b5f2a1b1699888f952f317913a4d755e2e9e76ca61d809d_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5b32246480ab2732aad524a1353857f6254a6693712f325d12b6e4f61244ad28_arm64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:74d84856f22700bb735e97b2d721080f66908c29264ded38a2c3b5cd502fce70_amd64 as a component of Red Hat Container Native Virtualization 4.2
Affected versionsThe structured affected or fixed version information changed.
Before
container-native-virtualization/virt-handler as a component of Red Hat OpenShift Virtualization 4 · Fixed: registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1297d4e343e84d5732a2be810ae6e6391fc519c517640db0c84488c5e9861102_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3666fad9c36b2c0468ea1356558b6125deeab9a3e1d107eae0f14039d0a3614a_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:073c88039cf40fbff37524db5789bf1fdbd53271c329ed1e882be9cb787aea35_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:0ff6ac2bf1e3f61bc1006b8ace529e82d15e4778f77601d403b422a6c9dc235d_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:03ba527519d94afd60abad5462687281b43720e22e9743f7a25cc16ab3226a78_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:103b8f6e708805eb7a9459ed899dc3226b63dd1a12a32a080dfecd1e73b418f0_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4da7d81d41ffe10f56101bfee5eabb709dd842f754e441ac3d66b74223834c63_arm64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a77a31ac0ea21a8475e1548863c2f7a264dd04b98133d749da285e5163f882c2_amd64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1319d17552e1aaf3c8df3811d14152ff109ada7e169615b88b57761b0f7abc14_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:23d9beaf92c0db3896b91b77d31efdc429b74e27a6a46097e7b3cf53afe7af19_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:68a91d6d63f9ddcc45cd61c8eefdd605ef281c5f4c18ca21e696247aca272881_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a80f436dffab4b058632b79f03c74ce611f9d4aae3c8996b5c82f7958da26d33_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bfbad0f8775fdf11408d911349dccb19996f4c08965b0e71812a9cd4eac68c73_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a0232a9793b2cdb6a3dd02c814ac8f13444f75fd398f8d3bd20caddda1860e42_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a6cd6e699020422dee5de7e411de488c3d442aa94d9afbfc34b2104682846dd4_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:b1cb17a6f25fe2dd52224004a4c1766562908ee6d739a177d8532e693567328b_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:10156cf12af87b139f80acb9c08ac4e7b5b03552fa96c4ae9599d542481d1eb3_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4bc826cd918ef240ef3d295f7d9c4b3eb853a9df476397b861417a1a217cd0d2_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd278c9564c15739424f80677c46983e453922763165cb581e86bc822edcbb1e_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5e1681ee06f6aff193faf2f9ce264c9bdbf000c40f396c12e888bda4780b682f_arm64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6b6f23a76eebded50476688c60c286745d8a988803ee43787280989d16f68aca_amd64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f2bbca54b1acb57c4fc263efe529715d0d50c27ee8e76c09a12d564c72456faf_s390x as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:22813de64d0e84013b5f2a1b1699888f952f317913a4d755e2e9e76ca61d809d_s390x as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5b32246480ab2732aad524a1353857f6254a6693712f325d12b6e4f61244ad28_arm64 as a component of Red Hat Container Native Virtualization 4.2; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:74d84856f22700bb735e97b2d721080f66908c29264ded38a2c3b5cd502fce70_amd64 as a component of Red Hat Container Native Virtualization 4.2
After
container-native-virtualization/virt-handler as a component of Red Hat OpenShift Virtualization 4 · Fixed: registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1297d4e343e84d5732a2be810ae6e6391fc519c517640db0c84488c5e9861102_arm64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3666fad9c36b2c0468ea1356558b6125deeab9a3e1d107eae0f14039d0a3614a_amd64 as a component of Red Hat Container Native Virtualization 4.13; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:073c88039cf40fbff37524db5789bf1fdbd53271c329ed1e882be9cb787aea35_amd64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:0ff6ac2bf1e3f61bc1006b8ace529e82d15e4778f77601d403b422a6c9dc235d_arm64 as a component of Red Hat Container Native Virtualization 4.14; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:03ba527519d94afd60abad5462687281b43720e22e9743f7a25cc16ab3226a78_arm64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:103b8f6e708805eb7a9459ed899dc3226b63dd1a12a32a080dfecd1e73b418f0_amd64 as a component of Red Hat Container Native Virtualization 4.15; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4da7d81d41ffe10f56101bfee5eabb709dd842f754e441ac3d66b74223834c63_arm64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a77a31ac0ea21a8475e1548863c2f7a264dd04b98133d749da285e5163f882c2_amd64 as a component of Red Hat Container Native Virtualization 4.16; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:1319d17552e1aaf3c8df3811d14152ff109ada7e169615b88b57761b0f7abc14_amd64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:23d9beaf92c0db3896b91b77d31efdc429b74e27a6a46097e7b3cf53afe7af19_arm64 as a component of Red Hat Container Native Virtualization 4.17; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:68a91d6d63f9ddcc45cd61c8eefdd605ef281c5f4c18ca21e696247aca272881_arm64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a80f436dffab4b058632b79f03c74ce611f9d4aae3c8996b5c82f7958da26d33_s390x as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bfbad0f8775fdf11408d911349dccb19996f4c08965b0e71812a9cd4eac68c73_amd64 as a component of Red Hat Container Native Virtualization 4.18; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a0232a9793b2cdb6a3dd02c814ac8f13444f75fd398f8d3bd20caddda1860e42_s390x as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:a6cd6e699020422dee5de7e411de488c3d442aa94d9afbfc34b2104682846dd4_arm64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:b1cb17a6f25fe2dd52224004a4c1766562908ee6d739a177d8532e693567328b_amd64 as a component of Red Hat Container Native Virtualization 4.19; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:22813de64d0e84013b5f2a1b1699888f952f317913a4d755e2e9e76ca61d809d_s390x as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5b32246480ab2732aad524a1353857f6254a6693712f325d12b6e4f61244ad28_arm64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:74d84856f22700bb735e97b2d721080f66908c29264ded38a2c3b5cd502fce70_amd64 as a component of Red Hat Container Native Virtualization 4.20; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:10156cf12af87b139f80acb9c08ac4e7b5b03552fa96c4ae9599d542481d1eb3_arm64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4bc826cd918ef240ef3d295f7d9c4b3eb853a9df476397b861417a1a217cd0d2_amd64 as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd278c9564c15739424f80677c46983e453922763165cb581e86bc822edcbb1e_s390x as a component of Red Hat Container Native Virtualization 4.21; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:5e1681ee06f6aff193faf2f9ce264c9bdbf000c40f396c12e888bda4780b682f_arm64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6b6f23a76eebded50476688c60c286745d8a988803ee43787280989d16f68aca_amd64 as a component of Red Hat Container Native Virtualization 4.22; registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f2bbca54b1acb57c4fc263efe529715d0d50c27ee8e76c09a12d564c72456faf_s390x as a component of Red Hat Container Native Virtualization 4.22
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
CVE-2026-13201: Kubevirt: virt-handler-rhel9: kubevirt: safepath symlink following in virt-handler enables notify socket hijacking and node-level vm disruption | BlackTree