ZeroHour

CVE-2026-85452

niche

Buffer overflow in MOOS ui-moos scope GUI enables code execution via long names

CVSS 4.0
8.7 high
EPSS
<1%p31
Published
()
Modified
AI analysis

MOOS ui-moos, the graphical scope/monitoring client for the MOOS robotics middleware, contains a buffer overflow (CWE-787, out-of-bounds write) in ScopeTabPane.cpp and ScopeGrid.cpp, where client and variable names are copied into fixed 1024-byte buffers with sprintf and no length validation. A remote MOOS peer that publishes a process or variable identifier longer than 1024 bytes triggers the overflow when an operator selects an entry in the process list or pokes that variable, so network reachability combined with user interaction (CVSS 4.0 UI:P) is required for exploitation. A successful overflow allows arbitrary code execution in the context of the ui-moos process on the operator's workstation. Anyone running ui-moos up to and including commit 50b9c6c is affected, primarily marine-robotics, autonomy, and academic research deployments that use MOOS middleware. No public proof-of-concept exists, the flaw is not in CISA's KEV catalog, and EPSS puts 30-day exploitation probability at 0.4%, so exploitation has not been observed.

What to do: Update ui-moos to a build newer than commit 50b9c6c, or apply a patch that length-checks identifiers before the sprintf calls in ScopeTabPane.cpp and ScopeGrid.cpp. Restrict network access so only trusted hosts can act as MOOS clients/peers connected to scope instances, since untrusted peers publishing oversized names are the attack source. Note that exploitation requires an operator to select process-list entries or poke variables, so warn operators about connecting scope clients to untrusted MOOS communities; no in-the-wild exploitation is currently known.

Affected
MOOS ui-moosthrough commit 50b9c6c (all builds up to and including this commit)
Estimated exposure
nichelikely no more than a few thousand deployments worldwide; exact counts unknown — ui-moos is a niche graphical client for the MOOS marine-robotics middleware used mainly by academic, naval, and AUV research groups, and no public install metrics or internet-exposure scan data exist for it, so the estimate is an…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

MOOS ui-moos through 50b9c6c contains a buffer overflow vulnerability in ScopeTabPane.cpp and ScopeGrid.cpp where client and variable names are formatted into fixed 1024-byte buffers using sprintf without length validation. Attackers can supply arbitrarily long MOOS identifiers that overflow the buffers when an operator selects process list entries or pokes variables, enabling code execution.

Weakness
CWE-787
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/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

In the news

No ingested article mentions this CVE yet.