Threats Tagged 'cve-2025-68179'
View all threats tagged with 'cve-2025-68179'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2025-68179'
Click on any threat for detailed analysis and mitigation recommendations
A vulnerability in the Linux kernel's s390 architecture involves improper handling of huge page table entries, leading to potential crashes and data corruption. The issue arises because the kernel modifies page tables without properly flushing TLB entries, violating s390 architecture requirements. The vulnerability was addressed by disabling the optimization feature ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP, effectively reverting a prior patch that enabled it. Join the discussion | GCVE Database | 12/16/2025, 15:30:44 UTC Added: 07/30/2026, 15:50:43 UTC |
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. Join the discussion | GCVE Database | 12/16/2025, 14:15:00 UTC Added: 07/18/2026, 11:34:05 UTC |
Showing 1 to 2 of 2 results