PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43466 Linux CVE debrief

CVE-2026-43466 is a Linux kernel vulnerability in the mlx5e network driver’s TX error recovery path. On affected kernels, recovery reset logic could desynchronize the software DMA FIFO producer and consumer counters, so later TX processing could unmap stale DMA addresses from before recovery. The issue is associated with a kernel warning in iommu_dma_unmap_page() and was assigned CVSS 8.2 (HIGH) with network access, no privileges, and high availability impact.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.2
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-08
Original CVE updated
2026-05-21
Advisory published
2026-05-08
Advisory updated
2026-05-21

Who should care

Linux kernel maintainers, distro security teams, and operators running affected Linux kernels with the mlx5e driver in use, especially on systems where network throughput and IOMMU-backed DMA handling are important.

Technical summary

The reported bug occurs after a TX error CQE triggers recovery. mlx5e_reset_txqsq_cc_pc() reset dma_fifo_cc to 0 but left dma_fifo_pc unchanged, creating a producer/consumer desynchronization in the software-only DMA FIFO. After recovery, new DMA entries could be written at the old producer position while the consumer started from position 0, causing stale DMA addresses to be unmapped. The fix removes the dma_fifo_cc reset so the FIFO counters remain consistent across recovery, matching the existing approach used for skb_fifo counters. NVD lists affected Linux kernel ranges and references multiple official kernel patch links.

Defensive priority

High. Prioritize patching affected kernels on systems that use mlx5e, because the flaw can trigger runtime warnings and incorrect DMA unmapping during network error recovery. Fleet-wide kernel version validation and rapid backporting are the main mitigations supported by the source record.

Recommended defensive actions

  • Update to a kernel release that includes the mlx5e recovery fix or the corresponding stable backport.
  • Check deployed Linux kernel versions against the affected NVD ranges for Linux kernel releases 4.17 through 6.19.9, including the listed release candidates.
  • Verify whether mlx5e is present and actively used on production hosts, then prioritize those systems for remediation.
  • Track kernel logs for iommu_dma_unmap_page warnings and mlx5e TX recovery-related errors as indicators of impact.
  • Use the official kernel patch references linked from the NVD record to confirm the backported fix in your vendor kernel line.

Evidence notes

The CVE description explicitly states that the bug is in net/mlx5e TX error CQE recovery and that removing the dma_fifo_cc reset fixes a stale DMA unmapping warning. The NVD entry was published on 2026-05-08 and modified on 2026-05-21. NVD marks the issue as CVSS 8.2 HIGH with vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H and lists affected Linux kernel version ranges plus multiple official git.kernel.org patch references.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43466 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-43466

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-43466 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43466

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1633111d69053512d099658d4a05fc736fab36b0

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/383b37c04a4827ba60b2bafc1a6cdfd995aed58f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6eb68ecc5acc3b319986566c595990b8a7265b23

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6f41f7812bfa7f991b732a4b45c5c52fc4be3b4e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/821f85d619f7f22cda7b9d7de89cf5eeb1d11544

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/829efcccfa8f69db5dc8332961295587d218cee6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9c5ee9b981ee050b73fdf3f4a2464d6f1a8e10a8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.