Junglewise Threat Intelligence

CVE-2026-53039: Linux kernel denial of service in ocfs2_group_add

CVE-2026-53039 · Severity: info · CVSS 5.5 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's OCFS2 file system could allow a local user to crash the system. The issue occurs when the system attempts to add a new storage group without properly verifying the user-provided input first. This can lead to a kernel panic, resulting in a complete system outage and potential data loss if unsaved work is present.

Technical details

A vulnerability exists in the OCFS2 file system's OCFS2_IOC_GROUP_ADD ioctl handler. The function ocfs2_group_add() calls ocfs2_set_new_buffer_uptodate() on a user-controlled group block before validating the block number via ocfs2_verify_group_and_input(). Because ocfs2_set_new_buffer_uptodate() asserts that the block is not already present in the metadata cache, a specially crafted input can trigger a BUG_ON (kernel panic). Additionally, the code incorrectly used the inode cache instead of the main bitmap inode cache. The fix ensures validation occurs before caching and uses the correct cache context.

Affected products

  • Linux Linux kernel 7909f2bf8353 to f7e139d7563f6947ad509fb468903941d0bb7ddd

Timeline

  • 2026-06-24: disclosed
  • 2026-06-24: advisory

References

Related threats