Linux Kernel Vulnerability Affecting Writeback Throttling Initialization
CVE-2026-53319

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
26 June 2026

What is CVE-2026-53319?

The Linux kernel has a vulnerability in the wbt_init_enable_default() function, where it improperly handles expected failures from memory allocation and initialization processes. This function, called during disk queue registration, uses WARN_ON_ONCE to check for failures in wbt_alloc() and wbt_init(). However, these failures are anticipated results under normal operational conditions, such as memory pressure or already registered writeback throttling, which does not prevent the disk from functioning—merely operating without writeback throttling. The code has been modified to replace spurious warnings with simple if-checks and relevant warnings for diagnostic clarity without the complications of full stack traces.

Affected Version(s)

Linux 41afaeeda5099d9cd07eaa7dc6c3d20c6f1dd9e9

Linux 41afaeeda5099d9cd07eaa7dc6c3d20c6f1dd9e9

Linux 7.0

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.