Description
MOOS-IvP uFldShoreBroker through 24.8.1 fails to limit the number of claimed communities stored in parallel vectors within ShoreBroker::handleMailNodePing(). A single publisher can supply unbounded distinct community names to grow retained state and per-pass work without limit, causing memory exhaustion and performance degradation.
Published: 2026-09-03
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MOOS‑IvP’s uFldShoreBroker component does not limit the number of community identifiers that publishers can claim; as a result, a broker that accepts many unique community names will grow its internal vectors without restraint, consuming increasing amounts of memory and degrading performance. The flaw is an unchecked resource consumption weakness classified as CWE‑770.

Affected Systems

The vulnerability is present in MOOS‑IvP versions through 24.8.1, specifically within the ShoreBroker::handleMailNodePing routine in the uFldShoreBroker module. Any installation of MOOS‑IvP that accepts community name claims from publishers is susceptible. The issue does not affect later releases that have incorporated the patch or new releases after 24.8.1.

Risk and Exploitability

The CVSS score of 8.7 reflects a high severity. EPSS is not available, so current exploitation likelihood is unknown. The vulnerability is not listed in CISA KEV catalog. Based on the description, it is inferred that an attacker who can act as a publisher—either by connecting to the ShoreBroker over the network or by compromising a publisher—can send a crafted payload containing a large number of distinct community names, forcing the broker to allocate more memory than the host can provide and potentially causing the process to crash or the system to become unresponsive, effectively denying service to legitimate users.

Generated by OpenCVE AI on September 3, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the patch provided in commit 2cbaed2227db31f50d5542cafe08445596800801 or any later release, rebuilding and redeploying the ShoreBroker component.
  • Test the broker with a large set of distinct community names to confirm that the implementation now limits stored community identifiers.
  • Monitor system memory usage and performance metrics to verify that unbounded growth is no longer observed.

Generated by OpenCVE AI on September 3, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 22:45:00 +0000

Type Values Removed Values Added
Description MOOS-IvP uFldShoreBroker through 24.8.1 fails to limit the number of claimed communities stored in parallel vectors within ShoreBroker::handleMailNodePing(). A single publisher can supply unbounded distinct community names to grow retained state and per-pass work without limit, causing memory exhaustion and performance degradation.
Title MOOS-IvP through 24.8.1 uFldShoreBroker Unbounded Community State Retention
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T22:38:36.441Z

Reserved: 2026-09-03T19:51:00.620Z

Link: CVE-2026-85448

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T23:17:24.760

Modified: 2026-09-03T23:17:24.760

Link: CVE-2026-85448

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T00:00:09Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling