CVE-2026-89787
Last modified
CVE-2026-89787 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ext4: check dir entry fits before reading the hash trailer in ext4_search_dir() For casefolded encrypted directories ext4 stores an 8-byte hash trailer after the name (EXT4_DIRENT_HASHES()), at an offset derived from de->name_len. On the sb_no_casefold_compat_fallback() path ext4_match() reads that trailer, but ext4_search_dir()'s by-hand pre-check only tests de->name + de->name_len <= dlimit, which proves the name fits, not the rounded trailer.
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: check dir entry fits before reading the hash trailer in ext4_search_dir() For casefolded encrypted directories ext4 stores an 8-byte hash trailer after the name (EXT4_DIRENT_HASHES()), at an offset derived from de->name_len. On the sb_no_casefold_compat_fallback() path ext4_match() reads that trailer, but ext4_search_dir()'s by-hand pre-check only tests de->name + de->name_len <= dlimit, which proves the name fits, not the rounded trailer. A crafted entry whose name ends at the block boundary passes the check while EXT4_DIRENT_HASHES(de) lands past the block end, so ext4_match() reads out of bounds on an ordinary lookup. KASAN reports it as a use-after-free when the page after the directory block holds a freed object: BUG: KASAN: use-after-free in ext4_match (fs/ext4/namei.c:1435) Read of size 4 at addr ffff888010458000 by task exploit Call Trace: ext4_match (fs/ext4/namei.c:1435) ext4_search_dir (fs/ext4/namei.c:1470) __ext4_find_entry (fs/ext4/namei.c:1268 fs/ext4/namei.c:1632) ext4_lookup (fs/ext4/namei.c:1703 fs/ext4/namei.c:1769) ... filename_lookup (fs/namei.c:2842) vfs_statx (fs/stat.c:353) __do_sys_newfstatat (fs/stat.c:538) do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) Require, for hash-in-dirent directories, that the whole entry including the rounded trailer fits before calling ext4_match(). This is the same bound ext4_check_dir_entry() already enforces via ext4_dir_rec_len(), so no well-formed entry is rejected. The other caller, ext4_find_dest_de(), runs ext4_check_dir_entry() first and is unaffected.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < 4d20106c536b73c4a8a02652dc85e35898baebf7; >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < 61a395967de06edba58760e81907a272db749faa; >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < e94676a08af6312aa72d8a981232b281f9bcfcf5; >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < d8c184bec24b5a00ae96d704856d935eaded1685; >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < 3933884bc3102898b458c53fbd1ac52eb9cdb8a4; >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < 83663c0b739480c00cfe785675db87520ec484ed; >= 471fbbea7ff7061b2d6474665cb5a2ceb4fd6500, < c7e6b863d298f56522d0d08554bbea7f142e6588 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89787?
How severe is CVE-2026-89787?
How do I fix CVE-2026-89787?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89781In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89782In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89783In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89786In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89788In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89789In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8979The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89790In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89791In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89792In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-89787?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
