CVE-2023-46841
概要

Recent x86 CPUs offer functionality named Control-flow Enforcement
Technology (CET). A sub-feature of this are Shadow Stacks (CET-SS).
CET-SS is a hardware feature designed to protect against Return Oriented
Programming attacks. When enabled, traditional stacks holding both data
and return addresses are accompanied by so called "shadow stacks",
holding little more than return addresses. Shadow stacks aren't
writable by normal instructions, and upon function returns their
contents are used to check for possible manipulation of a return address
coming from the traditional stack.

In particular certain memory accesses need intercepting by Xen. In
various cases the necessary emulation involves kind of replaying of
the instruction. Such replaying typically involves filling and then
invoking of a stub. Such a replayed instruction may raise an
exceptions, which is expected and dealt with accordingly.

Unfortunately the interaction of both of the above wasn't right:
Recovery involves removal of a call frame from the (traditional) stack.
The counterpart of this operation for the shadow stack was missing.

公表日 2024年3月20日20:15
登録日 2024年3月21日10:00
最終更新日 2024年11月21日17:29
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Fedora Project の Fedora 等複数ベンダの製品における脆弱性
タイトル Fedora Project の Fedora 等複数ベンダの製品における脆弱性
概要

Fedora Project の Fedora 等複数ベンダの製品には、不特定の脆弱性が存在します。

想定される影響 サービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2023年10月27日0:00
登録日 2025年5月13日11:16
最終更新日 2025年5月13日11:16
影響を受けるシステム
Fedora Project
Fedora 40
Xen プロジェクト
Xen 4.14.0 以上
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2025年05月13日]
  掲載
2025年5月13日11:16