Skip to main content

luci-app-dockerman EUVDEUVD-2026-52289

| CVE-2026-69096 HIGH
OS Command Injection (CWE-78)
2026-08-03 VulnCheck GHSA-wjfh-jfr9-fxvm
8.7
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.8 HIGH

Network-accessible ubus endpoint, low-complexity injection; PR:L because a valid read-ACL account is required; rpcd already runs as root so no scope change beyond the device itself.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 03, 2026 - 14:22 vuln.today
Analysis Generated
Aug 03, 2026 - 14:22 vuln.today
CVE Published
Aug 03, 2026 - 13:20 cve.org
HIGH 8.7

DescriptionCVE.org

OpenWrt luci-app-dockerman (LuCI master and openwrt-25.12 snapshots containing the ucode docker_rpc.uc RPC backend after the JS/ucode conversion) contains an OS command injection vulnerability. The package's read ACL grants broad ubus access to docker.* / docker.container.*, which exposes the docker.container.ttyd_start method even though it performs mutating operations. The run_ttyd handler builds a shell command from the request-controlled id, cmd, and uid fields and passes it to system() without quoting or argv-style execution in the rpcd root context. An authenticated attacker holding only the luci-app-dockerman read ACL can inject shell metacharacters (e.g., in id) to execute arbitrary commands as root via an HTTP POST to /ubus. openwrt-24.10 and openwrt-23.05 do not contain this backend and are not affected; no patched version was known as of the advisory.

AnalysisAI

OS command injection in OpenWrt's luci-app-dockerman grants any authenticated user holding only the read ACL full root-level code execution on the affected router. The vulnerable run_ttyd handler in the ucode docker_rpc.uc backend constructs a shell command from attacker-controlled request fields (id, cmd, uid) and passes them unsanitized to system() within the rpcd root context, reachable via a simple HTTP POST to /ubus. Only LuCI master and openwrt-25.12 snapshots after the JS-to-ucode backend conversion are affected; upstream patch commits exist but no released patched snapshot version was confirmed as of the advisory, and no public exploit is identified at time of analysis.

Technical ContextAI

The root cause is CWE-78 (Improper Neutralization of Special Elements used in an OS Command) within the ucode-based docker_rpc.uc RPC backend, introduced when OpenWrt LuCI migrated its Docker management interface from JavaScript to ucode. The docker.container.ttyd_start ubus method invokes the run_ttyd handler, which assembles a shell command string by concatenating the request-supplied id, cmd, and uid fields without quoting or using argv-style execution, then hands the result directly to system() - running in the rpcd daemon process, which executes as root. A compounding design flaw is that the package's read ACL grants broad access to the docker.* and docker.container.* ubus namespaces, inadvertently exposing this mutating method to users who were intended to have only read visibility. The affected CPE is cpe:2.3:a:openwrt:luci:*:*:*:*:*:*:*:*, with EUVD identifying build luci 26.162.29621~507ab5e as a confirmed vulnerable snapshot.

RemediationAI

Upstream fix commits are available at https://github.com/openwrt/luci/commit/f4d0a44950e42bcbb8eacf715a3493b276a4f3ac and https://github.com/openwrt/luci/commit/44618b5b53d9bdad5cd489e82e29688b4d0862c1; however, no tagged or officially released patched snapshot build was confirmed as of the advisory date, so operators should monitor the advisory at https://github.com/openwrt/luci/security/advisories/GHSA-cq4h-h8jr-3xqv for a fixed build. As an immediate compensating control, removing the luci-app-dockerman package entirely eliminates the attack surface if LuCI-based Docker management is not operationally required - this does not affect Docker daemon functionality itself, only the LuCI UI integration. If the package must remain installed, revoke or restrict the luci-app-dockerman read ACL from all non-administrator accounts via the rpcd ACL configuration in /usr/share/rpcd/acl.d/; the trade-off is that those accounts will lose Docker status visibility through the LuCI interface. Additionally, restricting network access to the LuCI web interface (TCP 80/443) to trusted management subnets reduces exposure to opportunistic attackers but does not mitigate insider or compromised-credential scenarios.

More in Docker

View all
CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2019-5736 HIGH POC
8.6 Feb 11

runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac

CVE-2023-32077 HIGH POC
7.5 Aug 24

Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2023-5815 HIGH POC
8.1 Nov 22

The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post

CVE-2026-66384 MEDIUM POC
5.3 Aug 12

Path traversal in JFrog Artifactory (CWE-22) enables an authenticated low-privilege user to write data outside the inten

CVE-2014-9357 CRITICAL
10.0 Dec 16

Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build

CVE-2026-52806 CRITICAL POC
9.9 Jun 23

Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config

CVE-2026-56274 HIGH POC
8.7 Jun 23

Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per

CVE-2026-34156 CRITICAL POC
9.9 Mar 30

Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l

CVE-2019-15752 HIGH POC
7.8 Aug 28

Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c

CVE-2025-34221 CRITICAL POC
10.0 Sep 29

Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2

Share

EUVD-2026-52289 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy