
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's JFS (Journaling File System) has been identified and tracked as CVE-2023-53485. The issue involves an array-index-out-of-bounds error in the dbAllocDmapLev function within fs/jfs/jfs_dmap.c. This vulnerability was discovered and reported by Syzkaller, affecting Linux kernel version 6.4.0-rc6 (NVD).
The vulnerability occurs when the dbAllocDmapLev() function attempts to access dp->tree.stree[leafidx + LEAFIND] with a negative leafidx value, causing an array-index-out-of-bounds condition. Specifically, the issue was identified at line 1965 of fs/jfs/jfs_dmap.c, where an index of -84 was found to be out of range for the type 's8[341]' (signed char[341]) (NVD).
The vulnerability could lead to an array-index-out-of-bounds access in the Linux kernel's JFS implementation, potentially causing system instability or crashes. The issue affects the filesystem's allocation mechanisms, which could impact system reliability and data integrity (NVD).
A patch has been implemented that adds a safeguard within the dbAllocDmapLev() function. The fix introduces a check to verify if leafidx is negative, and if so, the function returns an I/O error to prevent potential harmful execution. This mitigation has been tested via syzbot (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."