Lucene search
+L

218 matches found

NVD
NVD
•added 2026/09/16 11:17 a.m.•12 views

CVE-2026-89979

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race between non-atomic ops and trigger-start We protect the races of the concurrent state transitions between atomic PCM ops, but the checks between the non-atomic ops hwparams, hwfree and prepare and the atomic o...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 11:17 a.m.•8 views

AZL-101397 CVE-2026-89979 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race between non-atomic ops and trigger-start We protect the races of the concurrent state transitions between atomic PCM ops, but the checks between the non-atomic ops hwparams, hwfree and prepare and the atomic o...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/16 10:32 a.m.•25 views

CVE-2026-89979

CVE-2026-89979 is a race condition in the Linux kernel ALSA PCM subsystem. Non-atomic operations (hw_params, hw_free, prepare) can be in progress when another thread issues an atomic PCM trigger-start , causing state inconsistency (e.g., ODEBUG warnings reported by syzkaller ). The CVSS 3.1 score...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 10:32 a.m.•12 views

CVE-2026-89979 ALSA: pcm: Fix race between non-atomic ops and trigger-start

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race between non-atomic ops and trigger-start We protect the races of the concurrent state transitions between atomic PCM ops, but the checks between the non-atomic ops hwparams, hwfree and prepare and the atomic o...

7.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•12 views

EUVD-2026-80579

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race between non-atomic ops and trigger-start We protect the races of the concurrent state transitions between atomic PCM ops, but the checks between the non-atomic ops hwparams, hwfree and prepare and the atomic o...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•36 views

CVE-2026-89979 ALSA: pcm: Fix race between non-atomic ops and trigger-start

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race between non-atomic ops and trigger-start We protect the races of the concurrent state transitions between atomic PCM ops, but the checks between the non-atomic ops hwparams, hwfree and prepare and the atomic o...

7.8CVSS0.00176EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
•added 2026/09/16 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2026-89979

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: pcm: Fix race between non-atomic ops and trigger-start We protect the races of the concurrent state transitions between atomic PCM ops, but the checks...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix for use-after-free in the linked stream runtime in sndpcmdrain In the drain loop, the local variable ‘runtime’ is reassigned to the runtime of the linked stream runtime = s-runtime at line 2157. After releasing the...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•15 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fixed a potential data race in the PCM memory allocation helpers The PCM memory allocation helpers include a sanity check to prevent too many buffer allocations. However, this check is performed without proper locking,...

6.2AI score0.00205EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•11 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: ALSA: pcm: Added a sanity NULL check for the default mmap fault handler. A driver may allow access to mmap before properly initializing runtime-dmaarea. A proper NULL check should be added before passing the value to virttopag...

5.5CVSS6.4AI score0.00237EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/06 12:00 a.m.•8 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-073358)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-073358 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix setup list UAF on proc write error sndpcmossprocwrite links a newly allocated...

6.1AI score0.00209EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
•added 2026/09/01 8:24 a.m.•21 views

CVE-2026-80716

A flaw was found in the Linux kernel. Specifically, in the Advanced Linux Sound Architecture ALSA Pulse-Code Modulation PCM subsystem, a use-after-free vulnerability exists. This occurs when a linked stream is unlinked, and a wait entry is not properly removed from the drained peer's sleep list. ...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/28 4:33 p.m.•8 views

SUSE CVE-2026-80716

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/28 8:16 a.m.•15 views

AZL-98171 CVE-2026-80716 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/28 8:16 a.m.•21 views

CVE-2026-80716

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS0.00176EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/28 8:16 a.m.•17 views

CVE-2026-80716

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References10
OSV
OSV
•added 2026/08/28 8:16 a.m.•10 views

UBUNTU-CVE-2026-80716

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References11
EUVD
EUVD
•added 2026/08/28 6:53 a.m.•22 views

EUVD-2026-67451

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

5.8AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/28 6:53 a.m.•42 views

CVE-2026-80716 ALSA: pcm: wake linked drain waiters on unlink

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/28 6:53 a.m.•26 views

CVE-2026-80716 ALSA: pcm: wake linked drain waiters on unlink

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS5.8AI score
SaveExploits0References11
Rows per page
Query Builder