Cyber Resilience

CVE-2026-48688

High

Published: 26 May 2026

Published
26 May 2026
Modified
27 May 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0028 19.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-48688 is a high-severity Out-of-bounds Read (CWE-125) vulnerability in Pavel-Odintsov Fastnetmon. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

FastNetMon Community Edition through 1.2.9 contains multiple out-of-bounds reads in the BGP MP_REACH_NLRI IPv6 attribute decoder. The function decode_mp_reach_ipv6() in src/bgp_protocol.cpp contains a TODO comment at line 156 explicitly acknowledging 'we should add sanity checks to avoid reads after attribute…

more

memory block.' The function casts raw pointers to structure types without verifying sufficient data exists (line 158), uses the attacker-controlled length_of_next_hop field to determine memcpy size (line 181), and computes prefix_length by dereferencing a pointer calculated from multiple attacker-controlled offsets without bounds validation (line 189). The prefix_length is then used to calculate number_of_bytes_required_for_prefix which becomes a memcpy length (line 202) with no check against remaining buffer size.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

OOB read in public BGP decoder enables remote exploitation of FastNetMon service (T1190).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-48689Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48692Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48686Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48690Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48691Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48694Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48687Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48697Same product: Pavel-Odintsov Fastnetmon
CVE-2026-48695Same product: Pavel-Odintsov Fastnetmon
CVE-2026-23455Shared CWE-125

Affected Assets

pavel-odintsov
fastnetmon
≤ 1.2.9

Mitigating Controls

No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.

References