Skip to main content

Linux EUVDEUVD-2026-82066

| CVE-2026-90405
2026-09-17 Linux GHSA-8r39-p738-wgfm

Lifecycle Timeline

2
Patch available
Sep 17, 2026 - 17:19 EUVD
CVE Published
Sep 17, 2026 - 16:09 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

  1. The error paths check "dcmi->mdma_chan" but that is not assigned

until later so it results in memory leaks. Test "mdma_chan" instead.

  1. 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.

Analysis

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. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-82066 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy