HIGH

CVE-2026-69096

2026-08-03 CVSS v3.1
CVSS
8.8

Description

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.

Summary dbcve.org

OpenWrt luci-app-dockerman contains an OS command injection vulnerability in the docker_rpc.uc RPC backend. The run_ttyd handler builds shell commands from user-controlled id, cmd, and uid fields and passes them to system() without proper quoting or argv-style execution, allowing authenticated attackers with read ACL to inject shell metacharacters and execute arbitrary commands as root via HTTP POST to /ubus.

Mitigation

Until a patched version is available, remove or restrict the luci-app-dockerman package from affected systems. If the package is required, disable the docker.container.ttyd_start method via stricter ubus ACLs and isolate the management interface from untrusted networks.

Patch Commit

Weakness (CWE)

CWE-78 OS Command Injection

EPSS Score

1.67%
Probability of exploitation in next 30 days
75.8th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE