← Retour
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...
Résumé
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....
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-16158** a été découverte dans fastify.
Des informations confidentielles peuvent être exposées. Score CVSS : 8.7/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « fastify CVE-2026-16158 » sur le site de l'éditeur.
CVE-2026-16158 (fastify) — CWE-441 / CVSS v3 8.7
Vecteur d'attaque : distant (réseau) / non authentifié / sans interaction utilisateur
Versions affectées : `>= 8.3.1, < 12.6.4`
Contournement : Set `disableCache: true` on the plugin registration to disable the URL cache.
Plan : 1) Audit SBOM, 2) Mise à jour staging→prod, 3) Surveillance WAF/proxy sur les endpoints affectés, 4) Recherche d'IOC dans les logs.
Réfs : voir GHSA / avis éditeur / version corrigée liés sur cette page.
❓ Quel est le problème
URLキャッシュキーの生成における区切り文字不在の問題
📍 Périmètre concerné
@fastify/reply-from バージョン8.3.1から12.6.4未満
🔥 Gravité
クロスアップストリームのデータアクセスおよび修正が可能となるため、高い重要性があります。
🔧 Comment corriger
パッチとして、バージョン12.6.4にアップグレードしてください。
🛡️ Contournement
プラグイン登録時にdisableCache: trueを設定してください。
🔍 Détection
現在使用している@fastify/reply-fromのバージョンを確認し、影響があるか判断します。