製品・ソフトウェアに関する情報
Pavel OdintsovのFastNetMonにおける証明書検証に関する脆弱性
Title Pavel OdintsovのFastNetMonにおける証明書検証に関する脆弱性
Summary

FastNetMon Community Edition バージョン1.2.9まででは、アウトバウンドのHTTPS接続においてTLS証明書の検証が行われていません。src/fast_library.cpp内のexecute_web_request_secure()関数は、tls_clientモードでboost::asio::ssl::contextを作成し、CA証明書を読み込むためにset_default_verify_paths()を呼び出しますが、set_verify_mode(boost::asio::ssl::verify_peer)を呼び出していません。この呼び出しがないため、OpenSSLはTLSハンドシェイクをサーバー証明書チェーンの検証なしで行い、すべてのHTTPS接続が中間者攻撃に対して脆弱になります。この関数はtelemetry reportingに使用されており、community-stats.fastnetmon.comにCPUモデル、カーネルバージョン、トラフィック統計、ソフトウェア構成などのシステム情報を送信します。攻撃者はこのデータを傍受・改ざんしたり、悪意のあるサーバーにリダイレクトしたりする可能性があります。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 26, 2026, midnight
Registration Date May 29, 2026, 11:16 a.m.
Last Update May 29, 2026, 11:16 a.m.
CVSS3.0 : 重要
Score 7.4
Vector CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年05月29日]
  掲載
May 29, 2026, 11:16 a.m.

NVD Vulnerability Information
CVE-2026-48697
Summary

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.

Publication Date May 27, 2026, 2:16 a.m.
Registration Date May 27, 2026, 4:08 a.m.
Last Update May 28, 2026, 12:31 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:pavel-odintsov:fastnetmon:*:*:*:*:community:*:*:* 1.2.9
Related information, measures and tools
Common Vulnerabilities List