Pavel OdintsovのFastNetMonにおける境界外読み取りに関する脆弱性
| Title |
Pavel OdintsovのFastNetMonにおける境界外読み取りに関する脆弱性
|
| Summary |
FastNetMon Community Edition バージョン 1.2.9 までには、NetFlow v9 オプションテンプレートパーサにおいて境界外読み取りの脆弱性が存在します。src/netflow_plugin/netflow_v9_collector.cpp の process_netflow_v9_options_template() 関数内のスコープ解析ループ(224-229行目)は、scopes_offset が攻撃者制御下の option_scope_length の値に到達するまで繰り返し処理を行い、各ステップで netflow9_template_flowset_record_t 構造体を読み取ります。しかし、(zone_address + scopes_offset + sizeof(record)) が flowset 内に収まるかを検証する境界チェックが存在しません。同じ問題がオプションフィールドループ(241-257行目)の option_length にも影響を与えています。さらに、option_scope_length は netflow9_template_flowset_record_t のサイズの倍数であるか検証されておらず、アラインメントが取れていない読み取りを引き起こす可能性があります。これにより、攻撃者は UDP パケットバッファの末尾を超えた読み取りを発生させることが可能となります。
|
| 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 |
6.5
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L |
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-48684
| Summary |
FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the NetFlow v9 options template parser. In process_netflow_v9_options_template() (src/netflow_plugin/netflow_v9_collector.cpp), the scope parsing loop (lines 224-229) iterates until scopes_offset reaches the attacker-controlled option_scope_length value, reading netflow9_template_flowset_record_t structures at each step. No bounds check validates that (zone_address + scopes_offset + sizeof(record)) stays within the flowset. The same issue affects the options field loop (lines 241-257) with option_length. Furthermore, option_scope_length is not validated to be a multiple of sizeof(netflow9_template_flowset_record_t), potentially causing misaligned reads. An attacker can trigger reads past the end of the UDP packet buffer.
|
| Publication Date |
May 27, 2026, 1:16 a.m. |
| Registration Date |
May 27, 2026, 4:08 a.m. |
| Last Update |
May 27, 2026, 11:26 p.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