
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-47723 addresses an out-of-bounds vulnerability in the Linux kernel's JFS (Journaled File System) implementation, specifically in the dbNextAG() and diAlloc() functions. The vulnerability was discovered and reported by Jeongjun Park, with the initial disclosure on October 21, 2024. This issue affects Linux kernel versions from 2.6.12 up to versions before 5.10.227, 5.15.168, 6.1.113, 6.6.54, and 6.11.2 (NVD).
The vulnerability stems from insufficient bounds checking in multiple JFS functions. In dbNextAG(), there was no verification for cases where bmp->dbnumag is greater than or equal to MAXAG due to a polluted image, which could lead to an out-of-bounds condition. Additionally, the function lacked proper checks for cases where agpref is greater than bmp->dbnumag. In diAlloc(), there was missing validation for cases where agno is greater than or equal to MAXAG. The vulnerability has been assigned a CVSS v3.1 base score of 7.1 (HIGH), with the vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H (NVD).
The vulnerability could allow an attacker to cause out-of-bounds memory access conditions. This could potentially lead to information disclosure, system crashes, or other security implications when processing JFS filesystem operations (Kernel Patch).
The vulnerability has been patched in the Linux kernel. The fix includes adding proper bounds checking in dbMount() for bmp->dbnumag against MAXAG, implementing verification in dbNextAG() for agpref against bmp->dbnumag, and adding validation in diAlloc() for agno against MAXAG. Users should update their Linux kernel to versions that include these fixes (Kernel Patch).
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."