← Retour
CVE-2026-23425
high
CVSS 8.8
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix ID register initialization for non-protected pKVM guests In protected mode, the hypervisor maintains a separate in...
Résumé
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix ID register initialization for non-protected pKVM guests In protected mode, the hypervisor maintains a separate instance of the `kvm` structure for each VM. For non-protected VMs, this structure is initialized from...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-23425** a été découverte dans linux.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``kvm`` à distance pour détourner le produit.
L'exploitation peut entraîner la prise de contrôle totale du système. Score CVSS : 8.8/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « linux CVE-2026-23425 » sur le site de l'éditeur.
CVE-2026-23425 (linux) — CVSS v3 8.8
Vecteur d'attaque : local / sans interaction utilisateur
Surface d'attaque : `kvm` / `KVM_ARCH_FLAG_ID_REGS_INITIALIZED` / `id_regs` / `pkvm_init_features_from_host`
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
LinuxカーネルのpKVMゲストのIDレジスタ初期化の不具合。
📍 Périmètre concerné
Linuxカーネル、非保護モードのpKVMゲスト。
🔥 Gravité
機能検出が失敗し、システムレジスタが正しく保存・復元されないため、状態破損のリスクがある。
🔧 Comment corriger
ホストからIDレジスタを明示的にコピーすることで初期化を修正する。
🛡️ Contournement
情報なし
🔍 Détection
kvm_has_feat()のチェックがEL2で失敗するか確認する。