A flaw was found in QEMU. If the QIOChannelWebsock object is freed while it is waiting to complete a handshake, a GSource is leaked. This can lead to the callback firing later on and triggering a use-after-free in the use of the channel. This can be abused by a malicious client with network access to the VNC WebSocket port to cause a denial of service during the WebSocket handshake prior to the VNC client authentication.
Security readout for executives and security teams
Plain-English summary
This flaw can let an unauthenticated client crash or disrupt QEMU VNC WebSocket service during the initial handshake. The main business risk is loss of availability for virtualization hosts or platforms exposing that interface, not data theft or tampering based on the supplied evidence.
Executive priority
Treat this as a high-priority availability risk for virtualization infrastructure, especially if VNC WebSocket access crosses trust boundaries. It is not currently evidenced as exploited in the supplied sources, but unauthenticated pre-auth network DoS raises operational urgency.
Technical view
CVE-2025-11234 is a QEMU use-after-free in QIOChannelWebsock when a WebSocket handshake is interrupted. A leaked GSource callback can later use a freed channel. The CVSS 3.1 score is 7.5, network exploitable, low complexity, no privileges, no user interaction, availability impact only.
Likely exposure
Exposure is most likely where Red Hat qemu-kvm, virt:rhel, or OpenShift RHCOS builds listed as affected are installed and VNC over WebSocket is reachable by untrusted networks or tenants.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. The described abuse requires network access to the VNC WebSocket port and occurs before VNC client authentication, making exposed management or virtualization interfaces the concern.
Researcher notes
The affected surface is the WebSocket handshake path before VNC authentication. The supplied data supports denial of service via use-after-free, but does not support claims of code execution, data compromise, or active exploitation.
Mitigation direction
Apply the applicable Red Hat errata for the affected RHEL or OpenShift stream.
Check Red Hat CVE guidance before assuming a fixed version for your platform.
Restrict untrusted network access to VNC WebSocket interfaces where operationally feasible.
Prioritize externally reachable or tenant-accessible virtualization management networks first.
Monitor virtualization hosts for unexplained QEMU process crashes or availability loss.
Validation and detection
Inventory qemu, qemu-kvm, virt:rhel, and RHCOS versions against the affected list.
Identify systems where VNC WebSocket service is enabled or reachable over the network.
Map each affected product stream to the relevant Red Hat advisory.
Confirm patched systems no longer report affected package versions.
Review access controls around virtualization management networks and exposed VNC WebSocket ports.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.