Buffer Over-Read Vulnerability in MOOS core-moos
A buffer over-read vulnerability in CMOOSCommPkt allows an unauthenticated remote attacker to trigger out-of-bounds memory access via a crafted four-byte TCP packet.
CVE search metadata
CVE search record: CVE-2026-85455. Severity: high. CVSS: 8.2. KEV: no. Product: core-moos (<= 10.4.0). Brief: Buffer Over-Read Vulnerability in MOOS core-moos. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-85455/
MOOS core-moos, an open-source project used in autonomous vehicle and robotics research, contains a critical buffer over-read vulnerability in the CMOOSCommPkt component affecting versions through 10.4.0. The flaw resides in the handling of four-byte network packets during the deserialization process. An unauthenticated attacker can exploit this vulnerability by establishing a TCP connection to the MOOSDB service port and transmitting a specifically crafted packet. This interaction triggers an out-of-bounds memory access, which may allow the attacker to read sensitive process memory. This vulnerability is significant for environments deploying MOOS-based systems in networked research or industrial control environments, as it allows for unauthorized data access without requiring prior authentication or valid credentials.
Impact
Successful exploitation of this vulnerability allows an unauthenticated remote attacker to disclose sensitive information from the memory of the MOOSDB process. This could potentially lead to the exposure of credentials, session tokens, or other private data residing in memory. Given the role of core-moos in autonomous system middleware, the impact is high for researchers and engineers who rely on the platform for mission-critical or sensitive robotics deployments.
Recommendation
- Upgrade core-moos installations to a version released after 10.4.0 that contains the patch for CVE-2026-85455.
- Until patching is possible, implement network-level access control lists (ACLs) to restrict access to the MOOSDB TCP port to only known, trusted controller IP addresses.
- Monitor network traffic logs for connections to the standard MOOSDB port that do not originate from authorized components or management stations.
- Deploy ingress filtering to block unexpected TCP traffic directed at MOOS-enabled endpoints to limit the attack surface.
Immediate actions
Restrict network access to MOOSDB TCP ports via firewall rules.
Mitigations
Upgrade core-moos to a patched version beyond 10.4.0.
CVE-2026-85455