CVE-2017-2637
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 design flaw issue was found in the Red Hat OpenStack Platform director use of TripleO to enable libvirtd based live-migration. Libvirtd is deployed by default (by director) listening on 0.0.0.0 (all interfaces) with no-authentication or encryption. Anyone able to make a TCP connection to any compute host IP address, including 127.0.0.1, other loopback interface addresses, or in some cases possibly addresses that have been exposed beyond the management interface, could use this to open a virsh session to the libvirtd instance and gain control of virtual machine instances or possibly take over the host.
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 critical design flaw in Red Hat OpenStack Platform director's TripleO deployment configures libvirtd to listen on 0.0.0.0 (all interfaces) without any authentication or encryption. This allows any attacker who can reach the compute host's IP address (including loopback 127.0.0.1 or exposed management interfaces) to connect directly to libvirtd and execute virsh commands, gaining full control of virtual machines or potentially compromising the host.
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= 7.0= 8= 9= 10CVSS 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
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/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 Red Hat OpenStack Platform versionRun 'cat /etc/redhat-release' or check the overcloudrc file for the OpenStack version, or query the director with 'openstack overcloud status'Affected if The version is 7.0, 8, 9, or 10
-
Locate libvirtd configurationCheck for /etc/libvirt/libvirtd.conf on the compute nodes deployed via TripleOAffected if The file exists and was deployed using TripleO (undercloud/overcloud)
-
Verify libvirtd TCP listener bindingInspect libvirtd.conf for 'listen_addr' or 'listen_address' setting - look for '0.0.0.0' or unset value that defaults to all interfacesAffected if listen_addr or listen_address is set to '0.0.0.0' or is commented out (defaulting to all interfaces)
-
Confirm authentication is disabledIn libvirtd.conf, check the 'auth_tcp' or 'auth_libvirt' setting - look for 'none' or no SASL/TLS configurationAffected if auth_tcp is set to 'none' or no SASL authentication is configured for TCP connections
If running Red Hat OpenStack 7.0-10 and libvirtd.conf shows TCP listening on 0.0.0.0 without authentication, the environment is vulnerable to unauthenticated remote code execution.
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 · scopedRestrict libvirtd to listen only on localhost or management interfaces using libvirtd.conf, enable SASL/TLS authentication, and apply firewall rules to limit access to trusted IPs; alternatively disable the TCP listener if live-migration is not required.
Red Hat OpenStack Platform 10 (Mitaka) or later; or errata RHSA-2017:1109
- 1. Identify all affected OpenStack director and compute nodes in your environment
- 2. Back up all configuration files related to libvirtd and TripleO
- 3. Run 'yum update' or 'rpm -q libvirt' to check current libvirt version
- 4. Apply the security errata RHSA-2017:1109 which addresses CVE-2017-2637
- 5. On all compute nodes, stop the libvirtd service: 'systemctl stop libvirtd'
- 6. Configure libvirtd to require authentication by editing /etc/libvirt/libvirtd.conf - set 'listen_tls' to 1 and 'auth_tls' to 'sasl' or 'none' for local connections only
- 7. If migration is required, configure TLS certificates for encrypted migration as per Red Hat documentation
- 8. Alternatively, restrict libvirtd to listen only on localhost by setting 'listen_address' to '127.0.0.1' in /etc/libvirt/libvirtd.conf
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing8.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,160.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-2637 — 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-2637 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