Vulnerability in Linux

CVE-2026-53326

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't call fill_pool() in early boot hardirq context When booting a debug PREEMPT_RT kernel on an ARM64 system, a "inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage" lockdep warning message was reported to the console. During early boot, interrupts are enabled before the scheduler is enabled. In this window (before SYSTEM_SCHEDULING is set) interrupts can fire and in the hard interrupt context handler attempt to fill the pool This can lead to a deadlock when the interrupt occurred when the interrupt hits a region which holds a lock that is required to be taken in the allocation path. Add a new can_fill_pool() helper and reorder the exception rule and forbid this scenario by excluding allocations from hard interrupt context.

EPSS: 0.001 (0.8th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions a460935022f512e167b4c5d4c12d85f89ba6aabd, 13abb2b11ac3b6cb89822f152e770081893e4bc3, 6.19
  • Linux Linux_kernel — versions 7.1

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-53326?
CVE-2026-53326 is a medium-severity vulnerability in Linux, classified under Improper Locking. CVSS score: 5.5/10. Published 2026-07-01.
How severe is CVE-2026-53326?
Medium severity. CVSS v3 base score is 5.5 out of 10.