
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53862 is a kernel bug in the Linux kernel's HFS (Hierarchical File System) filesystem driver, caused by a missing hfs_bnode_get() call in the __hfs_bnode_create function. The flaw was discovered via Syzbot fuzzing and triggers a kernel BUG at fs/hfs/bnode.c:466 in hfs_bnode_put(), leading to a kernel panic. It affects the Linux kernel and was published on December 9, 2025. The vulnerability is estimated as Medium severity with an EPSS score of 0.000240 (Feedly, Vulners).
The root cause is a missing reference count increment (hfs_bnode_get()) in __hfs_bnode_create, which leads to an imbalanced reference count when hfs_bnode_put() is later called. This falls under CWE-911 (Improper Update of Reference Count) or more broadly improper resource management. The bug manifests during writeback operations (via the wb_workfn workqueue), as demonstrated by the Syzbot crash trace showing an invalid opcode at hfs_bnode_put+0x46f/0x480 under PREEMPT SMP KASAN. Exploitation requires the ability to mount or interact with a crafted HFS filesystem image (Feedly).
Successful triggering of this vulnerability causes a kernel BUG (panic/crash), resulting in a denial of service of the affected Linux system. The availability impact is the primary concern, as the kernel halts with an invalid opcode exception. There is no evidence of confidentiality or integrity impact beyond the system crash, and lateral movement potential is limited given the local/filesystem-interaction requirement (Feedly).
The Linux kernel maintainers have issued patches addressing this issue across multiple stable branches, with fixes committed to the kernel stable tree (commit hashes: 2cab8db14566, 3a9065a33988, 38d72e6604b9, 062af3e99307, 8140cdc57bc5). Users should update to a patched kernel version that includes these fixes. As a workaround, systems that do not require HFS filesystem support can blacklist or disable the hfs kernel module (modprobe -r hfs or adding blacklist hfs to /etc/modprobe.d/) to prevent exposure (Feedly, Kernel Stable).
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."