CVE-2026-43258
Severity CVSS v4.0:
Pending analysis
Type:
CWE-787
Out-of-bounds Write
Publication date:
06/05/2026
Last modified:
11/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
alpha: fix user-space corruption during memory compaction<br />
<br />
Alpha systems can suffer sporadic user-space crashes and heap<br />
corruption when memory compaction is enabled.<br />
<br />
Symptoms include SIGSEGV, glibc allocator failures (e.g. "unaligned<br />
tcache chunk"), and compiler internal errors. The failures disappear<br />
when compaction is disabled or when using global TLB invalidation.<br />
<br />
The root cause is insufficient TLB shootdown during page migration.<br />
Alpha relies on ASN-based MM context rollover for instruction cache<br />
coherency, but this alone is not sufficient to prevent stale data or<br />
instruction translations from surviving migration.<br />
<br />
Fix this by introducing a migration-specific helper that combines:<br />
- MM context invalidation (ASN rollover),<br />
- immediate per-CPU TLB invalidation (TBI),<br />
- synchronous cross-CPU shootdown when required.<br />
<br />
The helper is used only by migration/compaction paths to avoid changing<br />
global TLB semantics.<br />
<br />
Additionally, update flush_tlb_other(), pte_clear(), to use<br />
READ_ONCE()/WRITE_ONCE() for correct SMP memory ordering.<br />
<br />
This fixes observed crashes on both UP and SMP Alpha systems.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.16.1 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:2.6.16:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.16:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.16:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.16:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.16:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.16:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.16:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



