Pavel OdintsovのFastNetMonにおける複数の脆弱性
タイトル Pavel OdintsovのFastNetMonにおける複数の脆弱性
概要

FastNetMon Community Edition 1.2.9までのバージョンには、Juniperルーター統合プラグインに設定インジェクションの脆弱性があります。src/juniper_plugin/fastnetmon_juniper.phpファイル内で、$IP_ATTACK変数(argv[1]から取得)が検証やサニタイズなしにJuniper NETCONFのset-configurationコマンドに直接埋め込まれています。具体的には69行目で$conn-load_set_configuration("set routing-options static route {$IP_ATTACK} community 65535:666 discard")が実行され、90行目で$conn-load_set_configuration("delete routing-options static route {$IP_ATTACK}/32")が実行されます。攻撃者がIPアドレス文字列を制御できる場合、改行文字と任意のset/deleteコマンドを埋め込むことにより、追加のJuniper CLI設定コマンドを注入できます。これによりルーターのルーティングテーブル、ファイアウォールフィルター、ユーザーアカウント、またはNETCONF経由でアクセス可能なその他の設定要素が変更される可能性があります。影響はルーターの完全な権限乗っ取りに及びます。

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

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

公表日 2026年5月26日0:00
登録日 2026年5月29日11:16
最終更新日 2026年5月29日11:16
CVSS3.0 : 重要
スコア 8.1
ベクター CVSS:3.0/AV:N/AC:L/PR:L/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-48694
概要

FastNetMon Community Edition through 1.2.9 contains a configuration injection vulnerability in the Juniper router integration plugin. In src/juniper_plugin/fastnetmon_juniper.php, the $IP_ATTACK variable (received from argv[1]) is directly interpolated into Juniper NETCONF set-configuration commands at lines 69 and 90 without any validation or sanitization. Line 69: $conn->load_set_configuration("set routing-options static route {$IP_ATTACK} community 65535:666 discard"). Line 90: $conn->load_set_configuration("delete routing-options static route {$IP_ATTACK}/32"). An attacker who can control the IP address string can inject additional Juniper CLI configuration commands by embedding newline characters followed by arbitrary set/delete commands. This could modify the router's routing table, firewall filters, user accounts, or any other configuration element accessible via NETCONF. The impact is full router compromise.

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