CVE Catalog

CVE-2026-85444

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

MOOS-IvP through 24.8.1 contains a buffer over-read vulnerability in isQuoted(), isBraced(), and isChevroned() functions that strip whitespace but index using the original string length. Attackers can send NODE_REPORT messages with leading or trailing whitespace to read past buffer bounds and access adjacent memory.

Risk Assessment

An attack can leak adjacent memory or crash the process, potentially leading to information disclosure or service unavailability.

Recommendation

Fix string processing functions to use the updated length after stripping whitespace, and test for out-of-bounds reads.

Other vulnerabilities in MOOS-IvP

See all
Original NVD description (English source)

MOOS-IvP through 24.8.1 contains a buffer over-read vulnerability in isQuoted(), isBraced(), and isChevroned() functions that strip whitespace but index using the original string length. Attackers can send NODE_REPORT messages with leading or trailing whitespace to read past buffer bounds and access adjacent memory.

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