← Back
Web Application
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...

Summary

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 summary openai / gpt-4o

@fastify/reply-fromのバージョン8.3.1から12.6.4未満には、URLキャッシュキーの作成において区切り文字なしで目的地とソースパスを連結する問題があります。このため、異なるパスが同じキャッシュキーを生成し、異なるアップストリームに対するリクエストでキャッシュされたURLが使い回される恐れがあります。これによりクロスアップストリームのデータアクセスおよび修正が可能となります。
❓ What is the problem
URLキャッシュキーの生成における区切り文字不在の問題
📍 Affected scope
@fastify/reply-from バージョン8.3.1から12.6.4未満
🔥 Severity
クロスアップストリームのデータアクセスおよび修正が可能となるため、高い重要性があります。
🔧 How to fix
パッチとして、バージョン12.6.4にアップグレードしてください。
🛡️ Workaround
プラグイン登録時にdisableCache: trueを設定してください。
🔍 Detection
現在使用している@fastify/reply-fromのバージョンを確認し、影響があるか判断します。

References

🍪 About cookies

We use cookies to keep you logged in, remember your language, and improve the service.

Details →