
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-44939 is a NULL pointer dereference vulnerability discovered in the Linux kernel's JFS (Journaling File System) component, specifically in the dtInsertEntry function. The vulnerability was reported by syzbot and disclosed in August 2024. It affects Linux kernel versions up to 6.6.47 and from version 6.7 up to 6.10.6 (NVD).
The vulnerability occurs in the dtInsertEntry() function within the JFS filesystem code. When the pointer 'h' has the same value as 'p', after writing name in UniStrncpytole(), p->header.flag gets cleared. This causes the previously true judgment 'p->header.flag & BT-LEAF' to change to false after the name writing operation, leading to an incorrect branch execution and access to an uninitialized object 'ih'. The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability can lead to a NULL pointer dereference, potentially causing a denial of service through kernel panic. This is evidenced by the reported general protection fault with a non-canonical address 0xdffffc0000000001 (Kernel Patch).
A fix has been implemented that checks the freelist after getting the page. If freelist equals 0, the dtInsert() function exits and returns -EINVAL. This prevents the NULL pointer dereference condition. The fix has been merged into the Linux kernel and is available in updated versions (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."