CVE-2017-7543
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 race-condition flaw was discovered in openstack-neutron before 7.2.0-12.1, 8.x before 8.3.0-11.1, 9.x before 9.3.1-2.1, and 10.x before 10.0.2-1.1, where, following a minor overcloud update, neutron security groups were disabled. Specifically, the following were reset to 0: net.bridge.bridge-nf-call-ip6tables and net.bridge.bridge-nf-call-iptables. The race was only triggered by an update, at which point an attacker could access exposed tenant VMs and network resources.
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 · moderate confidenceA race-condition flaw in OpenStack Neutron (versions before 7.2.0-12.1, 8.x before 8.3.0-11.1, 9.x before 9.3.1-2.1, and 10.x before 10.0.2-1.1) causes security groups to be disabled following a minor overcloud update. The vulnerability specifically resets net.bridge.bridge-nf-call-ip6tables and net.bridge.bridge-nf-call-iptables to 0, disabling the iptables-based filtering that enforces neutron security group rules.
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= 6.0= 7.0= 8= 9= 10= 11>= 7.0.0, < 7.2.0-12.1>= 8.0.0, < 8.3.0-11.1>= 9.0.0, < 9.3.1-2.1>= 10.0.0, < 10.0.2-1.1CVSS 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
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
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 Neutron versionRun 'neutron --version' or check the Neutron package version using your package manager (e.g., 'rpm -q neutron' on RHEL-based systems)Affected if The version falls within any of these ranges: >= 7.0.0 and < 7.2.0-12.1, >= 8.0.0 and < 8.3.0-11.1, >= 9.0.0 and < 9.3.1-2.1, or >= 10.0.0 and < 10.0.2-1.1
-
Verify bridge-nf-call-iptables sysctl valueRun 'sysctl net.bridge.bridge-nf-call-iptables' to check the current valueAffected if The value is 0, indicating iptables filtering for IPv4 is disabled
-
Verify bridge-nf-call-ip6tables sysctl valueRun 'sysctl net.bridge.bridge-nf-call-ip6tables' to check the current valueAffected if The value is 0, indicating iptables filtering for IPv6 is disabled
-
Confirm security group enforcement is disabledCreate a security group rule blocking ingress traffic, attach a port with that security group, and attempt to reach the port from another instance to verify the rule is enforcedAffected if Traffic is allowed when the security group rule should block it, indicating security groups are not functioning
You are affected if you run a vulnerable Neutron version AND either bridge-nf-call-iptables or bridge-nf-call-ip6tables is set to 0, which disables security group enforcement.
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.
From vendor data7.2.0-12.18.3.0-11.19.3.1-2.1
Upgrade neutron to the patched versions (7.2.0-12.1, 8.3.0-11.1, 9.3.1-2.1, or 10.0.2-1.1 or later). After any overcloud update, verify that the bridge-nf-call-iptables values remain at 1 and that security groups are functioning correctly.
- Consultation4.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,968.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-7543 — 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-7543 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