
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68364 is a vulnerability in the Linux kernel's OCFS2 (Oracle Cluster File System 2) filesystem driver where an improper use of BUG() in the __ocfs2_move_extent() function could cause a complete kernel crash upon encountering filesystem corruption. The fix replaces the hard BUG() call with the more graceful ocfs2_error() handler to prevent unnecessary kernel panics. It was published on December 24, 2025, and affects Linux kernel versions starting from commit 8f603e567aa7a243e68ca48b4f105b990851360f up to several stable branch fix points. The vulnerability is estimated as Medium severity with patches available in Linux kernel versions 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1 (Red Hat CVE, Red Hat Bugzilla).
The root cause is improper error handling (CWE-617: Reachable Assertion) in the __ocfs2_move_extent() function within the Linux kernel's OCFS2 filesystem subsystem. When the filesystem encounters a corruption condition during an extent move operation, the original code invokes BUG(), which unconditionally triggers a kernel panic — an overly severe response to what could be a recoverable filesystem-level error. The fix substitutes BUG() with ocfs2_error(), which marks the filesystem as erroneous and allows the kernel to continue operating rather than crashing entirely. No public proof-of-concept exploit code is known to exist for this vulnerability (Red Hat Bugzilla, Red Hat CVE).
The primary impact of this vulnerability is a denial of service through a kernel panic (system crash) triggered when the OCFS2 filesystem encounters a corruption condition during extent movement operations. Any process or workload relying on the affected OCFS2-mounted filesystem could be disrupted, and the entire system would require a reboot to recover. There is no evidence of confidentiality or integrity impact beyond the availability loss caused by the kernel crash (Red Hat CVE, Red Hat Bugzilla).
The fix has been incorporated into upstream Linux kernel stable releases: 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. Downstream distributions including Red Hat, Debian, Ubuntu (USN-8179-1, USN-8179-2, USN-8179-3, USN-8179-4, USN-8184-1, USN-8185-1, USN-8185-2, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1), and Oracle Linux have issued or are expected to issue updated kernel packages. Administrators should update to the latest patched kernel version for their distribution. As a temporary workaround, avoiding the use of OCFS2 filesystems or ensuring filesystem integrity through regular fsck.ocfs2 checks can reduce exposure (Red Hat CVE, Red Hat Bugzilla).
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."