Skip to content

kernel CVE-2022-33744

Moderate
rpkelly published GHSA-vvf7-ccjw-7682 Jul 29, 2022

Package

kernel-5.10 (bottlerocket)

Affected versions

< 1.9.0

Patched versions

1.9.0
kernel-5.4 (bottlerocket)
< 1.9.0
1.9.0

Description

ARM guests can cause Dom0 DoS via PV devices When mapping pages of guests on Arm, dom0 is using an rbtree to keep track of the foreign mappings. Updating of that rbtree is not always done completely with the related lock held, resulting in a small race window, which can be used by unprivileged guests via PV devices to cause inconsistencies of the rbtree. These inconsistencies can lead to Denial of Service (DoS) of dom0, e.g. by causing crashes or the inability to perform further mappings of other guests’ memory pages.

Severity

Moderate

CVE ID

CVE-2022-33744

Weaknesses

No CWEs