CVE-2025-40305
Last modified
CVE-2025-40305 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN p9_read_work() doesn't set Rworksched and doesn't do schedule_work(m->rq) if list_empty(&m->req_list). However, if the pipe is full, we need to read more data and this used to work prior to commit aaec5a95d59615 ("pipe_read: don't wake up the writer if the pipe is still full"). p9_read_work() does p9_fd_read() -> ... -> anon_pipe_read() which (before the commit above) triggered the unnecessary wakeup. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN p9_read_work() doesn't set Rworksched and doesn't do schedule_work(m->rq) if list_empty(&m->req_list). However, if the pipe is full, we need to read more data and this used to work prior to commit aaec5a95d59615 ("pipe_read: don't wake up the writer if the pipe is still full"). p9_read_work() does p9_fd_read() -> ... -> anon_pipe_read() which (before the commit above) triggered the unnecessary wakeup. This wakeup calls p9_pollwake() which kicks p9_poll_workfn() -> p9_poll_mux(), p9_poll_mux() will notice EPOLLIN and schedule_work(&m->rq). This no longer happens after the optimization above, change p9_fd_request() to use p9_poll_mux() instead of only checking for EPOLLOUT.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= aaec5a95d59615523db03dd53c2052f0a87beea7, < 242531004d7de8c159f9bfadebe33fe8060b1046; >= aaec5a95d59615523db03dd53c2052f0a87beea7, < e8fe3f07a357c39d429e02ca34f740692d88967a |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40305?
How severe is CVE-2025-40305?
How do I fix CVE-2025-40305?
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 2025
- CVE-2025-4030A vulnerability was found in PHPGurukul COVID19 Testing Mana…9.8
- CVE-2025-40300In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-40301In the Linux kernel, the following vulnerability has been re…7.6
- CVE-2025-40302In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40303In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40304In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40306In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40307In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40308In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40309In the Linux kernel, the following vulnerability has been re…8
- CVE-2025-4031A vulnerability was found in PHPGurukul Pre-School Enrollmen…9.8
- CVE-2025-40310In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-40305?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
