CVE-2026-97610
Last modified
CVE-2026-97610 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: netfs: Fix uninitialized return value in netfs_unbuffered_write() If preparation of the first subrequest fails, netfs_unbuffered_write() exits its loop before ret is initialized. The empty-iterator check can do the same. For synchronous writes, netfs_unbuffered_write_iter_locked() may then return an unrelated error instead of wreq->error.
Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix uninitialized return value in netfs_unbuffered_write() If preparation of the first subrequest fails, netfs_unbuffered_write() exits its loop before ret is initialized. The empty-iterator check can do the same. For synchronous writes, netfs_unbuffered_write_iter_locked() may then return an unrelated error instead of wreq->error. This is reachable through CIFS if cifs_prepare_write() fails to reopen the file or obtain credits. Initialize ret to 0 so the caller returns wreq->error if no data was written, or the number of bytes already written otherwise. Found with Clang's -Wconditional-uninitialized.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 72d08d2839649d1c5efbe375751f4473fa4486af, < 3d038eebdbd400c3bc4b66bd8aa0dff0c2bcce26; >= a0b4c7a49137ed21279f354eb59f49ddae8dffc2, < 2e38d500471d097cda87d7d374bbc1b13493075d; >= a0b4c7a49137ed21279f354eb59f49ddae8dffc2, < f18e8774f4d3137fa0a5fb8ffa83d59a719666d8; 0c29f6d63122a0168d67cb8ecde5b4cf7fe4acb0; >= 6.18.17, < 6.18.53; >= 6.19.7, < 6.20 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97610?
How severe is CVE-2026-97610?
How do I fix CVE-2026-97610?
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-97604In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97605In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97606In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97607In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97608In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97609In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97611In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97612In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97613In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97614In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97615In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97616In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97610?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
