๐Ÿ” CVE Alert

CVE-2026-90433

UNKNOWN 0.0

spi: oc-tiny: switch to managed controller allocation

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: spi: oc-tiny: switch to managed controller allocation The controller is allocated with the non-managed spi_alloc_host() while the interrupt is registered with devm_request_irq(). During removal, spi_bitbang_stop() only unregisters the controller; the subsequent spi_controller_put() then frees the controller together with its embedded driver-private devdata, which is the IRQ handler's dev_id. The devm_request_irq() release action (free_irq()), which drains the handler, does not run until after .remove() returns. A late or latched interrupt can therefore reach tiny_spi_irq() and dereference already-freed memory (e.g. hw->base). Switch to devm_spi_alloc_host() so that the devres LIFO order releases the controller only after free_irq() has drained the handler, and drop the now-redundant spi_controller_put() from .remove(). The probe error path is simplified to direct returns. This issue was found by an in-house static analysis tool.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
ce792580ea2ce6f7259b45124e9ccc4574c31606 < 0260c94453a08491640e61f8cf0c384edbe7bd11 ce792580ea2ce6f7259b45124e9ccc4574c31606 < ef5cc4a8c088d05549f71950a72b5deff5000fd7 ce792580ea2ce6f7259b45124e9ccc4574c31606 < 1cd16c8d68f58e54abb8f331d05469237200631f ce792580ea2ce6f7259b45124e9ccc4574c31606 < d710f43ce30975d197f73c543bfe47b958d8ba17
Linux / Linux
2.6.39

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/0260c94453a08491640e61f8cf0c384edbe7bd11 git.kernel.org: https://git.kernel.org/stable/c/ef5cc4a8c088d05549f71950a72b5deff5000fd7 git.kernel.org: https://git.kernel.org/stable/c/1cd16c8d68f58e54abb8f331d05469237200631f git.kernel.org: https://git.kernel.org/stable/c/d710f43ce30975d197f73c543bfe47b958d8ba17