SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-69096

HIGH · CVSS 8.8 EPSS 1.67% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-03 · Last synced 2026-09-02

CyberRota Analysis

AI-Generated

The vulnerability affects the luci-app-dockerman package in OpenWrt, allowing authenticated users with read access to exploit OS command injection through the docker.container.ttyd_start method. This flaw can lead to arbitrary command execution as root by manipulating input fields in an HTTP POST request. Organizations using affected versions of Docker within OpenWrt should prioritize remediation to prevent potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69096
Severity
HIGH
CVSS
8.8
EPSS
1.67%
Docker

Original NVD 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.