CVE-2026-53174
Last modified
CVE-2026-53174 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ovl: keep err zero after successful ovl_cache_get() ovl_iterate_merged() stores PTR_ERR(cache) in err before checking IS_ERR(cache). On success err holds the truncated cache pointer and can be returned as a bogus non-zero error. The syzbot reproducer reaches this through overlay-on-overlay readdir: getdents64 iterate_dir(outer overlay file) ovl_iterate_merged() ovl_cache_get() ovl_dir_read_merged() ovl_dir_read() iterate_dir(inner overlay file) ovl_iterate_merged() Only compute PTR_ERR(cache) on the error path.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ovl: keep err zero after successful ovl_cache_get() ovl_iterate_merged() stores PTR_ERR(cache) in err before checking IS_ERR(cache). On success err holds the truncated cache pointer and can be returned as a bogus non-zero error. The syzbot reproducer reaches this through overlay-on-overlay readdir: getdents64 iterate_dir(outer overlay file) ovl_iterate_merged() ovl_cache_get() ovl_dir_read_merged() ovl_dir_read() iterate_dir(inner overlay file) ovl_iterate_merged() Only compute PTR_ERR(cache) on the error path.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.13 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53174?
How severe is CVE-2026-53174?
How do I fix CVE-2026-53174?
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-53169In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5317A security flaw has been discovered in Nothings stb up to 1.…8.8
- CVE-2026-53170In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53171In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53172In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53173In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53175In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53176In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53177In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53178In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-53179In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-5318A weakness has been identified in LibRaw up to 0.22.0. This …4.3
Are you affected by CVE-2026-53174?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
