CVE-2026-80645
HIGH 8.1In 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.
Severe if exploited (CVSS 8.1), but no known exploitation and low modeled probability. Patch on a normal cadence.
Exploitation likelihood
0.2%chance of exploitation in 30 days · 7th percentile
Impact if exploited
8.1CVSS 3.1 · HIGH
- ConfidentialityNone
- IntegrityHigh
- AvailabilityHigh
What an attacker needs
- ⚠Access: Must sit on the same / adjacent network
- ✓Privileges: No account or privileges required
- ✓User interaction: No user interaction needed
- ✓Complexity: No special conditions — reliably repeatable
✓ lowers the bar for an attacker · ⚠ raises it
Proof of concept & exploit code
- github-search Search GitHub for public PoC repos
Test against your own equipment
curl -s https://vulnpedia.com/cve/CVE-2026-80645/poc.jsonMachine-readable PoC index for this CVE (for automation).Listed for defensive triage, patch verification, and authorized testing on systems you own. Machine-readable: /cve/CVE-2026-80645/poc.json
Weakness (CWE)
Not classified.
CVSS vector
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
References
Technical & other
- https://git.kernel.org/stable/c/9e775c3199903d7c09a52530042b1198eab705bd
- https://git.kernel.org/stable/c/81c06ef66c3ab6eeaa72eb790c90ae043cdb3d43
- https://git.kernel.org/stable/c/13092966ba5d8fb214a4efeddc87f9ed0fd2f945
- https://git.kernel.org/stable/c/acd54f42abbbd806464468838dbc04efd203d2be
- https://git.kernel.org/stable/c/3b5c66e922aa6a3331915a14520848a5b3beccc7
- https://git.kernel.org/stable/c/070f356ea4f419e4e85e4089381f4477f41d969e
- https://git.kernel.org/stable/c/dc28a14f3e4546b2b06098d24177942540581a5f
- https://git.kernel.org/stable/c/fc15e3a30ddd950f009c76765331783b9af94a87