Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-43258 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-787Out-of-bounds Write[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 2.6.16.1, < 6.12.75
>= 6.13, < 6.18.16
>= 6.19, < 6.19.6
2.6.16 -
2.6.16 rc2

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • 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:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-43258
NVD Published Date:
May 6, 2026
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2026-43258 Details - Not Deferred