CVE-2026-80860
Last modified
CVE-2026-80860 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 ("fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req") the WARN_ON(!list_empty(&req->intr_entry)) in fuse_request_free() still triggers due to the following race: In request_wait_answer() if (test_bit(FR_SENT, &req->flags)) -> returns true In fuse_chan_resend() clear_bit(FR_SENT, &req->flags) In request_wait_answer() queue_interrupt(req) Fix by: - move clearing FR_SENT inside fpq->lock - move setting FR_PENDING inside fiq->lock - recheck FR_SENT after acquiring fiq->lock in fuse_dev_queue_interrupt(). EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 ("fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req") the WARN_ON(!list_empty(&req->intr_entry)) in fuse_request_free() still triggers due to the following race: In request_wait_answer() if (test_bit(FR_SENT, &req->flags)) -> returns true In fuse_chan_resend() clear_bit(FR_SENT, &req->flags) In request_wait_answer() queue_interrupt(req) Fix by: - move clearing FR_SENT inside fpq->lock - move setting FR_PENDING inside fiq->lock - recheck FR_SENT after acquiring fiq->lock in fuse_dev_queue_interrupt()
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7366e6f4d2b4c7002b13fb01219e83679dad4127, < 0f930904452945f409eeeb0c9afa08bf27185cb1; >= f8fce75fedf73ac72aa09163deb8f4291fdcaad2, < 26fbe4bc3ef3ab0200407681cbef182af5d151de; >= f8fce75fedf73ac72aa09163deb8f4291fdcaad2, < ed9c881f3b498383f73c42712b359419da42a7b0; 1d8ecd0cd696a5df0b2f72046a4ccee5d2a8ec2c; 893479015cb6442fd389d3b553ab3036c9541715; >= 6.18.39, < 6.18.51; >= 6.12.96, < 6.13; >= 7.1.4, < 7.2 |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80860?
How severe is CVE-2026-80860?
How do I fix CVE-2026-80860?
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-80855In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80856In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80857In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80858In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80859In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8086A vulnerability was identified in OSGeo gdal up to 3.13.0dev…7.8
- CVE-2026-80861In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80862In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80863In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80864In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80866In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80860?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
