← Vulnerability feed

Vulnerability record · CVE-2019-5029 · published 13 November 2019

CVE-2019-5029: Exhibitor Web UI Config editor command injection

Exhibitor Project · Exhibitor

The Config editor in the Exhibitor Web UI (versions 1.0.9 to 1.7.1) fails to neutralize shell metacharacters, allowing backtick or $() command substitution to be stored in configuration. When Exhibitor launches ZooKeeper, that injected content is executed as shell commands under the Exhibitor process account. Because the vulnerable editor is reachable over the network without authentication, this is a severe pre-auth remote code execution issue.

9.8 CVSS 3.1 Critical EPSS 57% · top 1.0% CWE-78 · OS command injection
9.8CVSS 3.1 base score, v2 10.0
57%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
2References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

An exploitable command injection vulnerability exists in the Config editor of the Exhibitor Web UI versions 1.0.9 to 1.7.1. Arbitrary shell commands surrounded by backticks or $() can be inserted into the editor and will be executed by the Exhibitor process when it launches ZooKeeper. An attacker can execute any command as the user running the Exhibitor process.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

critical priorityUnauthenticated network-reachable command injection with CVSS 9.8 and high EPSS makes this an urgent patch-or-isolate item.

What it is

The Config editor in the Exhibitor Web UI (versions 1.0.9 to 1.7.1) fails to neutralize shell metacharacters, allowing backtick or $() command substitution to be stored in configuration. When Exhibitor launches ZooKeeper, that injected content is executed as shell commands under the Exhibitor process account. Because the vulnerable editor is reachable over the network without authentication, this is a severe pre-auth remote code execution issue.

Impact

An attacker gains arbitrary command execution with the privileges of the user running the Exhibitor process, enabling full compromise of the host and any ZooKeeper data or credentials it manages.

Attack surface

Reached over the network via the Exhibitor Web UI Config editor; the CVSS vector indicates no privileges and no user interaction are required, so the editor is effectively exposed to unauthenticated users.

Exploitation

Not listed in CISA KEV, but EPSS is 0.5715 (99th percentile) and the only references are Talos advisories tagged Exploit, indicating public exploit detail exists though no in-the-wild confirmation is provided.

What to do

  • Upgrade Exhibitor past 1.7.1 to a version that fixes the Config editor command injection.
  • If upgrade is not possible, restrict network access to the Exhibitor Web UI to trusted management hosts only.
  • Run the Exhibitor process under a low-privilege dedicated account with no shell or unnecessary filesystem access.
  • Audit and sanitize existing Exhibitor configuration for backticks or $() before restarting ZooKeeper.
  • Place the Web UI behind an authenticating reverse proxy if it must remain reachable.

Detection

  • Monitor Exhibitor configuration files and API writes for backtick or $() command substitution patterns.
  • Alert on child processes spawned by the Exhibitor process, especially shells or unexpected binaries.
  • Review Exhibitor Web UI access logs for unauthenticated or anomalous requests to the Config editor endpoints.
  • Watch for ZooKeeper restarts correlated with configuration changes from unknown sources.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2019-5029 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2026-87491Google Chrome V8 out-of-bounds write enables sandbox code executionChrome before 153.0.8010.36 contains an out-of-bounds write in the V8 JavaScript engine. A crafted HTML page can trigger the memory corruption, and b…KEVEPSS 3.1%analysed9.8CVE-2025-25249Fortinet FortiOS and FortiSwitchManager heap buffer overflow via crafted packetsA heap-based buffer overflow (CWE-122/CWE-787) in Fortinet FortiOS 6.4 through 7.6.3 and FortiSwitchManager 7.0 through 7.2.6 lets an unauthenticated…KEVEPSS 3.9%analysed7.8CVE-2026-83549SonicWall SMA1000 AMC OS Command InjectionThe SMA1000 Appliance Management Console contains an OS command injection flaw (CWE-78) that lets an authenticated administrator execute arbitrary op…KEVEPSS 11%analysed10.0CVE-2026-49869Kestra OSS auth bypass via path suffix match enables RCEKestra OSS AuthenticationFilter whitelists the public config endpoint using request.getPath().endsWith("/configs"), a suffix match instead of an exac…KEVEPSS 2.1%analysed7.8CVE-2026-53362Linux kernel IPv6 UDP paged allocation out-of-bounds write__ip6_append_data() in the Linux kernel mis-accounts fraggap on the paged-allocation path, leaving the linear skb area undersized while pagedlen is o…KEVEPSS 0.71%analysed7.8CVE-2022-0995Linux kernel watch_queue out-of-bounds writeThe Linux kernel's watch_queue event notification subsystem contains an out-of-bounds write (CWE-787) that can overwrite kernel state. A local user c…KEVEPSS 8.8%analysed8.9CVE-2026-73570Zimbra Collaboration SNMP notification OS command injectionZimbra Collaboration Suite before 10.1.20 contains an OS command injection flaw in SNMP notification processing when the optional zimbra-snmp package…KEVEPSS 12%analysed

Source: NIST National Vulnerability Database (record CVE-2019-5029), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.