CVE-2026-90433
Last modified
CVE-2026-90433 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ce792580ea2ce6f7259b45124e9ccc4574c31606, < 0260c94453a08491640e61f8cf0c384edbe7bd11; >= ce792580ea2ce6f7259b45124e9ccc4574c31606, < ef5cc4a8c088d05549f71950a72b5deff5000fd7; >= ce792580ea2ce6f7259b45124e9ccc4574c31606, < 1cd16c8d68f58e54abb8f331d05469237200631f; >= ce792580ea2ce6f7259b45124e9ccc4574c31606, < d710f43ce30975d197f73c543bfe47b958d8ba17 |
| Linux | Linux | 2.6.39 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90433?
How severe is CVE-2026-90433?
How do I fix CVE-2026-90433?
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-90427In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90429In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90430In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90431In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90434In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90435In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90439NGINX Plus and NGINX Open Source have a vulnerability in the…6.5
- CVE-2026-9044An OS command injection vulnerability exists in the VPN modu…8
- CVE-2026-90443A web interface reflects a portion of the request URL into a…5.3
- CVE-2026-90444A file-transfer interface that requires valid credentials ac…8.7
Are you affected by CVE-2026-90433?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
