CVE-2026-89786

Source
https://cve.org/CVERecord?id=CVE-2026-89786
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89786.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89786
Downstream
Published
2026-09-16T08:48:23Z
Modified
2026-09-17T03:47:09Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
ext4: fix out-of-bounds read in ext4_read_inline_dir()
Details

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

ext4: fix out-of-bounds read in ext4_read_inline_dir()

ext4_read_inline_dir() can read a dirent header past the end of its inline buffer, triggering a slab-out-of-bounds read during getdents64():

BUG: KASAN: slab-out-of-bounds in __ext4_check_dir_entry Read of size 2 at addr ffff88800f3dd23c by task exploit/148 ... __ext4_check_dir_entry ext4_read_inline_dir iterate_dir

The dirent payload lives in a buffer of exactly inline_size bytes:

dir_buf = kmalloc(inline_size, GFP_NOFS);

but iteration runs in a position space extra_offset bytes larger (extra_size = extra_offset + inline_size) so the synthetic "." and ".." land at their block-dir offsets. A dirent is formed at "dir_buf + pos - extra_offset", yet the ext4_check_dir_entry() length argument uses the larger extra_size. A position whose dirent header would extend past extra_size is therefore accepted, and the rescan loop's rec_len probe and ext4_check_dir_entry() dereference de->rec_len before the entry is rejected.

Reject a position whose minimum-size dirent header would not fit within extra_size before forming de, in both the rescan and main loops, and pass inline_size rather than extra_size to ext4_check_dir_entry() so the length check matches the physical buffer.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89786.json"
}
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
c4d8b0235aa98f8c26bf94d308be3fdd24154572
Fixed
d1e7c186555ad65554fd2f2b02f5a539aa35ae48
Fixed
5fd20d4e50dd6e460b3ea8e4396f8553d4526f8f
Fixed
1a1dea633b724a1c042dbcdb1fed27f410916688
Fixed
b060861f662d4826dc700a1c3584243bb3474cfe
Fixed
6702c7da86d8cdb88d0fc57166286e115ffeb8c0
Fixed
36bf17bb90cdf7a623499b624b05acde4d2feef5
Fixed
9333cc809f0a89e001b814155a6cb8903a6274df

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.10.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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