CVE-2026-85444
Received Received - Intake

Buffer Over-Read in MOOS-IvP Due to Whitespace Handling

Vulnerability report for CVE-2026-85444, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
moos-ivp moos-ivp to 24.8.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a buffer over-read in MOOS-IvP versions up to 24.8.1. It occurs in functions that strip whitespace from strings but incorrectly calculate buffer indices using the original string length. Attackers can exploit this by sending specially crafted NODE_REPORT messages with leading or trailing whitespace to read beyond allocated memory and access adjacent data.

Detection Guidance

This vulnerability involves buffer over-reads in MOOS-IvP's string handling functions. Detection requires inspecting network traffic for NODE_REPORT messages with unusual whitespace patterns or analyzing the MOOS-IvP application logs for memory access violations. No specific commands are provided in the available context.

Impact Analysis

This vulnerability could allow attackers to read sensitive memory contents, potentially exposing confidential data or system information. It may lead to information disclosure, crashes, or unexpected behavior in affected applications using MOOS-IvP. Systems processing untrusted NODE_REPORT messages are particularly at risk.

Compliance Impact

This vulnerability allows attackers to read adjacent memory via crafted NODE_REPORT messages, which could potentially expose sensitive data. This may impact compliance with GDPR (data protection) and HIPAA (health information privacy) if such data is involved.

Mitigation Strategies

Immediate mitigation steps include updating MOOS-IvP to version 24.8.1 or later, monitoring network traffic for suspicious NODE_REPORT messages, and applying input validation to strip or sanitize whitespace in received messages. The vulnerability allows memory access beyond buffer bounds, so patching is critical.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85444. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart