CyberRota Analysis
AI-GeneratedA buffer overflow vulnerability exists in the MOOS user interface, specifically in ScopeTabPane.cpp and ScopeGrid.cpp, where fixed 1024-byte buffers are improperly handled during the formatting of client and variable names. This flaw allows attackers to exploit the system by supplying excessively long identifiers, potentially leading to arbitrary code execution. Organizations using affected versions of MOOS should prioritize patching this vulnerability to mitigate the risk of 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.
Original NVD 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.