CVE-2023-54084
Unknown Unknown - Not Provided

Use-After-Free Vulnerability in Linux ALSA firewire-digi00x Component

Vulnerability report for CVE-2023-54084, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-digi00x: prevent potential use after free This code was supposed to return an error code if init_stream() failed, but it instead freed dg00x->rx_stream and returned success. This potentially leads to a use after free.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a use-after-free issue in the Linux kernel's ALSA firewire-digi00x driver. Specifically, when the init_stream() function fails, the code incorrectly frees the rx_stream resource but returns success instead of an error. This can lead to the system attempting to use memory that has already been freed, causing potential instability or security risks.

Impact Analysis

The use-after-free vulnerability can lead to system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service by exploiting the freed memory. This can compromise the reliability and security of systems running the affected Linux kernel.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54084. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart