CVE-2017-5637
CVE-2017-5637 is a high-severity vulnerability in Apache Zookeeper with a CVSS 3.x base score of 7.5. Its EPSS exploit-prediction score of 74% places it in the 99th percentile, indicating an elevated likelihood of exploitation. The underlying weakness is classified as CWE-306.
Key facts
- Severity: High (CVSS 3.x base score 7.5)
- CVSS v2: 5.0
- EPSS exploit prediction: 74% (99th percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-306
- Affected product: Apache Zookeeper
- Published:
- Last modified:
Description
Two four letter word commands "wchp/wchc" are CPU intensive and could cause spike of CPU utilization on Apache ZooKeeper server if abused, which leads to the server unable to serve legitimate client requests. Apache ZooKeeper thru version 3.4.9 and 3.5.2 suffer from this issue, fixed in 3.4.10, 3.5.3, and later.
Frequently asked questions
- What is CVE-2017-5637?
- Two four letter word commands "wchp/wchc" are CPU intensive and could cause spike of CPU utilization on Apache ZooKeeper server if abused, which leads to the server unable to serve legitimate client requests. Apache ZooKeeper thru version 3.4.9 and 3.5.2 suffer from this issue, fixed in 3.4.10, 3.5.3, and later.
- How severe is CVE-2017-5637?
- CVE-2017-5637 has a CVSS 3.x base score of 7.5, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
- Is CVE-2017-5637 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 74% (99th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2017-5637?
- CVE-2017-5637 primarily affects Apache Zookeeper. In total, 14 product configurations (CPEs) are listed as vulnerable; see the affected-products list for the exact versions.
- How do I fix CVE-2017-5637?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- When was CVE-2017-5637 published?
- CVE-2017-5637 was published on 2017-10-10 and last updated on 2026-06-17.
References
- http://www.debian.org/security/2017/dsa-3871
- http://www.securityfocus.com/bid/98814
- https://access.redhat.com/errata/RHSA-2017:2477
- https://access.redhat.com/errata/RHSA-2017:3354
- https://access.redhat.com/errata/RHSA-2017:3355
- https://issues.apache.org/jira/browse/ZOOKEEPER-2693
- https://lists.apache.org/thread.html/053d9ce4d579b02203db18545fee5e33f35f2932885459b74d1e4272%40%3Cissues.activemq.apache.org%3E
- https://lists.apache.org/thread.html/58170aeb7a681d462b7fa31cae81110cbb749d2dc83c5736a0bb8370%40%3Cdev.zookeeper.apache.org%3E
- https://lists.apache.org/thread.html/bcce5a9c532b386c68dab2f6b3ce8b0cc9b950ec551766e76391caa3%40%3Ccommits.nifi.apache.org%3E
- https://lists.apache.org/thread.html/rca37935d661f4689cb4119f1b3b224413b22be161b678e6e6ce0c69b%40%3Ccommits.nifi.apache.org%3E
- https://www.oracle.com//security-alerts/cpujul2021.html
- https://www.oracle.com/security-alerts/cpujul2020.html
Affected products (14)
- cpe:2.3:a:apache:zookeeper:3.4.0:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.1:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.2:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.3:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.4:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.5:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.6:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.7:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.8:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.4.9:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.5.0:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.5.1:*:*:*:*:*:*:*
- cpe:2.3:a:apache:zookeeper:3.5.2:*:*:*:*:*:*:*
- cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*
More vulnerabilities in Apache Zookeeper
- CVE-2024-51504 — Critical (CVSS 9.1): When using IPAuthenticationProvider in ZooKeeper Admin Server there is a possibility of Authentication Bypass by…
- CVE-2023-44981 — Critical (CVSS 9.1): Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer authentication…
- CVE-2016-5017 — High (CVSS 8.1): Buffer overflow in the C cli shell in Apache Zookeeper before 3.4.9 and 3.5.x before 3.5.3, when using the "cmd:" batch…
- CVE-2026-24308 — High (CVSS 7.5): Improper handling of configuration values in ZKConfig in Apache ZooKeeper 3.8.5 and 3.9.4 on all platforms allows an…
- CVE-2018-8012 — High (CVSS 7.5): No authentication/authorization is enforced when a server attempts to join a quorum in Apache ZooKeeper before 3.4.10,…
- CVE-2026-24281 — High (CVSS 7.4): Hostname verification in Apache ZooKeeper ZKTrustManager falls back to reverse DNS (PTR) when IP SAN validation fails,…
All CVEs affecting Apache Zookeeper →
Other CWE-306 (Missing Authentication for Critical Function) vulnerabilities
- CVE-2026-54309 — Critical (CVSS 10.0): n8n is an open source workflow automation platform. Prior to 2.25.7 and 2.26.2, when @n8n/mcp-browser is run in HTTP…
- CVE-2026-50242 — Critical (CVSS 10.0): In JetBrains Hub before 2026.1.13757, 2025.3.148033, 2025.2.148048, 2025.1.148120, 2024.3.148430, 2024.2.148429…
- CVE-2026-49257 — Critical (CVSS 10.0): mcp-pinot is a Python-based Model Context Protocol (MCP) server for interacting with Apache Pinot. In versions 3.0.1…
- CVE-2026-46846 — Critical (CVSS 10.0): Vulnerability in the Oracle WebCenter Portal product of Oracle Fusion Middleware (component: Security Framework).…
- CVE-2026-46803 — Critical (CVSS 10.0): Vulnerability in the Oracle WebCenter Portal product of Oracle Fusion Middleware (component: Security Framework).…
- CVE-2026-46800 — Critical (CVSS 10.0): Vulnerability in the Oracle WebCenter Sites product of Oracle Fusion Middleware (component: WebCenter Sites).…
Browse all CWE-306 (Missing Authentication for Critical Function) vulnerabilities →