CyberRota Analysis
AI-GeneratedMOOS core-moos versions up to 10.4.0 are vulnerable due to improper validation of serialized string lengths in the CMOOSMsg::operator>>, allowing unauthenticated attackers to exploit this flaw. By sending a crafted message with a negative length value to the MOOSDB port, attackers can trigger an unhandled exception that results in the termination of the database process. Organizations using affected versions should prioritize this vulnerability to prevent potential service disruptions.
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 core-moos through 10.4.0 fails to validate that serialized string lengths are non-negative in CMOOSMsg::operator>>. Unauthenticated attackers can send a crafted message with a negative length value to the MOOSDB port, causing an unhandled exception that terminates the database process.