CVE-2026-89922

Source
https://cve.org/CVERecord?id=CVE-2026-89922
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89922.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89922
Downstream
Published
2026-09-16T10:32:16Z
Modified
2026-09-17T03:46:56Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
KVM: s390: Take srcu when importing watchpoint data
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89922.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
27291e2165b6de70c476b7b675308113edd69a60
Fixed
6830fbc3724bf49c142aae69a4694f115fa9cedd
Fixed
f8e3a9997d5ecd56ebe4b262ff424516c068fecb
Fixed
76f5b4ea9ed0aa5a34bda9d8a878f2c73026ec03
Fixed
cc710ee45395efb4937e042960f791d33924e5f6
Fixed
4c05bf21d1806853e662cc19e744736a3408f155
Fixed
a4e482def8533ebace517d9f67f1465841b1f982

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89922.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89922.json"