Description
In the Linux kernel, the following vulnerability has been resolved:

media: cx23885: Add missing unmap in snd_cx23885_hw_params()

In error path, add cx23885_alsa_dma_unmap() to release the
resource acquired by cx23885_alsa_dma_map().
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel driver for CX23885 audio hardware contains a flaw where an error path fails to call cx23885_alsa_dma_unmap(), leaving a DMA mapping unreleased. This leads to a resource leak; subsequent attempts to map or use the device may fail, potentially corrupting memory or exhausting kernel address space. The impact is that an attacker who can control the driver’s initialization or can trigger repeated failures could cause the system to become unstable or crash, affecting availability.

Affected Systems

All Linux kernel installations that include the media driver cx23885, regardless of vendor. Any system running an older kernel that uses the cx23885 module is potentially affected; the problem does not appear to affect other drivers.

Risk and Exploitability

This flaw involves the missing release of a DMA mapping, corresponding to CWE-772, a missing delete or release resource weakness. No public exploit has been reported and the vulnerability is not listed in CISA’s KEV catalog. The EPSS score of 0.00032, indicating a very low exploitation probability, suggests the risk of exploitation is unlikely but not impossible. Because the flaw can lead to system instability or denial of service, it should be treated with caution. The CVSS score of 5.5 indicates a medium risk level. The impact depends on whether the affected device is actively used; a server without CX23885 hardware is not impacted even if the driver remains compiled.

Generated by OpenCVE AI on May 12, 2026 at 23:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel patch that implements the missing unmap in snd_cx23885_hw_params(); the patch is available in kernel revisions after commit 0b7f5608.
  • If an update cannot be applied immediately, disable the cx23885 device in the kernel configuration, or unload the module to prevent its usage until the fix is applied.
  • Monitor system logs (dmesg, /var/log/kern.log) for DMA mapping or resource allocation errors, and set alerts for any kernel panics or repeated allocation failures.

Generated by OpenCVE AI on May 12, 2026 at 23:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4606-1 linux security update
History

Tue, 12 May 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo

Thu, 07 May 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 07 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 06 May 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: cx23885: Add missing unmap in snd_cx23885_hw_params() In error path, add cx23885_alsa_dma_unmap() to release the resource acquired by cx23885_alsa_dma_map().
Title media: cx23885: Add missing unmap in snd_cx23885_hw_params()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:18:26.070Z

Reserved: 2026-05-01T14:12:55.988Z

Link: CVE-2026-43135

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:30.747

Modified: 2026-05-12T21:11:19.143

Link: CVE-2026-43135

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43135 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-12T23:45:25Z

Weaknesses