CVE-2026-72289
KVM: arm64: vgic: Check the interrupt is still ours before migrating it
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Check the interrupt is still ours before migrating it vgic_prune_ap_list() drops both ap_list_lock and irq_lock while migrating an interrupt to another vCPU. After reacquiring the locks it only checks that the affinity is unchanged (target_vcpu == vgic_target_oracle(irq)) before moving the interrupt, which assumes that an interrupt whose affinity is preserved is still queued on this vCPU's ap_list. That assumption no longer holds if the interrupt is taken off the ap_list while the locks are dropped. vgic_flush_pending_lpis() removes the interrupt from the list and sets irq->vcpu to NULL, but leaves enabled/pending/target_vcpu untouched. As the interrupt is still enabled and pending, vgic_target_oracle() returns the same target_vcpu, so the affinity check passes and list_del() is run a second time on an entry that has already been removed. Also check that the interrupt is still assigned to this vCPU (irq->vcpu == vcpu) before moving it.
INFO
Published Date :
Aug. 15, 2026, 6:22 a.m.
Last Modified :
Aug. 17, 2026, 6:18 a.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | CRITICAL | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Update the Linux kernel to include the fix.
- Verify interrupt ownership before migrating.
- Ensure locks are correctly handled during migration.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-72289.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-72289 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-72289
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-72289 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-72289 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '3893e1fcf6f306b327a8358dcd1cbd077989a240', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'cb3efe1a354f1638726725c3ecee1ce8d1a7e2dc', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'da2d249a39a1881681c303ceea33f38ba1c5bbeb', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '654be81c4c637af12709d47c7efc3302cd336513', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'e363c0bc0226dc5ea5046a88e9a6864b82c45399', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '79fdd2aa774e44847cd9bb7edc811e73e3dc7bfe', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '0658b09cba7fe866c6cd70cd2dcdfdcabe80328f', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '0074b82cdfcb5fd13710a0ac308ade68ac6f6fbe', 'versionType': 'git'}], 'programFiles': ['arch/arm64/kvm/vgic/vgic.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['arch/arm64/kvm/vgic/vgic.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '3893e1fcf6f306b327a8358dcd1cbd077989a240', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'cb3efe1a354f1638726725c3ecee1ce8d1a7e2dc', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'da2d249a39a1881681c303ceea33f38ba1c5bbeb', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '654be81c4c637af12709d47c7efc3302cd336513', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'e363c0bc0226dc5ea5046a88e9a6864b82c45399', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '79fdd2aa774e44847cd9bb7edc811e73e3dc7bfe', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '0658b09cba7fe866c6cd70cd2dcdfdcabe80328f', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '0074b82cdfcb5fd13710a0ac308ade68ac6f6fbe', 'versionType': 'git'}], 'programFiles': ['arch/arm64/kvm/vgic/vgic.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['arch/arm64/kvm/vgic/vgic.c'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 15, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '3893e1fcf6f306b327a8358dcd1cbd077989a240', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'cb3efe1a354f1638726725c3ecee1ce8d1a7e2dc', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'da2d249a39a1881681c303ceea33f38ba1c5bbeb', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '654be81c4c637af12709d47c7efc3302cd336513', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': 'e363c0bc0226dc5ea5046a88e9a6864b82c45399', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '79fdd2aa774e44847cd9bb7edc811e73e3dc7bfe', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '0658b09cba7fe866c6cd70cd2dcdfdcabe80328f', 'versionType': 'git'}, {'status': 'affected', 'version': '0919e84c0fc1fc73525fdcedefab89ea8460f697', 'lessThan': '0074b82cdfcb5fd13710a0ac308ade68ac6f6fbe', 'versionType': 'git'}], 'programFiles': ['arch/arm64/kvm/vgic/vgic.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['arch/arm64/kvm/vgic/vgic.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Check the interrupt is still ours before migrating it vgic_prune_ap_list() drops both ap_list_lock and irq_lock while migrating an interrupt to another vCPU. After reacquiring the locks it only checks that the affinity is unchanged (target_vcpu == vgic_target_oracle(irq)) before moving the interrupt, which assumes that an interrupt whose affinity is preserved is still queued on this vCPU's ap_list. That assumption no longer holds if the interrupt is taken off the ap_list while the locks are dropped. vgic_flush_pending_lpis() removes the interrupt from the list and sets irq->vcpu to NULL, but leaves enabled/pending/target_vcpu untouched. As the interrupt is still enabled and pending, vgic_target_oracle() returns the same target_vcpu, so the affinity check passes and list_del() is run a second time on an entry that has already been removed. Also check that the interrupt is still assigned to this vCPU (irq->vcpu == vcpu) before moving it. Added Reference https://git.kernel.org/stable/c/0074b82cdfcb5fd13710a0ac308ade68ac6f6fbe Added Reference https://git.kernel.org/stable/c/0658b09cba7fe866c6cd70cd2dcdfdcabe80328f Added Reference https://git.kernel.org/stable/c/3893e1fcf6f306b327a8358dcd1cbd077989a240 Added Reference https://git.kernel.org/stable/c/654be81c4c637af12709d47c7efc3302cd336513 Added Reference https://git.kernel.org/stable/c/79fdd2aa774e44847cd9bb7edc811e73e3dc7bfe Added Reference https://git.kernel.org/stable/c/cb3efe1a354f1638726725c3ecee1ce8d1a7e2dc Added Reference https://git.kernel.org/stable/c/da2d249a39a1881681c303ceea33f38ba1c5bbeb Added Reference https://git.kernel.org/stable/c/e363c0bc0226dc5ea5046a88e9a6864b82c45399