Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-72288

KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling
Back to all
CVE

CVE-2026-72288

KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling

In the Linux kernel, the following vulnerability has been resolved:

KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling

Hyunwoo Kim reports some really bad races should the following

situation occur:

  • LPI-I is pending in vcpu-B's AP list
  • vcpu-A writes to vcpu-B's RD to disable its LPIs
  • vcpu-C moves I from B to C

If the last two race nicely enough, vgicpruneap_list() can drop

the irq and AP list locks, reacquire them, and in the interval

the irq has been freed. UAF follows.

The fix is two-fold:

  • Before dropping the irq and ap_list locks, take a reference on

  the irq

  • Do not try to handle migration of the pending bit: there is no

  expectation that this state is retained, as per the architecture

With that, we're sure that the interrupt is still around, and we

safely remove it from the AP list as it has no target at this

stage (unless another interrupt fires, but that's another story).

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.3
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/7258770e5814f15e8308ebda82ac9acf6964ba8e, https://git.kernel.org/stable/c/b1a89d12d35a8256d2b170ced0b1c86851f3def2, https://git.kernel.org/stable/c/d19dca8194ebed371e624331c6be2cb73b562caf, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72288.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72288, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.3

CVSS Score
0
10

Basic Information

Base CVSS
9.3
EPSS Probability
0.00178%
EPSS Percentile
0.07373%
Introduced Version
5dd4b924e390af426e424d5e52c1b4d1566af817,4.8.0,6.19.0,0
Fix Available
7258770e5814f15e8308ebda82ac9acf6964ba8e,6.18.40,7.1.5

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading