← 戻る
CVE-2026-16158
high
CVSS 8.7
Impact: @fastify/reply-from versions from 8.3.1 up to but not including 12.6.4 build the internal URL cache key by concatenating the destination and source path without a delimiter. Different destinat...
概要
Impact: @fastify/reply-from versions from 8.3.1 up to but not including 12.6.4 build the internal URL cache key by concatenating the destination and source path without a delimiter. Different destination and source pairs can therefore produce the same key while resolving to different upstream URLs....
AI要約 openai / gpt-4o
@fastify/reply-fromのバージョン8.3.1から12.6.4未満には、URLキャッシュキーの作成において区切り文字なしで目的地とソースパスを連結する問題があります。このため、異なるパスが同じキャッシュキーを生成し、異なるアップストリームに対するリクエストでキャッシュされたURLが使い回される恐れがあります。これによりクロスアップストリームのデータアクセスおよび修正が可能となります。
❓ 何が問題か
URLキャッシュキーの生成における区切り文字不在の問題
📍 影響範囲
@fastify/reply-from バージョン8.3.1から12.6.4未満
🔥 重要度
クロスアップストリームのデータアクセスおよび修正が可能となるため、高い重要性があります。
🔧 修正方法
パッチとして、バージョン12.6.4にアップグレードしてください。
🛡️ 暫定回避
プラグイン登録時にdisableCache: trueを設定してください。
🔍 検知方法
現在使用している@fastify/reply-fromのバージョンを確認し、影響があるか判断します。