7.0
HIGH
CVE-2024-26654
Alsa AICA UAF Flaw
Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard->timer could schedule the spu_dma_work and the spu_dma_work could also arm the dreamcastcard->timer. When the snd_pcm_substream is closing, the aica_channel will be deallocated. But it could still be dereferenced in the worker thread. The reason is that del_timer() will return directly regardless of whether the timer handler is running or not and the worker could be rescheduled in the timer handler. As a result, the UAF bug will happen. The racy situation is shown below: (Thread 1) | (Thread 2) snd_aicapcm_pcm_close() | ... | run_spu_dma() //worker | mod_timer() flush_work() | del_timer() | aica_period_elapsed() //timer kfree(dreamcastcard->channel) | schedule_work() | run_spu_dma() //worker ... | dreamcastcard->channel-> //USE In order to mitigate this bug and other possible corner cases, call mod_timer() conditionally in run_spu_dma(), then implement PCM sync_stop op to cancel both the timer and worker. The sync_stop op will be called from PCM core appropriately when needed.

INFO

Published Date :

April 1, 2024, 9:15 a.m.

Last Modified :

Feb. 3, 2025, 2:32 p.m.

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Remotely Exploitable :

No

Impact Score :

5.9

Exploitability Score :

1.0
Affected Products

The following products are affected by CVE-2024-26654 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
1 Debian debian_linux
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2024-26654.

URL Resource
https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 Patch
https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 Patch
https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 Patch
https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 Patch
https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 Patch
https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 Patch
https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 Patch
https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 Patch
https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 Patch
https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 Patch
https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 Patch
https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 Patch
https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 Patch
https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 Patch
https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 Patch
https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 Patch
https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 Patch
https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 Patch
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Mailing List

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-26654 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-26654 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Feb. 03, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 NIST AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
    Added CWE NIST CWE-416
    Added CPE Configuration OR *cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.23 up to (excluding) 4.19.312 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.274 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.215 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.154 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.84 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.24 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.7.12 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.8 up to (excluding) 6.8.3 *cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*
    Changed Reference Type https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 No Types Assigned https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 Patch
    Changed Reference Type https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 No Types Assigned https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 Patch
    Changed Reference Type https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 No Types Assigned https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 Patch
    Changed Reference Type https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 No Types Assigned https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 Patch
    Changed Reference Type https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 No Types Assigned https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 Patch
    Changed Reference Type https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 No Types Assigned https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 Patch
    Changed Reference Type https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 No Types Assigned https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 Patch
    Changed Reference Type https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 No Types Assigned https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 Patch
    Changed Reference Type https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 No Types Assigned https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 Patch
    Changed Reference Type https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 No Types Assigned https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 Patch
    Changed Reference Type https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 No Types Assigned https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 Patch
    Changed Reference Type https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 No Types Assigned https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 Patch
    Changed Reference Type https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 No Types Assigned https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 Patch
    Changed Reference Type https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 No Types Assigned https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 Patch
    Changed Reference Type https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 No Types Assigned https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 Patch
    Changed Reference Type https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 No Types Assigned https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 Patch
    Changed Reference Type https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 No Types Assigned https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 Patch
    Changed Reference Type https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 No Types Assigned https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 Patch
    Changed Reference Type https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html No Types Assigned https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Mailing List
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    Nov. 21, 2024

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457
    Added Reference https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04
    Added Reference https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2
    Added Reference https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901
    Added Reference https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5
    Added Reference https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046
    Added Reference https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845
    Added Reference https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3
    Added Reference https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2
    Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Nov. 05, 2024

    Action Type Old Value New Value
    Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 25, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned]
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 29, 2024

    Action Type Old Value New Value
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 14, 2024

    Action Type Old Value New Value
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Apr. 13, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/4206ad65a0ee76920041a755bd3c17c6ba59bba2 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/aa39e6878f61f50892ee2dd9d2176f72020be845 [No types assigned]
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Apr. 10, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://git.kernel.org/stable/c/8c990221681688da34295d6d76cc2f5b963e83f5 [No types assigned]
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Apr. 03, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://git.kernel.org/stable/c/9d66ae0e7bb78b54e1e0525456c6b54e1d132046 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/61d4787692c1fccdc268ffa7a891f9c149f50901 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/e955e8a7f38a856fc6534ba4e6bffd4d5cc80ac3 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/3c907bf56905de7d27b329afaf59c2fb35d17b04 [No types assigned]
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Apr. 01, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard->timer could schedule the spu_dma_work and the spu_dma_work could also arm the dreamcastcard->timer. When the snd_pcm_substream is closing, the aica_channel will be deallocated. But it could still be dereferenced in the worker thread. The reason is that del_timer() will return directly regardless of whether the timer handler is running or not and the worker could be rescheduled in the timer handler. As a result, the UAF bug will happen. The racy situation is shown below: (Thread 1) | (Thread 2) snd_aicapcm_pcm_close() | ... | run_spu_dma() //worker | mod_timer() flush_work() | del_timer() | aica_period_elapsed() //timer kfree(dreamcastcard->channel) | schedule_work() | run_spu_dma() //worker ... | dreamcastcard->channel-> //USE In order to mitigate this bug and other possible corner cases, call mod_timer() conditionally in run_spu_dma(), then implement PCM sync_stop op to cancel both the timer and worker. The sync_stop op will be called from PCM core appropriately when needed.
    Added Reference kernel.org https://git.kernel.org/stable/c/051e0840ffa8ab25554d6b14b62c9ab9e4901457 [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-26654 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-26654 weaknesses.

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability