CVE-2026-48684
- EPSS 0.26%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 14:26:15
FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the NetFlow v9 options template parser. In process_netflow_v9_options_template() (src/netflow_plugin/netflow_v9_collector.cpp), the scope parsing loop (lines 224-229) iterat...
CVE-2026-48685
- EPSS 0.3%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 14:23:59
FastNetMon Community Edition through 1.2.9 has out-of-bounds memory access because it incorrectly parses BGP path attributes with the extended length flag set. In src/bgp_protocol.hpp, the parse_raw_bgp_attribute() function correctly identifies when ...
CVE-2026-48686
- EPSS 0.57%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 14:23:43
FastNetMon Community Edition through 1.2.9 contains a stack-based buffer overflow in the BGP NLRI (Network Layer Reachability Information) decoder. The function decode_bgp_subnet_encoding_ipv4_raw() in src/bgp_protocol.cpp reads prefix_bit_length dir...
CVE-2026-48687
- EPSS 1.65%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 18:16:28
FastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the Juniper router integration plugin. The _log() function in src/juniper_plugin/fastnetmon_juniper.php (lines 117-118) constructs shell commands by concaten...
CVE-2026-48688
- EPSS 0.28%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 18:36:06
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...
CVE-2026-48692
- EPSS 0.23%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 18:30:15
FastNetMon Community Edition through 1.2.9 exposes a gRPC API server on port 50052 with no authentication mechanism. The server is initialized with grpc::InsecureServerCredentials() (src/fastnetmon.cpp line 477) and a source code comment explicitly a...
CVE-2026-48690
- EPSS 0.12%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 14:34:09
FastNetMon Community Edition through 1.2.9 contains an integer overflow vulnerability in the packet capture buffer allocation. In src/packet_storage.hpp, the allocate_buffer() function computes memory_size_in_bytes as 'buffer_size_in_packets * (max_c...
CVE-2026-48691
- EPSS 0.31%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 21:16:19
FastNetMon Community Edition through 1.2.9 contains an integer overflow in the BGP AS_PATH attribute encoder. In src/bgp_protocol.hpp, the IPv4UnicastAnnounce::get_attributes() function computes attribute_length as 'sizeof(bgp_as_path_segment_element...
CVE-2026-48693
- EPSS 0.13%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 14:42:18
FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' (src/fastnetmon.cpp line 159). The print_screen_contents_into_file() fun...
CVE-2026-48697
- EPSS 0.16%
- Veröffentlicht 26.05.2026 00:00:00
- Zuletzt bearbeitet 27.05.2026 15:31:15
FastNetMon Community Edition through 1.2.9 does not verify TLS certificates on outbound HTTPS connections. The execute_web_request_secure() function in src/fast_library.cpp creates a boost::asio::ssl::context with tls_client mode and calls set_defaul...