CVE-2026-80645
Last modified
CVE-2026-80645 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc() With a list_for_each() loop, if we don't find the item we are looking for in the list, then the loop exits with the iterator, which is "dbell" in this loop, pointing to invalid memory. This code uses the "found" variable to determine if we have found the doorbell we are looking for or not. However, the problem that the "found" variable needs to be set to false at the start of each iteration, otherwise after the first correct doorbell, then everything is marked as found. Reset the "found" to false at the start of the iteration and move the variable inside the loop.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc() With a list_for_each() loop, if we don't find the item we are looking for in the list, then the loop exits with the iterator, which is "dbell" in this loop, pointing to invalid memory. This code uses the "found" variable to determine if we have found the doorbell we are looking for or not. However, the problem that the "found" variable needs to be set to false at the start of each iteration, otherwise after the first correct doorbell, then everything is marked as found. Reset the "found" to false at the start of the iteration and move the variable inside the loop.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 48618fb4e522d9d02e217ac05f52749545c1af20, < 9e775c3199903d7c09a52530042b1198eab705bd; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < 81c06ef66c3ab6eeaa72eb790c90ae043cdb3d43; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < 13092966ba5d8fb214a4efeddc87f9ed0fd2f945; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < acd54f42abbbd806464468838dbc04efd203d2be; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < 3b5c66e922aa6a3331915a14520848a5b3beccc7; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < 070f356ea4f419e4e85e4089381f4477f41d969e; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < dc28a14f3e4546b2b06098d24177942540581a5f; >= 48618fb4e522d9d02e217ac05f52749545c1af20, < fc15e3a30ddd950f009c76765331783b9af94a87 |
| Linux | Linux | 3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80645?
How severe is CVE-2026-80645?
How do I fix CVE-2026-80645?
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-80639In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80640In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80641In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80642In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80643In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80644In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80646In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80647In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80648In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80649In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80650In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80651In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80645?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
