CVE-2025-68364
Unknown Unknown - Not Provided

Kernel Panic Prevention in OCFS2 via Relaxed BUG() Handling

Vulnerability report for CVE-2025-68364, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent() In '__ocfs2_move_extent()', relax 'BUG()' to 'ocfs2_error()' just to avoid crashing the whole kernel due to a filesystem corruption.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
oracle ocfs2 *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is related to the Linux kernel's ocfs2 filesystem. Specifically, in the function __ocfs2_move_extent(), the code previously used a BUG() call which would cause the entire kernel to crash if filesystem corruption was detected. The vulnerability has been addressed by changing this behavior to use ocfs2_error() instead, which prevents the whole kernel from crashing due to this issue.

Impact Analysis

If unpatched, this vulnerability could cause the entire Linux kernel to crash when filesystem corruption occurs in ocfs2, leading to system downtime and potential data loss. By relaxing the BUG() call to ocfs2_error(), the system avoids crashing, improving stability even in the presence of filesystem corruption.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-68364. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart