CVE-2026-74350
Last modified
CVE-2026-74350 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2_validate_inode_block() already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatment. A zero-cluster symlink is treated as a fast symlink and later read through page_get_link() and ocfs2_fast_symlink_read_folio(). EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2_validate_inode_block() already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatment. A zero-cluster symlink is treated as a fast symlink and later read through page_get_link() and ocfs2_fast_symlink_read_folio(). That path uses strnlen() on the inline payload and then copies len + 1 bytes into the folio. If a corrupt dinode stores an i_size that does not fit the inline area or omits the terminating NUL at i_size, that copy reads past the end of the inode block buffer. Reject zero-cluster symlink dinodes whose i_size exceeds the inline fast-symlink capacity or whose inline payload is not NUL-terminated exactly at i_size when the inode block is validated. This keeps malformed fast symlinks from reaching the read path. Validation reproduced this kernel report: KASAN use-after-free in ocfs2_fast_symlink_read_folio+0x12c/0x1f0 RIP: 0033:0x7f5c6d859aa7 Read of size 3905 Call trace: dump_stack_lvl+0x66/0xa0 (?:?) print_report+0xce/0x630 (?:?) ocfs2_fast_symlink_read_folio+0x12c/0x1f0 (fs/ocfs2/inode.c:?) srso_alias_return_thunk+0x5/0xfbef5 (?:?) __virt_addr_valid+0x19f/0x330 (?:?) kasan_report+0xe0/0x110 (?:?) kasan_check_range+0x105/0x1b0 (?:?) __asan_memcpy+0x23/0x60 (?:?) filemap_read_folio+0x27/0xe0 (?:?) filemap_read_folio+0x35/0xe0 (?:?) do_read_cache_folio+0x138/0x230 (?:?) __page_get_link+0x26/0x110 (?:?) page_get_link+0x2e/0x70 (?:?) vfs_readlink+0x15e/0x250 (?:?) touch_atime+0x4d/0x370 (?:?) do_readlinkat+0x186/0x200 (?:?) do_user_addr_fault+0x65a/0x890 (?:?) __x64_sys_readlink+0x46/0x60 (?:?) do_syscall_64+0x115/0x6a0 (arch/x86/entry/syscall_64.c:87) entry_SYSCALL_64_after_hwframe+0x77/0x7f (?:?)
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1, < f9e2cb692b77a679b1f4cc2b7b277fa908586533; >= ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1, < e234973f286ed2e8961a24561ec91594ec3e3ff8 |
| Linux | Linux | 3.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74350?
How severe is CVE-2026-74350?
How do I fix CVE-2026-74350?
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-74345In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74346In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74347In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74348In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74349In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-7435SSCMS v7.4.0 contains a SQL injection vulnerability in the s…8.6
- CVE-2026-74351In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74352In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74353In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74354In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74355In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-74356In the Linux kernel, the following vulnerability has been re…7.4
Are you affected by CVE-2026-74350?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
