
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53231 affects the Linux kernel's EROFS (Enhanced Read-Only File System) component. The vulnerability was discovered and disclosed on September 15, 2025, impacting the atomic context detection mechanism in the z_erofs_decompressqueue_endio function (NVD).
The vulnerability stems from insufficient atomic context checking in the z_erofs_decompressqueue_endio function, which can be called under RCU lock from blk_mq_flush_plug_list(). The current implementation's check for atomic context is inadequate, leading to potential synchronous decompression in an inappropriate context. The issue was addressed by implementing proper detection through rcu_read_lock_any_held() checks and replacing in_atomic() with a more appropriate !in_task() check (NVD).
When exploited, this vulnerability could lead to system instability or potential crashes due to improper handling of decompression operations in atomic contexts. The issue particularly affects systems using the EROFS filesystem with compression enabled (NVD).
The vulnerability has been patched in the Linux kernel. The fix involves improving atomic context detection by implementing proper checks using rcu_read_lock_any_held() and replacing the in_atomic() check with !in_task(). System administrators are advised to update their kernel to a version containing this fix (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."