CVE-2026-3195
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 QEMU. When reading input audio in the virtio-snd device input callback, the `virtio_snd_pcm_in_cb` function did not check whether the iov could fit the data buffer, potentially leading to a heap out-of-bounds write. This issue exists due to an incomplete fix for CVE-2024-7730.
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 confidenceA heap out-of-bounds write vulnerability exists in QEMU's virtio-sound device emulation. The `virtio_snd_pcm_in_cb` function fails to validate that the iov (I/O vector) can accommodate the incoming audio data buffer before writing, allowing a malicious or crafted guest to overwrite adjacent heap memory. This flaw is an incomplete fix for the previous CVE-2024-7730.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/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.
-
Identify QEMU installation and versionRun 'qemu-system-x86_64 --version' or 'qemu-img --version' to determine the installed QEMU version. Compare this version against the version that contains the complete fix for CVE-2024-7730/CVE-2026-3195.Affected if The installed QEMU version is earlier than the version containing the complete fix for this vulnerability.
-
Locate QEMU virtual machine configurationsSearch for QEMU VM configuration files in common locations such as /etc/qemu/, /var/lib/qemu/, ~/.config/qemu/, or within libvirt XML definitions if using libvirt. Look for XML or conf files that define virtual devices.Affected if A VM configuration file exists that defines or references a virtio-sound device.
-
Check for active QEMU processes using virtio-soundRun 'ps aux | grep qemu' or 'pgrep -a qemu' to identify running QEMU processes. Inspect command-line arguments for '-device virtio-sound' or similar virtio-sound device definitions.Affected if A running QEMU process has the virtio-sound device enabled via command line or configuration.
-
Verify virtio-sound device availability in QEMURun 'qemu-system-x86_64 -device help | grep -i sound' or 'qemu-system-x86_64 -device virtio-sound-pci,help' to confirm the device is available in this QEMU build.Affected if The virtio-sound device is available in the QEMU binary and could be attached to a virtual machine.
A user is affected if they run a QEMU version prior to the fix with a virtio-sound device enabled in any virtual machine configuration, as the out-of-bounds write occurs when the device processes audio I/O without proper bounds validation.
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.
dbcve · scopedUpdate QEMU to a version containing the complete bounds-checking fix for this vulnerability. If updates are unavailable, consider disabling the virtio-sound device in guest configurations or restricting QEMU's network exposure to minimize attack surface.
Obtain the patched qemu-kvm version from Red Hat via RHSA/RHBA - consult security.access.redhat.com for the specific erratum
- Contact Red Hat for the specific errata/patch addressing CVE-2026-3195 for your installed version of qemu-kvm
- Alternatively, monitor Red Hat Security Advisory (RHSA) for CVE-2026-3195 updates
- Apply the vendor-supplied patch or update package via your system's package manager (e.g., `yum update qemu-kvm` or `dnf update qemu-kvm`)
- Reboot any running QEMU virtual machines or restart the libvirt service to ensure the updated QEMU binary is loaded
- Verify the installed qemu-kvm version includes the fix for CVE-2026-3195
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing12.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-3195 — 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-3195 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