CVE-2026-92494
Last modified
CVE-2026-92494 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ext4: fix buffer_head leak in ext4_init_orphan_info ext4_init_orphan_info() reads orphan file blocks with ext4_bread() and stores the returned buffer_head in oi->of_binfo[i].ob_bh. If ext4_bread() succeeds but the orphan block magic or checksum validation fails, the function jumps to out_free. However, the old out_free loop starts releasing buffers from i - 1, so the current buffer_head at index i is skipped. This leaks the buffer_head reference obtained by ext4_bread() on the bad magic and bad checksum error paths. Fix this by tracking the number of successfully read buffer_heads and releasing exactly those buffer_heads on the error path..
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: fix buffer_head leak in ext4_init_orphan_info ext4_init_orphan_info() reads orphan file blocks with ext4_bread() and stores the returned buffer_head in oi->of_binfo[i].ob_bh. If ext4_bread() succeeds but the orphan block magic or checksum validation fails, the function jumps to out_free. However, the old out_free loop starts releasing buffers from i - 1, so the current buffer_head at index i is skipped. This leaks the buffer_head reference obtained by ext4_bread() on the bad magic and bad checksum error paths. Fix this by tracking the number of successfully read buffer_heads and releasing exactly those buffer_heads on the error path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < a9a6ec1298f9bc134b2c5db27d25bb10603b7113; >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < 35fc83c65faf7949f5701bb34b20f822560a7718; >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < 74637f7fef030e5fb2e835b7dfeb05efdc48e0fe; >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < 6ec53ccab0d691b3c73e03d930343ca45987e88d; >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < 1399f102d8a1855c1a38506057306ec79d0787d9; >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < e1e342d9a561c016b8531ec1f4dcefaad9d64954; >= 02f310fcf47fa9311d6ba2946a8d19e7d7d11f37, < 05704335803b69c1bfa8637b7ada942bf2ee8a41 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92494?
How severe is CVE-2026-92494?
How do I fix CVE-2026-92494?
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-92489In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9249Unverified password change in Devolutions Server allows an a…3.1
- CVE-2026-92490In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92492In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92493In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92495In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92496In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92497In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92498In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92499In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92500In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-92494?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
