CVE-2017-7649
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 · uneditedThe network enabled distribution of Kura before 2.1.0 takes control over the device's firewall setup but does not allow IPv6 firewall rules to be configured. Still the Equinox console port 5002 is left open, allowing to log into Kura without any user credentials over unencrypted telnet and executing commands using the Equinox "exec" command. As the process is running as "root" full control over the device can be acquired. IPv6 is also left in auto-configuration mode, accepting router advertisements automatically and assigns a MAC address based IPv6 address.
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 confidenceKura物联网框架在2.1.0之前的版本中,防火墙模块虽然接管了设备防火墙配置,但存在IPv6防火墙规则无法配置的缺陷,导致Equinox控制台端口5002在IPv6网络环境下保持开放状态且无任何认证保护。攻击者可利用未加密的telnet协议直接连接该端口,通过Equinox的exec命令以root权限执行任意命令从而完全控制设备。
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<= 2.0.2CVSS 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 Eclipse Kura installation and versionCheck if Eclipse Kura is installed by looking for its installation directory (typically /opt/kura or /usr/local/kura) and locate the kura.version file or manifest containing the version number. On Debian-based systems, you may also run 'dpkg -l | grep kura' or 'apt list --installed | grep kura'.Affected if Eclipse Kura version 2.0.2 or lower is installed
-
Verify IPv6 network stack is activeRun 'ip -6 addr show' or 'cat /proc/net/if_inet6' to confirm IPv6 is enabled on the system. You can also check with 'sysctl net.ipv6.conf.all.disable_ipv6' (value of 0 means IPv6 is active).Affected if IPv6 is enabled on the system where Kura is running
-
Check if port 5002 is listening on IPv6Run 'netstat -tulpn | grep :5002' or 'ss -tulpn | grep :5002' to see if port 5002 is bound to an IPv6 address (:: or 0.0.0.0). The output will show whether the Equinox console is listening on IPv6.Affected if Port 5002 is listening on an IPv6 address (:: or 0.0.0.0) and is accessible from the network
-
Inspect IPv6 firewall rules for port 5002Run 'ip6tables -L -n' or 'ip6tables -L -n -v' to list IPv6 firewall rules. Search for any DROP, REJECT, or ACCEPT rules specifically targeting port 5002 or the equinox service.Affected if No IPv6 firewall rule exists to block or restrict access to port 5002, leaving it exposed to unauthenticated connections
The system is affected if Eclipse Kura version 2.0.2 or lower is installed with IPv6 enabled and port 5002 is accessible on IPv6 without firewall protection.
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 · scoped将Kura升级至2.1.0或更高版本以修复防火墙漏洞,同时在网络层面配置IPv6防火墙规则阻止对端口5002的未授权访问,或禁用不必要的IPv6自动配置。
Kura 2.1.0
- Upgrade Kura to version 2.1.0 or later to remediate this vulnerability
- After upgrading, verify that the Equinox console (port 5002) is no longer exposed or is properly secured with authentication
- Review and configure IPv6 firewall rules if IPv6 is in use
- Disable IPv6 auto-configuration if router advertisements are not expected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing8.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 $8,448.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-7649 — 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-7649 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