CVE-2026-48688 Details
Description
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 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.
A vulnerability allowing multiple out-of-bounds reads has been identified in FastNetMon Community Edition versions through 1.2.9. The issue resides in the BGP MP_REACH_NLRI IPv6 attribute decoder within the function decode_mp_reach_ipv6() in src/bgp_protocol.cpp. The vulnerability stems from the absence of proper sanity checks, allowing for unsafe memory reads. The function improperly casts raw pointers to structure types without verifying the availability of sufficient data, utilizes the attacker-controlled length_of_next_hop field to determine the size for memory copying, and calculates the prefix_length by dereferencing a pointer derived from multiple attacker-controlled offsets without bounds validation. This miscalculation is exploited by manipulating the length_of_next_hop, leading to arbitrary memory reads and potential exploitation of adjacent memory corruption.
As of now, no official fix has been released. However, users can disable IPv6 BGP if not needed, restrict BGP peer allowlists to trusted entities, cap inbound BGP attribute sizes at GoBGP, and build FastNetMon with stack protection flags to mitigate potential damage while awaiting a fix.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 26, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| pavel-odintsov fastnetmon | <= 1.2.9 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | Initial Analysis | [email protected] |
| May 26, 2026 | CVE Modified | CISA-ADP |
| May 26, 2026 | New CVE Received | [email protected] |