CVE-2026-43258
Last modified
CVE-2026-43258 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
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.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.16.1, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.16 |
| Linux | Linux Kernel | >= 6.19, < 6.19.6 |
| Linux | Linux Kernel | 2.6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43258?
How severe is CVE-2026-43258?
How do I fix CVE-2026-43258?
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 2026
- CVE-2026-43252In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43253In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43254In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43255In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43256In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43257In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43259In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4326The Vertex Addons for Elementor plugin for WordPress is vuln…8.8
- CVE-2026-43260In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43261In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43262In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43263In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43258?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
