CVE-2025-68179
Last modified
CVE-2025-68179 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 00a34d5a99c0631bd780b14cbe3813d0b39c3886, < 7088465f10816d9425b95740b37c95f082041d76; >= 00a34d5a99c0631bd780b14cbe3813d0b39c3886, < 5e23918e4352288323d13fb511116cdea0234b71; >= 00a34d5a99c0631bd780b14cbe3813d0b39c3886, < d4a8238e5729505b7394ccb007e5dc3e557aa66b; >= 00a34d5a99c0631bd780b14cbe3813d0b39c3886, < 64e2f60f355e556337fcffe80b9bcff1b22c9c42 |
| Linux | Linux | 6.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68179?
How severe is CVE-2025-68179?
How do I fix CVE-2025-68179?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68173In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68174In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68175In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68176In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68177In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68178In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6818A vulnerability, which was classified as problematic, was fo…7.8
- CVE-2025-68180In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68181In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68182In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68183In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68184In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2025-68179?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
