Description
FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read vulnerability in the NetFlow v9 data flowset processor. In src/netflow_plugin/netflow_v9_collector.cpp, the Data template branch (lines 1695-1702) iterates over flow records without performing a per-iteration bounds check against the packet end pointer. In contrast, the Options template branch (lines 1709-1719) correctly checks 'if (pkt + offset + field_template->total_length > packet_end)' before each iteration. The Data branch omits this check entirely. Since template definitions are sent by the network peer (and are unauthenticated UDP), an attacker can craft templates that cause the parser to read arbitrary memory past the packet buffer. This can leak sensitive memory contents or cause a crash.
Published: 2026-05-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FastNetMon Community Edition up to 1.2.9 includes an out‑of‑bounds read in the NetFlow v9 data flowset processor. The code that parses Data templates fails to perform a per‑iteration bounds check, allowing memory beyond the packet buffer to be accessed. An attacker could thus read arbitrary memory contents or cause the program to terminate unexpectedly, exposing sensitive internal data or rendering the monitoring system unavailable.

Affected Systems

All installations of FastNetMon Community Edition version 1.2.9 or earlier, which use the NetFlow v9 collector module, are affected.

Risk and Exploitability

The vulnerability can be exploited via crafted unauthenticated UDP NetFlow v9 packets sent from a network peer. Precise exploitation would require an attacker to send a malicious template definition to trigger the out‑of‑bounds read, which can then expose memory contents or crash the collector. The EPSS score is not available, but the CVE is not listed in the CISA KEV catalogue. The lack of authentication for NetFlow traffic and the direct memory read suggest a high risk of exploitation, particularly in environments where the collection module is exposed to untrusted networks. No confirmed public exploitation has been reported yet.

Generated by OpenCVE AI on May 26, 2026 at 16:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FastNetMon to a version newer than 1.2.9 that includes the bounds check bug fix.
  • If an upgrade is not immediately possible, disable NetFlow v9 collection or restrict the collector to receive data only from trusted, authenticated peers.
  • Configure firewall rules to block or rate‑limit incoming NetFlow v9 UDP traffic from untrusted sources.

Generated by OpenCVE AI on May 26, 2026 at 16:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 26 May 2026 16:45:00 +0000

Type Values Removed Values Added
Title Unhandled Bounds Check in FastNetMon NetFlow v9 Parser Allows Memory Leak or Crash
Weaknesses CWE-200
CWE-787

Tue, 26 May 2026 15:45:00 +0000

Type Values Removed Values Added
Description FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read vulnerability in the NetFlow v9 data flowset processor. In src/netflow_plugin/netflow_v9_collector.cpp, the Data template branch (lines 1695-1702) iterates over flow records without performing a per-iteration bounds check against the packet end pointer. In contrast, the Options template branch (lines 1709-1719) correctly checks 'if (pkt + offset + field_template->total_length > packet_end)' before each iteration. The Data branch omits this check entirely. Since template definitions are sent by the network peer (and are unauthenticated UDP), an attacker can craft templates that cause the parser to read arbitrary memory past the packet buffer. This can leak sensitive memory contents or cause a crash.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-05-26T14:35:10.092Z

Reserved: 2026-05-22T00:00:00.000Z

Link: CVE-2026-48683

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-05-26T16:16:26.330

Modified: 2026-05-26T16:16:26.330

Link: CVE-2026-48683

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-26T16:30:10Z

Weaknesses