CVE-2017-12194
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 the way spice-client processed certain messages sent from the server. An attacker, having control of malicious spice-server, could use this flaw to crash the client or execute arbitrary code with permissions of the user running the client. spice-gtk versions through 0.34 are believed to be vulnerable.
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 buffer overflow or similar memory corruption vulnerability exists in spice-gtk versions through 0.34 where the client improperly validates messages received from the spice server. A malicious or compromised spice-server can send specially crafted messages to trigger the flaw, leading to client crash or arbitrary code execution with the privileges of the user running the client.
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 data<= 0.34CVSS 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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/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 installed spice-gtk package versionOn Debian/Ubuntu systems, run: dpkg -l | grep spice-gtk or apt list --installed 2>/dev/null | grep spice-gtk. On RHEL/CentOS/Fedora, run: rpm -qa | grep spice-gtk. On general Linux, check /usr/lib/x86_64-linux-gnu/ or /usr/lib/ for libspice-client-gtk.so* files and review associated package metadata.Affected if The installed version is 0.34 or lower, or no version information is returned but the library file exists from an older package build.
-
Query package manager for spice-gtk version directlyRun: apt-cache policy gir1.2-spice-gtk-3.0 (Debian/Ubuntu) or yum info spice-gtk or dnf info spice-gtk (RHEL/CentOS/Fedora). This displays the installed package version from the package database.Affected if The version listed is 0.34 or below, indicating the unpatched vulnerable version is installed.
-
Verify spice client components are presentCheck for the presence of spice-gtk related files in the system: ls -la /usr/lib/*/libspice-client-gtk* or ls -la /usr/share/spice-gtk/ (if that directory exists). Also check if the spicy client binary or Remote Viewer with spice-gtk support is installed: which spicy or which remote-viewer.Affected if Spice client components are installed and the version cannot be determined or is confirmed to be 0.34 or earlier.
-
Determine if spice client connections are in active useReview running processes for spice client usage: ps aux | grep -i spice. Check user's desktop environment for active spice client sessions or review any automation scripts that invoke spice client tools.Affected if The spice-gtk library is loaded by any running process or is routinely invoked, and the underlying version is vulnerable.
A user is affected if spice-gtk version 0.34 or lower is installed and the spice client is used to connect to spice servers, since the vulnerability is triggered by malicious server messages to the client.
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 · scopedUpgrade spice-gtk to version 0.35 or later which contains the fix. If immediate upgrade is not feasible, restrict client connections to trusted spice servers only via network segmentation or server allowlisting to reduce attack surface.
Any spice-gtk version newer than 0.34 (e.g., 0.35 or later)
- 1. Identify the current installed version of spice-gtk by running: rpm -q spice-gtk3 or dpkg -l libspice-client-gtk-3.0
- 2. Update the spice-gtk package to the latest available version in your distribution's repositories
- 3. For Red Hat-based systems: yum update spice-gtk3 or dnf update spice-gtk3
- 4. For Debian-based systems: apt-get update && apt-get install libspice-client-gtk-3.0
- 5. Restart any running Spice client sessions to ensure the updated library is loaded
- 6. Verify the installed version is greater than 0.34
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-12194 — 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-2017-12194 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