
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52896 is a vulnerability in the Linux kernel's BTRFS filesystem that involves a race condition between quota rescan and disable operations. The issue was discovered in January 2023 and can lead to a NULL pointer dereference in the BTRFS quota management system (Kernel Git).
The vulnerability occurs when one task attempts to start the quota rescan worker while another task tries to disable quotas. The race condition happens when Task B clears the BTRFSFSQUOTAENABLED flag and sets fsinfo->quotaroot to NULL while Task A queues the rescan worker. This leads to the rescan worker attempting to use a NULL fsinfo->quota_root pointer when starting a transaction (Kernel Git).
When successfully exploited, this vulnerability results in a NULL pointer dereference that can cause a general protection fault in the kernel, potentially leading to system crashes or denial of service conditions (Kernel Git).
The issue has been fixed by modifying the rescan worker function to not attempt starting a transaction if it didn't perform any rescan work. This prevents the NULL pointer dereference by avoiding unnecessary transaction starts when no actual work was done (Kernel Git).
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."