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

ALSA: 6fire: Fix UAF at error handling during probe

Although 6fire driver had a few fixes for dealing with the early error
handling during the probe phase, it forgot a pending URB before
freeing the resources, which may lead to a UAF.

This patch addresses it by doing the almost same cleanup procedure
like the normal disconnect phase at the error path.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

During the probe phase of the ALSA 6fire driver, a pending USB Request Block (URB) was not freed when an error occurred, resulting in a dangling pointer. This use‑after‑free could allow a local attacker to cause a kernel crash or potentially execute arbitrary code with kernel privileges, compromising confidentiality, integrity, and availability of the system.

Affected Systems

Linux kernel, specifically the ALSA 6fire driver. No specific kernel versions are listed, so any release lacking the patch is potentially affected.

Risk and Exploitability

The CVSS score of 5.5 reflects moderate severity, and the EPSS score of < 1% indicates a low likelihood of exploitation. It is not listed in CISA’s KEV catalog, suggesting no confirmed exploit activity to date. Exploitation likely requires local access to the affected machine and the presence of a 6fire device, and would result in a denial of service or privilege escalation within the kernel execution context.

Generated by OpenCVE AI on August 21, 2026 at 22:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the ALSA 6fire UAF fix
  • If an immediate update is not possible, disable or remove the 6fire device or driver to prevent probe errors
  • Monitor kernel release notes and plan a prompt update once the fix is available

Generated by OpenCVE AI on August 21, 2026 at 22:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
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, 19 Aug 2026 17:00:00 +0000


Sat, 15 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Fix UAF at error handling during probe Although 6fire driver had a few fixes for dealing with the early error handling during the probe phase, it forgot a pending URB before freeing the resources, which may lead to a UAF. This patch addresses it by doing the almost same cleanup procedure like the normal disconnect phase at the error path.
Title ALSA: 6fire: Fix UAF at error handling during probe
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-08-19T16:38:02.508Z

Reserved: 2026-08-15T05:44:03.908Z

Link: CVE-2026-74505

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:55.533

Modified: 2026-08-19T17:21:07.500

Link: CVE-2026-74505

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74505 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:00:14Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference