CVE-2026-48697

HIGH EPSS 6.0%
Published May 26, 20261mo ago · Modified Jun 17, 20261w ago
7.4 CVSS 3.1
High
Find Similar
Published May 26, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago

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 Details

Base Score
7.4
Exploitability
2.2
Impact
5.2
Vector string
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
6.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-295

Affected Products 1

VendorProductVersionRange
pavel-odintsovfastnetmon* ≤1.2.9

References 3

  • github.com https://github.com/pavel-odintsov/fastnetmon
    Product
  • github.com https://github.com/pavel-odintsov/fastnetmon/blob/master/src/fast_library.cpp
    Product
  • lorikeetsecurity.com https://lorikeetsecurity.com/blog/fastnetmon-cve-2026-48697-missing-tls-validation
    Third Party Advisory

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.