Cyber Resilience

CVE-2026-53312

DoS in Linux Kernel 6.13 – 6.18.33

Published
26 June 2026
Modified
06 July 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0011 2th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-53312 is a medium-severity Infinite Loop (CWE-835) vulnerability in Linux Linux Kernel. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In the Linux kernel, the following vulnerability has been resolved: iommu/riscv: Remove overflows on the invalidation path Since RISC-V supports a sign extended page table it should support a gather->end of ULONG_MAX, but if this happens it will infinite loop…

more

because of the overflow. Also avoid overflow computing the length by moving the +1 to the other side of the <

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Integer overflow in kernel IOMMU invalidation leads to infinite loop, enabling DoS via system exploitation.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-23451Same product: Linux Linux Kernel
CVE-2025-71267Same product: Linux Linux Kernel
CVE-2026-45919Same product: Linux Linux Kernel
CVE-2026-31642Same product: Linux Linux Kernel
CVE-2026-23109Same product: Linux Linux Kernel
CVE-2026-31498Same product: Linux Linux Kernel
CVE-2026-23082Same product: Linux Linux Kernel
CVE-2026-43096Same product: Linux Linux Kernel
CVE-2026-43486Same product: Linux Linux Kernel
CVE-2026-46314Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
6.13 — 6.18.33 · 6.19 — 7.0.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SA-11 Developer Testing and Evaluation
  • SI-2 Flaw Remediation
  • SA-8 Security and Privacy Engineering Principles
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Rigorous developer testing of edge cases (ULONG_MAX end addresses, sign-extension) directly prevents the overflow-to-infinite-loop flaw on the IOMMU invalidation path.

prevent

Prompt application of the kernel patch that moves the +1 and removes the overflow condition eliminates the CWE-835 defect before exploitation.

prevent

Engineering principles requiring safe integer arithmetic and loop termination conditions would have precluded the gather->end overflow in riscv IOMMU code.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (reviews, testing, static analysis) directly prevent introduction of infinite-loop defects.

ID.RA-01 partial match
prevents

Static analysis and vuln scanning during asset assessment can detect unreachable loop exits.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can uncover infinite-loop conditions before release.

prevents

Secure development life cycle mandates practices that can detect and prevent infinite-loop defects.

prevents

Application security requirements can specify loop-termination rules, indirectly reducing the weakness.

prevents

Secure coding standards directly address loop termination and prevent infinite loops.

none

Secure architecture principles encourage designs that avoid unreachable exit conditions.

none

Change management can require review of loop logic when code is modified.

References