Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 34

Количество 34

ubuntu логотип

CVE-2026-23191

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7.8
EPSS: Низкий
redhat логотип

CVE-2026-23191

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7.1
EPSS: Низкий
nvd логотип

CVE-2026-23191

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7.8
EPSS: Низкий
msrc логотип

CVE-2026-23191

5 месяцев назад

ALSA: aloop: Fix racy access at PCM trigger

EPSS: Низкий
debian логотип

CVE-2026-23191

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: A ...

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-x3gh-q355-f5px

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1630-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1629-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 70 for SUSE Linux Enterprise 12 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1622-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 25 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1621-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 30 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1611-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 29 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1592-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 48 for SUSE Linux Enterprise 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1584-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 47 for SUSE Linux Enterprise 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1578-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 38 for SUSE Linux Enterprise 15 SP4)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1560-1

3 месяца назад

Security update for the Linux Kernel (Live Patch 32 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1537-1

4 месяца назад

Security update for the Linux Kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1535-1

4 месяца назад

Security update for the Linux Kernel (Live Patch 68 for SUSE Linux Enterprise 12 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1464-1

4 месяца назад

Security update for the Linux Kernel (Live Patch 28 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
rocky логотип

RLSA-2026:9131

3 месяца назад

Important: kernel security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-9131

4 месяца назад

ELSA-2026-9131: kernel security update (IMPORTANT)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-23191

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7.8
0%
Низкий
6 месяцев назад
redhat логотип
CVE-2026-23191

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7.1
0%
Низкий
6 месяцев назад
nvd логотип
CVE-2026-23191

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7.8
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-23191

ALSA: aloop: Fix racy access at PCM trigger

0%
Низкий
5 месяцев назад
debian логотип
CVE-2026-23191

In the Linux kernel, the following vulnerability has been resolved: A ...

CVSS3: 7.8
0%
Низкий
6 месяцев назад
github логотип
GHSA-x3gh-q355-f5px

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CVSS3: 7
0%
Низкий
6 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1630-1

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP5)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1629-1

Security update for the Linux Kernel (Live Patch 70 for SUSE Linux Enterprise 12 SP5)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1622-1

Security update for the Linux Kernel (Live Patch 25 for SUSE Linux Enterprise 15 SP5)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1621-1

Security update for the Linux Kernel (Live Patch 30 for SUSE Linux Enterprise 15 SP5)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1611-1

Security update for the Linux Kernel (Live Patch 29 for SUSE Linux Enterprise 15 SP5)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1592-1

Security update for the Linux Kernel (Live Patch 48 for SUSE Linux Enterprise 15 SP4)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1584-1

Security update for the Linux Kernel (Live Patch 47 for SUSE Linux Enterprise 15 SP4)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1578-1

Security update for the Linux Kernel (Live Patch 38 for SUSE Linux Enterprise 15 SP4)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1560-1

Security update for the Linux Kernel (Live Patch 32 for SUSE Linux Enterprise 15 SP5)

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1537-1

Security update for the Linux Kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5)

4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1535-1

Security update for the Linux Kernel (Live Patch 68 for SUSE Linux Enterprise 12 SP5)

4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1464-1

Security update for the Linux Kernel (Live Patch 28 for SUSE Linux Enterprise 15 SP5)

4 месяца назад
rocky логотип
RLSA-2026:9131

Important: kernel security update

3 месяца назад
oracle-oval логотип
ELSA-2026-9131

ELSA-2026-9131: kernel security update (IMPORTANT)

4 месяца назад

Уязвимостей на страницу