Tracker / CVE-2026-46267
CVE-2026-46267
High 7.8
In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llc_shdlc_deinit() purges SHDLC skb queues and frees the llc_shdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule sm_work, and sm_work accesses SHDLC state and the skb queues. If teardown happens in parallel with a queued/running work item, it can lead to UAF and other shutdown races. Stop all SHDLC timers and cancel sm_work synchronously before purging the queues and freeing the context. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Affected products and versions
| linux | linux_kernel · 3.7 → 5.15.202 |
|---|---|
| linux | linux_kernel · 5.16 → 6.1.165 |
| linux | linux_kernel · 6.13 → 6.18.14 |
| linux | linux_kernel · 6.19 → 6.19.4 |
| linux | linux_kernel · 6.2 → 6.6.128 |
| linux | linux_kernel · 6.7 → 6.12.75 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.