CVE-2026-90204: ocfs2: validate DIO orphan slot during inode read

Published Sep 17, 2026
·
Updated

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

ocfs2: validate DIO orphan slot during inode read

[BUG] A corrupted append-DIO dinode (high byte at offset 0xa1 corrupted from 0 to 1) can carry an idioorphanedslot outside the mounted filesystem slot range and trigger a use-after-free error:

BUG: KASAN: slab-use-after-free in ocfs2getsystemfileinode+0x780/0x820 fs/ocfs2/sysfile.c:102 Read of size 8 at addr ffff88800b767c00 by task kworker/u8:3/85 Call Trace: ... ocfs2getsystemfileinode+0x780/0x820 fs/ocfs2/sysfile.c:102 ocfs2wipeinode+0x292/0xf70 fs/ocfs2/inode.c:840 ocfs2deleteinode fs/ocfs2/inode.c:1155 [inline] ocfs2evictinode+0x6c9/0x1170 fs/ocfs2/inode.c:1295 evict+0x38e/0x8f0 fs/inode.c:810 iputfinal fs/inode.c:1914 [inline] iput fs/inode.c:1966 [inline] iput+0x55b/0x8b0 fs/inode.c:1926 ocfs2recoverorphans+0x610/0xe40 fs/ocfs2/journal.c:2374 ocfs2completerecovery+0x5af/0xd00 fs/ocfs2/journal.c:1373 ...

[CAUSE] ocfs2delinodefromorphan() uses idioorphanedslot to index the slot-local system inode cache. The dinode validator does not check this active slot, so an out-of-range value produces an invalid cache entry pointer that is dereferenced as an inode pointer.

[FIX] Reject an active idioorphanedslot outside the slot range during dinode validation, before DIO orphan recovery can consume it.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Linux systems mounting an OCFS2 filesystem are exposed when they process a corrupted append-DIO dinode whose orphan slot value falls outside the mounted filesystem's slot range.

2

What condition is needed to trigger the use-after-free?

The affected dinode must contain an out-of-range i_dio_orphaned_slot value. During orphan recovery or inode eviction, OCFS2 uses that value to index a slot-local system inode cache, which can yield an invalid cache entry pointer.

3

How can an administrator recognize a possible occurrence?

A KASAN report may identify a slab use-after-free involving ocfs2_get_system_file_inode, called through ocfs2_wipe_inode, ocfs2_evict_inode, and orphan recovery functions such as ocfs2_recover_orphans or ocfs2_complete_recovery.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203