← Vulnerability feed

Vulnerability record · CVE-2026-48697 · published 26 May 2026

CVE-2026-48697: Pavel-odintsov fastnetmon improper certificate validation vulnerability

Pavel Odintsov · Fastnetmon

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_default_verify_paths() to load CA certificates, but never calls set_verify_mode(boost::asio::ssl::verify_peer). Without this call, OpenSSL performs the TLS handshake without validating the server's certificate chain, making all HTTPS connections vulnerable to man-in-the-middle attacks. This function is used for telemetry reporting to community-stats.fastnetmon.com, which sends system information including CPU model, kernel version, traffic statistics, and software configuration. An attacker can intercept and modify this data or redirect it to a malicious server.

7.4 CVSS 3.1 High EPSS 0.27% · top 83.1% CWE-295 · Improper certificate validation
7.4CVSS 3.1 base score
0.27%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
3References
24 Jul 2026Last modified by NVD

Description

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_default_verify_paths() to load CA certificates, but never calls set_verify_mode(boost::asio::ssl::verify_peer). Without this call, OpenSSL performs the TLS handshake without validating the server's certificate chain, making all HTTPS connections vulnerable to man-in-the-middle attacks. This function is used for telemetry reporting to community-stats.fastnetmon.com, which sends system information including CPU model, kernel version, traffic statistics, and software configuration. An attacker can intercept and modify this data or redirect it to a malicious server.

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2026-48697 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-48689Pavel-odintsov fastnetmon out-of-bounds write vulnerabilityFastNetMon Community Edition through 1.2.9 contains an off-by-one heap-based buffer overflow in the dynamic_binary_buffer_t class (src/dynamic_binary…EPSS 0.91%9.8CVE-2026-48691Pavel-odintsov fastnetmon integer overflow vulnerabilityFastNetMon Community Edition through 1.2.9 contains an integer overflow in the BGP AS_PATH attribute encoder. In src/bgp_protocol.hpp, the IPv4Unicas…EPSS 0.57%9.8CVE-2026-48686Pavel-odintsov fastnetmon classic buffer overflow vulnerabilityFastNetMon Community Edition through 1.2.9 contains a stack-based buffer overflow in the BGP NLRI (Network Layer Reachability Information) decoder. T…EPSS 0.86%9.8CVE-2026-48687Pavel-odintsov fastnetmon os command injection vulnerabilityFastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the Juniper router integration plugin. The _log() functi…EPSS 2.7%8.1CVE-2026-48694Pavel-odintsov fastnetmon command injection vulnerabilityFastNetMon Community Edition through 1.2.9 contains a configuration injection vulnerability in the Juniper router integration plugin. In src/juniper_…EPSS 0.41%8.1CVE-2026-48695Pavel-odintsov fastnetmon os command injection vulnerabilityFastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the MikroTik router integration plugin. The _log() funct…EPSS 1.7%8.1CVE-2026-48692Pavel-odintsov fastnetmon missing authentication for critical function vulnerabilityFastNetMon Community Edition through 1.2.9 exposes a gRPC API server on port 50052 with no authentication mechanism. The server is initialized with g…EPSS 0.38%7.5CVE-2026-48688Pavel-odintsov fastnetmon out-of-bounds read vulnerabilityFastNetMon Community Edition through 1.2.9 contains multiple out-of-bounds reads in the BGP MP_REACH_NLRI IPv6 attribute decoder. The function decode…EPSS 0.50%

Source: NIST National Vulnerability Database (record CVE-2026-48697), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.