CVE-2026-31568
Severity CVSS v4.0:
Pending analysis
Type:
CWE-125
Out-of-bounds Read
Publication date:
24/04/2026
Last modified:
27/04/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
s390/mm: Add missing secure storage access fixups for donated memory<br />
<br />
There are special cases where secure storage access exceptions happen<br />
in a kernel context for pages that don&#39;t have the PG_arch_1 bit<br />
set. That bit is set for non-exported guest secure storage (memory)<br />
but is absent on storage donated to the Ultravisor since the kernel<br />
isn&#39;t allowed to export donated pages.<br />
<br />
Prior to this patch we would try to export the page by calling<br />
arch_make_folio_accessible() which would instantly return since the<br />
arch bit is absent signifying that the page was already exported and<br />
no further action is necessary. This leads to secure storage access<br />
exception loops which can never be resolved.<br />
<br />
With this patch we unconditionally try to export and if that fails we<br />
fixup.
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.7.1 (including) | 6.18.21 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:5.7:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



