CVE-2026-89926

Source
https://cve.org/CVERecord?id=CVE-2026-89926
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89926.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89926
Downstream
Published
2026-09-16T10:32:18Z
Modified
2026-09-17T03:47:26Z
Summary
KVM: s390: Fix length check __import_wp_info()
Details

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

KVM: s390: Fix length check __import_wp_info()

struct kvm_hw_breakpoint::len is a __u64 that is fully controlled by user space. This is then assigned to wp_info->len, which is an int. The bounds check is done on the truncated value while the allocation uses the untruncated one:

wp_info->len = bp_data->len;
[...]
if (wp_info->len < 0 || wp_info->len > MAX_WP_SIZE)
	return -EINVAL;

wp_info->old_data = kmalloc(bp_data->len, GFP_KERNEL_ACCOUNT);

Use the validated value for the allocation as intended. Without this fix userspace can trigger >4GB allocations which will fail and result in a WARN due to MAX_PAGE_ORDER.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89926.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
aef540194effd768bed0bd2e6a74fe135a3d7c3a
Fixed
71153d3262517e1c02c3a66aa5094f279b2d1454
Fixed
fec89d327d9b2b669b5bbdac209386c6317c3722
Fixed
b94ab9caa5d72c78226121cccff5e33f946da900
Fixed
beb9c55af609c4c7308259d7191688c75a4e3d4a
Fixed
3fe801db90bdeefb0bbdda42d832846b53f64f8a
Fixed
4c07680a467e2f7697245bcd11691bffb2a6f0ed

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.16.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.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-89926.json"