Junglewise Threat Intelligence

CVE-2026-43183: Linux Kernel resource leak in cx25821 media driver

CVE-2026-43183 · Severity: medium · CVSS 5.5 · Published 2026-05-06

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's cx25821 media driver, which handles certain video capture hardware. A technical error in how the system sets up this hardware could lead to a 'resource leak,' where memory is reserved but never released if an error occurs. Over time, this could degrade system performance or lead to a system crash, potentially allowing a local user to disrupt operations.

Technical details

A resource leak (CWE-401) exists in the cx25821 video driver within the Linux kernel. Specifically, in the `cx25821_dev_setup()` function, the driver fails to call `release_mem_region()` if the subsequent `ioremap()` call fails. This leaves the memory region obtained by `cx25821_get_resources()` allocated indefinitely. An attacker with local access could potentially trigger this failure path to exhaust system resources, leading to a denial-of-service (DoS) condition. The issue has been resolved by adding the appropriate cleanup call in the error handling path.

Affected products

  • Linux Linux Kernel 2.6.32 to 5.10.252, 5.11 to 5.15.202, 5.16 to 6.1.165, 6.2 to 6.6.128, 6.7 to 6.12.75, 6.13 to 6.18.16, 6.19 to 6.19.6

Timeline

  • 2026-05-06: disclosed
  • 2026-05-06: advisory
  • 2026-01-13: patched: Initial patch committed to mainline kernel.

References

Related threats