Cyber & AI intelligence
Wasteland.
Briefs indexed2438
Issues26
Published Mondays07:30 CT
⚡ Active KEV CVE-2026-86121 2026-09-05

CVE-2026-86121: Unauthenticated RCE in Cua computer-server

"A critical authentication bypass in Cua's computer-server (CVSS 9.8) lets unauthenticated network attackers run arbitrary shell commands on hosts running versions before 0.3.42."

A critical authentication bypass in Cua's computer-server (CVSS 9.8) lets unauthenticated network attackers run arbitrary shell commands on hosts running versions before 0.3.42.

What Is It

Cua computer-server versions before 0.3.42 skip authentication entirely when the CONTAINER_NAME environment variable is unset, and the service binds to all interfaces by default. The combination, missing authentication for a critical function (CWE-306) plus a permissive default bind, exposes the full control surface of the server to anyone who can reach it on the network.

Attackers who reach TCP port 8000 can execute shell commands through the run_command endpoint, read and write arbitrary files via the file operation endpoints, and open interactive PTY shells. None of this requires credentials, user interaction, or elevated privileges.

Why It Matters

The CVSS 3.1 base score is 9.8 (CRITICAL), vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. A secondary CVSS 4.0 score of 9.3 (CRITICAL) was also assigned. Attack vector is network, attack complexity is low, and confidentiality, integrity, and availability impacts are all rated high.

In practical terms: a single unauthenticated request to an exposed instance yields command execution as the server process. Arbitrary file read/write and PTY access mean a foothold converts directly into persistence and data theft. Because the vulnerable default is "no auth, listen everywhere," misconfiguration is not required; deploying the software without setting CONTAINER_NAME is enough.

The CVE is not listed in the CISA KEV catalog, so there is no confirmation of active exploitation at this time, and no KEV due date or required action applies.

What's Vulnerable

Patch Status

Upgrade to cua-computer-server 0.3.42 or later. The fix is tracked in commit 59cf25c0ec54 and issue #1892 in the trycua/cua repository. NVD status is "Received" as of 2026-09-05, with the record sourced from VulnCheck.

Sources