---
id: CVE-2026-64369
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  s390: Revert support for DCACHE_WORD_ACCESS

  load_unaligned_zeropad() reads eight bytes from unaligned addresses and may
  cross page boundaries
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  s390: Revert support for DCACHE_WORD_ACCESS

  load_unaligned_zeropad() reads eight bytes from unaligned addresses and may
  cross page boundaries. It handles exceptions wh…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-835
vendor: linux
product: linux_kernel
affected:
  - 'linux_kernel >= 6.7, < 6.12.97'
  - 'linux_kernel >= 6.13, < 6.18.39'
  - 'linux_kernel >= 6.19, < 7.1.4'
patched:
  - linux_kernel 7.1.4
published: '2026-07-25'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T15:05:19.630'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-64369'
references:
  - url: 'https://git.kernel.org/stable/c/37540b8c287fc817bdbd0c62bb75ad6eab0e5d03'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/be79d285bea70d0edd5015bd487311bfa8cbebc9'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c94806905e02cc8e17a69c822d93c41743b7ffc5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c9e0f1517631ac08987f8385817119bccf2f1f12'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-64369.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-64369'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2507034'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-64369'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-64369'
  - url: >-
      https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64369-84f6@gregkh/T
tags:
  - nvd
  - csaf
  - vex
  - red-hat
epss: 0.0013
epssPercentile: 0.02157
ingestedAt: '2026-09-08T15:33:26.948Z'
---

## Overview

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

s390: Revert support for DCACHE_WORD_ACCESS

load_unaligned_zeropad() reads eight bytes from unaligned addresses and may
cross page boundaries. It handles exceptions which may happen if reading
from the second page results in an exception.

For pages which are donated to the Ultravisor for secure execution purposes
the do_secure_storage_access() exception handler however does not handle
such exceptions correctly. Such an exception may result in an endless
exception loop which will never be resolved.

An attempt to fix this [1] turned out to be not sufficient. For now revert
load_unaligned_zeropad() until this problem has been resolved in a proper
way.

Note that the implementation of load_unaligned_zeropad() itself is
correct. The revert is just a temporary workaround until there is complete
fix for secure storage access exceptions.

[1] commit b00be77302d7 ("s390/mm: Add missing secure storage access fixups for donated memory")

## Affected

- `linux_kernel >= 6.7, < 6.12.97`
- `linux_kernel >= 6.13, < 6.18.39`
- `linux_kernel >= 6.19, < 7.1.4`

## Remediation

Upgrade past the affected range:

- `linux_kernel 7.1.4`

## Vendor advisories

- **Red Hat VEX** · Moderate · affected: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 9 · no fix planned: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 9 · updated 2026-09-08 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-64369.json)
