← Retour
CVE-2026-48736
Vulnérabilité dans symfony/http-client (CVE-2026-48736)
Résumé
vulnérabilité dans symfony/http-client (CVE-2026-48736). Risque d'opérations non autorisées ou de divulgation. Exploitable via ``NoPrivateNetworkHttpClient``. Atténuation : mise à jour vers `5.4.53` ou plus.
Résumé IA snake-internal / snake-material-v2
Une vulnérabilité référencée **CVE-2026-48736** a été découverte dans symfony/http-client.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``NoPrivateNetworkHttpClient`` à distance pour détourner le produit.
Risque d'opérations non autorisées ou de divulgation. Score CVSS : ?/10.
Action : mettez à jour symfony/http-client vers **5.4.53** ou supérieur.
En cas de doute, contactez votre service informatique ou cherchez « symfony/http-client CVE-2026-48736 » sur le site de l'éditeur.
CVE-2026-48736 (symfony/http-client) — CWE-184 /
Surface d'attaque : `NoPrivateNetworkHttpClient` / `false`
Correctif : `5.4.53` — appliquer immédiatement
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
Une **vulnérabilité** (CWE-184) affecte symfony/http-client. Les attaquants atteignent le code vulnérable via ``NoPrivateNetworkHttpClient`` sans authentification.
📍 Périmètre concerné
symfony/http-client — . Surface d'attaque : `NoPrivateNetworkHttpClient` / `false`.
🔥 Gravité
Gravité : ?. Risque d'opérations non autorisées ou de divulgation
🔧 Comment corriger
Mettre à jour vers **5.4.53**.
🛡️ Contournement
En attendant le correctif : désactivez la fonctionnalité concernée, appliquez des règles WAF, ou restreignez l'accès par ACL réseau.
🔍 Détection
Recherchez dans les logs des requêtes correspondant aux IOC connus de cette CVE. Auditez les SBOM/dépendances.
Actions de réponse (7 étapes)
Étapes concrètes et exemples de commandes que les équipes SOC/SRE doivent exécuter dans l'ordre
-
1Identify exposure identify
grep -r 'symfony/http-client' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `symfony/http-client` を grep し、稼働しているサービス・バージョンを把握する。
-
6Apply patch patch
Upgrade symfony/http-client to 5.4.53ステージング環境で 5.4.53 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Paquets affectés
composer
symfony/http-client
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"5.4.53"}]}]
composer
symfony/http-foundation
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"8.0.13"}]}]
composer
symfony/symfony
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"8.0.13"}]}]
Packagist
symfony/http-client
[{"type":"ECOSYSTEM","events":[{"introduced":"5.4.0"},{"fixed":"5.4.53"}]}]
Packagist
symfony/http-foundation
[{"type":"ECOSYSTEM","events":[{"introduced":"8.0.0"},{"fixed":"8.0.13"}]}]
Packagist
symfony/symfony
[{"type":"ECOSYSTEM","events":[{"introduced":"8.0.0"},{"fixed":"8.0.13"}]}]
Références
- package https://github.com/symfony/symfony
- web https://github.com/symfony/symfony/security/advisories/GHSA-38cx-cq6f-5755
- web https://github.com/symfony/symfony/commit/82765368cf74177c36613575182f168a2eb765b2
- web https://github.com/symfony/symfony/commit/85b831555be8ea1f43bf01078afe87bc4c92f65e
- web https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/http-client/CVE-2026-48736.yaml
- web https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/http-foundation/CVE-2026-48736.yaml
- web https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2026-48736.yaml
- web https://symfony.com/cve-2026-48736
- web https://github.com/advisories/GHSA-38cx-cq6f-5755