CVE-2026-72289
Last modified
CVE-2026-72289 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. 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. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < 3893e1fcf6f306b327a8358dcd1cbd077989a240; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < cb3efe1a354f1638726725c3ecee1ce8d1a7e2dc; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < da2d249a39a1881681c303ceea33f38ba1c5bbeb; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < 654be81c4c637af12709d47c7efc3302cd336513; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < e363c0bc0226dc5ea5046a88e9a6864b82c45399; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < 79fdd2aa774e44847cd9bb7edc811e73e3dc7bfe; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < 0658b09cba7fe866c6cd70cd2dcdfdcabe80328f; >= 0919e84c0fc1fc73525fdcedefab89ea8460f697, < 0074b82cdfcb5fd13710a0ac308ade68ac6f6fbe |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72289?
How severe is CVE-2026-72289?
How do I fix CVE-2026-72289?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72283In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72284In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72285In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72286In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72287In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72288In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7229A vulnerability was found in code-projects Coaching Manageme…6.3
- CVE-2026-72290In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72291In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72292In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72293In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72294In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-72289?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
