Home

Description

In the Linux kernel, the following vulnerability has been resolved: s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP As reported by Luiz Capitulino enabling HVO on s390 leads to reproducible crashes. The problem is that kernel page tables are modified without flushing corresponding TLB entries. Even if it looks like the empty flush_tlb_all() implementation on s390 is the problem, it is actually a different problem: on s390 it is not allowed to replace an active/valid page table entry with another valid page table entry without the detour over an invalid entry. A direct replacement may lead to random crashes and/or data corruption. In order to invalidate an entry special instructions have to be used (e.g. ipte or idte). Alternatively there are also special instructions available which allow to replace a valid entry with a different valid entry (e.g. crdte or cspg). Given that the HVO code currently does not provide the hooks to allow for an implementation which is compliant with the s390 architecture requirements, disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP again, which is basically a revert of the original patch which enabled it.

PUBLISHED Reserved 2025-12-16 | Published 2025-12-16 | Updated 2025-12-16 | Assigner Linux

Product status

Default status
unaffected

00a34d5a99c0631bd780b14cbe3813d0b39c3886 (git) before 7088465f10816d9425b95740b37c95f082041d76
affected

00a34d5a99c0631bd780b14cbe3813d0b39c3886 (git) before 5e23918e4352288323d13fb511116cdea0234b71
affected

00a34d5a99c0631bd780b14cbe3813d0b39c3886 (git) before d4a8238e5729505b7394ccb007e5dc3e557aa66b
affected

00a34d5a99c0631bd780b14cbe3813d0b39c3886 (git) before 64e2f60f355e556337fcffe80b9bcff1b22c9c42
affected

Default status
affected

6.2
affected

Any version before 6.2
unaffected

6.6.117 (semver)
unaffected

6.12.58 (semver)
unaffected

6.17.8 (semver)
unaffected

6.18 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/7088465f10816d9425b95740b37c95f082041d76

git.kernel.org/...c/5e23918e4352288323d13fb511116cdea0234b71

git.kernel.org/...c/d4a8238e5729505b7394ccb007e5dc3e557aa66b

git.kernel.org/...c/64e2f60f355e556337fcffe80b9bcff1b22c9c42

cve.org (CVE-2025-68179)

nvd.nist.gov (CVE-2025-68179)

Download JSON

Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.