← Retour
CVE-2022-46152
high
CVSS 8.2
OP-TEE Trusted OS is the secure side implementation of OP-TEE project, a Trusted Execution Environment. Versions prior to 3.19.0, contain an Improper Validation of Array Index vulnerability. The funct...
Résumé
OP-TEE Trusted OS is the secure side implementation of OP-TEE project, a Trusted Execution Environment. Versions prior to 3.19.0, contain an Improper Validation of Array Index vulnerability. The function `cleanup_shm_refs()` is called by both `entry_invoke_command()` and `entry_open_session()`. The...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2022-46152** a été découverte dans privilege-escalation.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``OPTEE_MSG_CMD_OPEN_SESSION`` à distance pour détourner le produit.
L'exploitation peut entraîner la prise de contrôle totale du système. Score CVSS : 8.2/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « privilege-escalation CVE-2022-46152 » sur le site de l'éditeur.
CVE-2022-46152 (privilege-escalation) — CWE-129 / CVSS v3 8.2
Vecteur d'attaque : local / sans interaction utilisateur
Surface d'attaque : `OPTEE_MSG_CMD_OPEN_SESSION` / `OPTEE_MSG_CMD_INVOKE_COMMAND` / `num_params` / `OPTEE_MSG_MAX_NUM_PARAMS`
Versions affectées : `<= 3.18.0`
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
OP-TEE Trusted OSにおける配列インデックスの不適切なバリデーションの脆弱性。
📍 Périmètre concerné
OP-TEE Trusted OSの3.19.0より前のバージョン。
🔥 Gravité
アウトオブバウンズアクセスが可能になり、通常の世界から安全な世界への権限昇格が可能です。
🔧 Comment corriger
バージョン3.19.0にアップグレードすることで修正されます。
🛡️ Contournement
既知のワークアラウンドはありません。
🔍 Détection
SMC呼び出しを監査し、不正なパラメータが使用されていないか確認する。