| タイトル | opentelemetryのeBPF Instrumentationにおける整数オーバーフローの脆弱性 |
|---|---|
| 概要 | OpenTelemetry eBPF Instrumentationは、OpenTelemetry標準に基づくeBPFインストルメンテーションを提供します。バージョン0.7.0から0.9.0未満のバージョンにおいて、OBIのmemcachedテキストプロトコルパーサーにリモートから到達可能な整数オーバーフローが存在し、OBIプロセスがクラッシュしてサービス拒否を引き起こす可能性があります。set、add、replace、append、prepend、またはcasなどのmemcachedストレージコマンドを解析する際に、OBIは非常に大きなbytes値を受け入れ、オーバーフローの確認をせずにペイロード区切り文字の長さを加算します。bytesにmath.MaxIntまたはmath.MaxInt-1が設定された細工されたリクエストにより、計算されたペイロード長が負の値に巻き戻り、LargeBufferReader.Peekでランタイムパニックが発生します。この問題はバージョン0.9.0で修正されています。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年6月2日0:00 |
| 登録日 | 2026年6月5日10:50 |
| 最終更新日 | 2026年6月5日10:50 |
| CVSS3.0 : 重要 | |
| スコア | 7.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| opentelemetry |
| eBPF Instrumentation 0.7.0 以上 0.9.0 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月05日] 掲載 |
2026年6月5日10:50 |
| 概要 | OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. From version 0.7.0 to before version 0.9.0, a remotely reachable integer overflow in OBI's memcached text protocol parser can crash the OBI process and cause denial of service. When parsing memcached storage commands such as set, add, replace, append, prepend, or cas, OBI accepts extremely large <bytes> values and adds the payload delimiter length without checking for overflow. A crafted request with <bytes> set to math.MaxInt or math.MaxInt-1 causes the computed payload length to wrap negative and triggers a runtime panic in LargeBufferReader.Peek. This issue has been patched in version 0.9.0. |
|---|---|
| 公表日 | 2026年6月3日1:16 |
| 登録日 | 2026年6月3日4:18 |
| 最終更新日 | 2026年6月4日1:52 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:opentelemetry:ebpf_instrumentation:*:*:*:*:*:go:*:* | 0.7.0 | 0.9.0 | |||