CVE-2026-80644

Source
https://cve.org/CVERecord?id=CVE-2026-80644
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80644.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80644
Downstream
Published
2026-08-28T06:48:55.076Z
Modified
2026-08-30T03:47:21.767058755Z
Summary
ocfs2: don't BUG_ON an invalid journal dinode
Details

In the Linux kernel, the following vulnerability has been resolved:

ocfs2: don't BUG_ON an invalid journal dinode

[BUG] A fuzzed OCFS2 image can corrupt the current slot journal dinode while mount is still in progress. The mount path first reports the invalid journal block and then crashes in shutdown:

kernel BUG at fs/ocfs2/journal.c:1034! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI RIP: 0010:ocfs2journaltoggledirty+0x2d6/0x340 fs/ocfs2/journal.c:1034 Call Trace: ocfs2journalshutdown+0x414/0xc30 fs/ocfs2/journal.c:1116 ocfs2mountvolume fs/ocfs2/super.c:1785 [inline] ocfs2fillsuper+0x30a9/0x3cd0 fs/ocfs2/super.c:1083 gettreebdevflags+0x38b/0x640 fs/super.c:1698 gettreebdev+0x24/0x40 fs/super.c:1721 ocfs2gettree+0x21/0x30 fs/ocfs2/super.c:1184 vfsgettree+0x9a/0x370 fs/super.c:1758 fcmount fs/namespace.c:1199 [inline] donewmountfc fs/namespace.c:3642 [inline] donewmount fs/namespace.c:3718 [inline] pathmount+0x5b8/0x1ea0 fs/namespace.c:4028 domount fs/namespace.c:4041 [inline] __dosysmount fs/namespace.c:4229 [inline] __sesysmount fs/namespace.c:4206 [inline] __x64sysmount+0x282/0x320 fs/namespace.c:4206 ...

[CAUSE] ocfs2journaltoggledirty() used to return -EIO when journal->jbh no longer contained a valid dinode, because the startup and shutdown paths already handled that failure. Commit 10995aa2451a ("ocfs2: Morph the haphazard OCFS2ISVALIDDINODE() checks.") changed the check to a BUGON() under the assumption that the journal dinode had already been validated. That turns an unexpected invalid journal dinode during mount teardown into a kernel crash instead of a normal mount failure.

[FIX] Replace the BUGON() with WARNON() and return -EIO. This keeps the invariant warning for debugging, but restores the original behavior of failing startup or shutdown cleanly instead of panicking the kernel.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80644.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
10995aa2451afa20b721cc7de856cae1a13dba57
Fixed
bf1d59cf2ac8a1730607ebaa0bc0dc6d00f197d0
Fixed
86509c5296fe46ad6bcdd83931a53c2c6b7913a8
Fixed
12c32a7350b670aaaaf2e01583d8648ec0c9755c
Fixed
b460f8d01a12061853d02c8fb693fb42450acd7d
Fixed
a06eec15596e5801bad59ad16cd2bf4f0fa839a1
Fixed
3852478d34c7baa490ba9c7374ee901a56eea577
Fixed
5b33f99f3e48465bd93219495381a5aef4fa967f
Fixed
c0438198c28b1d22c272751af5e717c11d9fa8dd

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80644.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.29
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80644.json"