CVE-2026-43258: alpha: fix user-space corruption during memory compaction
In the Linux kernel, the following vulnerability has been resolved:
alpha: fix user-space corruption during memory compaction
Alpha systems can suffer sporadic user-space crashes and heap
corruption when memory compaction is enabled.
Symptoms include SIGSEGV, glibc allocator failures (e.g. "unaligned
tcache chunk"), and compiler internal errors. The failures disappear
when compaction is disabled or when using global TLB invalidation.
The root cause is insufficient TLB shootdown during page migration.
Alpha relies on ASN-based MM context rollover for instruction cache
coherency, but this alone is not sufficient to prevent stale data or
instruction translations from surviving migration.
Fix this by introducing a migration-specific helper that combines:
- MM context invalidation (ASN rollover),
- immediate per-CPU TLB invalidation (TBI),
- synchronous cross-CPU shootdown when required.
The helper is used only by migration/compaction paths to avoid changing
global TLB semantics.
Additionally, update flush_tlb_other(), pte_clear(), to use
READ_ONCE()/WRITE_ONCE() for correct SMP memory ordering.
This fixes observed crashes on both UP and SMP Alpha systems.
Security readout for executives and security teams
Plain-English summary
A Linux kernel flaw on Alpha systems can corrupt application memory during memory compaction, causing unpredictable crashes, allocator failures, or incorrect program behavior. The issue affects system reliability and may compromise confidentiality and integrity when triggered locally. The supplied record rates it CVSS 7.8.
Executive priority
Treat confirmed Alpha deployments as a high-priority reliability and security issue, especially where untrusted local users or critical workloads exist. Expedite vendor-supported kernel updates. Organizations without Alpha systems can document non-exposure after inventory validation rather than initiating broad emergency patching.
Technical view
During page migration, Alpha's ASN-based memory-context rollover may leave stale data or instruction translations in CPU TLBs. The kernel fix adds migration-specific context invalidation, immediate per-CPU TLB invalidation, synchronous cross-CPU shootdown when required, and stronger SMP memory-access ordering. Reported failures affect both uniprocessor and multiprocessor Alpha systems.
Likely exposure
Exposure is limited to Linux systems using the Alpha architecture where memory compaction or page migration occurs. The supplied affected-version data spans multiple kernel releases but is not sufficiently clear for precise branch-level conclusions. Non-Alpha systems are not identified as affected by these sources.
Exploitation context
The CVSS vector describes local access, low complexity, low privileges, and no user interaction. However, the supplied sources do not establish a reliable exploitation method or active exploitation, and the CVE is not listed as KEV in the bundle. Observed evidence concerns sporadic corruption and crashes.
Researcher notes
The fix is deliberately scoped to migration and compaction rather than changing global TLB semantics. The record also changes flush_tlb_other() and pte_clear() to use READ_ONCE()/WRITE_ONCE() for SMP ordering. Exact vulnerable-to-fixed version boundaries and distribution backport status require vendor confirmation.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix or backport.
If patching is delayed, consult vendor guidance about temporarily disabling memory compaction.
Assess operational consequences before changing compaction or TLB behavior.
Prioritize affected multi-user or workload-dense Alpha systems.
Validation and detection
Inventory Linux hosts and confirm whether any use the Alpha architecture.
Record kernel versions and map them against distribution advisories and relevant stable commits.
Verify the installed kernel includes the applicable fix or vendor backport.
Review logs for unexplained SIGSEGV events, allocator corruption, and compiler internal errors.
Retest compaction-intensive workloads after remediation and monitor for recurrence.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43258 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
5Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.