跳转到帖子

Debian: CVE-2024-45818: xen -- security update

recommended_posts

发布于
  • Members

Debian: CVE-2024-45818: xen -- security update

Severity
4
CVSS
(AV:L/AC:M/Au:N/C:P/I:P/A:P)
Published
12/19/2024
Created
12/31/2024
Added
12/30/2024
Modified
12/30/2024

Description

The hypervisor contains code to accelerate VGA memory accesses for HVM guests, when the (virtual) VGA is in "standard" mode.Locking involved there has an unusual discipline, leaving a lock acquired past the return from the function that acquired it.This behavior results in a problem when emulating an instruction with two memory accesses, both of which touch VGA memory (plus some further constraints which aren't relevant here).When emulating the 2nd access, the lock that is already being held would be attempted to be re-acquired, resulting in a deadlock. This deadlock was already found when the code was first introduced, but was analysed incorrectly and the fix was incomplete.Analysis in light of the new finding cannot find a way to make the existing locking discipline work. In staging, this logic has all been removed because it was discovered to be accidentally disabled since Xen 4.7.Therefore, we are fixing the locking problem by backporting the removal of most of the feature.Note that even with the feature disabled, the lock would still be acquired for any accesses to the VGA MMIO region.

Solution(s)

  • debian-upgrade-xen

References

  • https://attackerkb.com/topics/cve-2024-45818
  • CVE - 2024-45818
  • DSA-5836-1
  • 查看数 698
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。

游客
回帖…