CVE-2026-89922
Last modified
CVE-2026-89922 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Take srcu when importing watchpoint data __import_wp_info() backs up the original guest memory contents of a watchpoint with read_guest_abs(), which is kvm_read_guest() and therefore resolves the memslot via __kvm_memslots(). That requires kvm->srcu (or kvm->slots_lock) to be held, otherwise a concurrent memslot update can free the memslots array under us once its SRCU grace period has elapsed. As this is not fast path, following lock ordering (mutex first, then srcu) take the big hammer and hold the srcu for the full import..
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Take srcu when importing watchpoint data __import_wp_info() backs up the original guest memory contents of a watchpoint with read_guest_abs(), which is kvm_read_guest() and therefore resolves the memslot via __kvm_memslots(). That requires kvm->srcu (or kvm->slots_lock) to be held, otherwise a concurrent memslot update can free the memslots array under us once its SRCU grace period has elapsed. As this is not fast path, following lock ordering (mutex first, then srcu) take the big hammer and hold the srcu for the full import.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 27291e2165b6de70c476b7b675308113edd69a60, < 6830fbc3724bf49c142aae69a4694f115fa9cedd; >= 27291e2165b6de70c476b7b675308113edd69a60, < f8e3a9997d5ecd56ebe4b262ff424516c068fecb; >= 27291e2165b6de70c476b7b675308113edd69a60, < 76f5b4ea9ed0aa5a34bda9d8a878f2c73026ec03; >= 27291e2165b6de70c476b7b675308113edd69a60, < cc710ee45395efb4937e042960f791d33924e5f6; >= 27291e2165b6de70c476b7b675308113edd69a60, < 4c05bf21d1806853e662cc19e744736a3408f155; >= 27291e2165b6de70c476b7b675308113edd69a60, < a4e482def8533ebace517d9f67f1465841b1f982 |
| Linux | Linux | 3.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89922?
How severe is CVE-2026-89922?
How do I fix CVE-2026-89922?
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-89917In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89918In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89919In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8992An improper certificate validation vulnerability in Ivanti S…8.8
- CVE-2026-89920In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89921In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89923In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89924In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89926In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89927In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89928In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89922?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
