Pavel OdintsovのFastNetMonにおける証明書検証に関する脆弱性
タイトル Pavel OdintsovのFastNetMonにおける証明書検証に関する脆弱性
概要

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モデル、カーネルバージョン、トラフィック統計、ソフトウェア構成などのシステム情報を送信します。攻撃者はこのデータを傍受・改ざんしたり、悪意のあるサーバーにリダイレクトしたりする可能性があります。

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

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

公表日 2026年5月26日0:00
登録日 2026年5月29日11:16
最終更新日 2026年5月29日11:16
CVSS3.0 : 重要
スコア 7.4
ベクター CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年05月29日]
  掲載
2026年5月29日11:16

NVD脆弱性情報
CVE-2026-48697
概要

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.

公表日 2026年5月27日2:16
登録日 2026年5月27日4:08
最終更新日 2026年5月28日0:31
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:pavel-odintsov:fastnetmon:*:*:*:*:community:*:*:* 1.2.9
関連情報、対策とツール
共通脆弱性一覧