CVE Catalog

CVE-2026-85443

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

MOOS core-moos through 10.4.0 contains a denial of service vulnerability in MOOSCommServer::ListenLoop() where the accept thread performs a blocking receive without timeout during the wire-protocol handshake. An attacker can open a TCP connection to the MOOSDB port and send no data, causing the accept thread to block indefinitely while holding the socket-list lock, preventing all subsequent client connections.

Risk Assessment

An attack can completely block new connections to MOOSDB, leading to service unavailability for all clients.

Recommendation

Implement a timeout for receiving data during the protocol handshake in MOOSCommServer::ListenLoop() and consider handling connections in separate threads.

Other vulnerabilities in MOOS core-moos

See all
Original NVD description (English source)

MOOS core-moos through 10.4.0 contains a denial of service vulnerability in MOOSCommServer::ListenLoop() where the accept thread performs a blocking receive without timeout during the wire-protocol handshake. An attacker can open a TCP connection to the MOOSDB port and send no data, causing the accept thread to block indefinitely while holding the socket-list lock, preventing all subsequent client connections.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS