CVE-2026-90405
Last modified
CVE-2026-90405 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: fix some error handling bugs in probe() There are a few issues here: 1) After we assign: chan = dma_request_chan(&pdev->dev, "tx"); Then the error paths need to clean up before returning. The first error path does a direct return. 2) The error paths check "dcmi->mdma_chan" but that is not assigned until later so it results in memory leaks.
Description
In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: fix some error handling bugs in probe() There are a few issues here: 1) After we assign: chan = dma_request_chan(&pdev->dev, "tx"); Then the error paths need to clean up before returning. The first error path does a direct return. 2) The error paths check "dcmi->mdma_chan" but that is not assigned until later so it results in memory leaks. Test "mdma_chan" instead. 3) The error handling calls dma_release_channel(dcmi->dma_chan) before "dcmi->dma_chan" has been assigned which leads to a NULL pointer dereference. Use the "chan" variable instead. I also moved the call to dma_release_channel() after the call to dma_release_channel() so it mirrors the allocation code better.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bc901885fae0a0273288666609d143e960b6ad3a, < 4d030d7d1af95d24d3eb6e536a4f09b7bf9a8659; >= bc901885fae0a0273288666609d143e960b6ad3a, < f1d1ed39ced825615aeac61f0b6a322178756632 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90405?
How severe is CVE-2026-90405?
How do I fix CVE-2026-90405?
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-9040A race condition vulnerability in Arm Ltd Bifrost GPU Kernel…7.7
- CVE-2026-90400In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90401In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90402In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-90403In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-90404In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90406In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90407In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-90408In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-90409In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90410In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90411In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90405?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
