CVE-2026-97619
Last modified
CVE-2026-97619 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: end write accounting from ->ki_complete Commit b000145e9907 moved both the fsnotify calls and the write accounting out of the kiocb completion handler and into the io_req_rw_complete() task_work. However, only the fsnotify part actually needed to move as it may sleep.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: end write accounting from ->ki_complete Commit b000145e9907 moved both the fsnotify calls and the write accounting out of the kiocb completion handler and into the io_req_rw_complete() task_work. However, only the fsnotify part actually needed to move as it may sleep. Ending the write accounting is just a percpu_up_read() on the superblock writers sem. Deferring it is a problem, because it makes dropping SB_FREEZE_WRITE protection depend on the ring owner getting to running task_work. But the task may be blocked in freeze_super(), causing it to never get to that: task io-wq worker -------------------------------------------------------------- io_write() io_kiocb_start_write() (takes sb_writers, hidden from lockdep by __sb_writers_release) write_iter() -> -EIOCBQUEUED ioctl(FS_IOC_SHUTDOWN) bdev_freeze() freeze_super() percpu_down_write() <- waits for the reader above io_write() kiocb_start_write() percpu_down_read() <- queued behind the writer <bio completes> io_complete_rw() queues io_req_rw_complete() <- never runs, task is in D state End the write from io_complete_rw() instead, and leave only the fsnotify calls in task_work.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b000145e9907809406d8164c3b2b8861d95aecd1, < cc580cee4dfa2ec9099c30ecbd4d804cbb996432; >= b000145e9907809406d8164c3b2b8861d95aecd1, < 055d43a1233edbd80e558889258105ce63051bcd; >= b000145e9907809406d8164c3b2b8861d95aecd1, < 796aa0547557e63338657ed1c487906f9fac4c73; ea2e6286e3e89a115ae554e20ba9aec2b2e1ddff; 89a410dbd0f159ddd308f19d6eb682fc753e4771; 2a853c206e553dd9c0a55c22858fd6a446d93e15; >= 5.10.165, < 5.11; >= 5.15.90, < 5.16; >= 6.0.3, < 6.1 |
| Linux | Linux | 6.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97619?
How severe is CVE-2026-97619?
How do I fix CVE-2026-97619?
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-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…
- CVE-2026-97617In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97618In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9762IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is …7.8
- CVE-2026-97620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97622Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-97636Apache Airflow HashiCorp provider: the HashiCorp Vault secre…6.5
- CVE-2026-97646A weakness has been identified in ningzichun student-managem…7.3
Are you affected by CVE-2026-97619?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
