Lucene search
+L

1430 matches found

AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.13 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fixed error handling in mxssgtl5000probe. This function only calls ofnodeput in the regular path. It will cause a refcount leak in error-prone paths. For example, when codecnp is NULL, saifnp0 and saifnp1 are not NULL,...

5.5CVSS5.8AI score0.00263EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.9 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerabilities have been resolved: ASoC: mxs-saif: Fixed the refcount leak in mxssaifprobe. The ofparsephandle function returns a node pointer with a refcount incremented; we should use ofnodeput on it after processing...

5.5CVSS6.1AI score0.00263EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-80900

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check...

5.9AI score0.00145EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80911

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: SOF: sof-audio: Fix error path in sofwidgetsetupunlocked If either tplgops-daiconfig or widgetkcontrolsetup fail during widget setup we would double...

5.8AI score0.00156EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/09/05 12:24 a.m.11 views

SUSE CVE-2026-80900

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes...

6AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/05 12:24 a.m.16 views

SUSE CVE-2026-80910

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol-value.integer.value0 a long instead ...

5.9AI score0.00161EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/05 12:24 a.m.12 views

SUSE CVE-2026-80911

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sofwidgetsetupunlocked If either tplgops-daiconfig or widgetkcontrolsetup fail during widget setup we would double decrement the usecount of the widget because the sofwidgetfreeunlocked wou...

5.9AI score0.00156EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 6:18 p.m.6 views

AZL-99549 CVE-2026-80910 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol-value.integer.value0 a long instead ...

5.9AI score0.00161EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 5:19 p.m.8 views

EUVD-2026-71614

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sofwidgetsetupunlocked If either tplgops-daiconfig or widgetkcontrolsetup fail during widget setup we would double decrement the usecount of the widget because the sofwidgetfreeunlocked wou...

5.3AI score0.00156EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/04 5:19 p.m.15 views

CVE-2026-80911

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sofwidgetsetupunlocked If either tplgops-daiconfig or widgetkcontrolsetup fail during widget setup we would double decrement the usecount of the widget because the sofwidgetfreeunlocked wou...

5.9AI score0.00156EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 5:19 p.m.8 views

EUVD-2026-71669

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol-value.integer.value0 a long instead ...

5.3AI score0.00161EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 5:19 p.m.13 views

CVE-2026-80910

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain" and the four "WSA RX Mux" controls are enumerated, but their get and put callbacks access the value through ucontrol-value.integer.value0 a long instead ...

6AI score0.00161EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 5:19 p.m.18 views

CVE-2026-80910

CVE-2026-80910 affects the Linux kernel's lpass-wsa-macro ASoC codec driver. The root cause is that the get and put callbacks for the "EAR SPKR PA Gain" and four "WSA RX Mux" * enumerated controls access the value via ucontrol->value.integer.value[0] (a long) instead of ucontrol->value.enum...

5.3AI score0.00161EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/04 5:11 p.m.10 views

EUVD-2026-71650

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes...

5.5AI score0.00145EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/04 5:11 p.m.14 views

CVE-2026-80900

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes...

6AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 5:11 p.m.9 views

CVE-2026-80900

CVE-2026-80900 affects the Linux kernel 's ASoC SDCA (ALSA System on Chip, SDCA) component. The root cause is an UMP (Unified Multiplex Protocol) message size check that incorrectly passes when the message offset exceeds the buffer length, allowing invalid sizes to go undetected. The fix refactor...

5.5AI score0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 5:11 p.m.6 views

CVE-2026-80900 ASoC: SDCA: Make UMP message size check more robust

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes...

5.8AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80910

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses EAR SPKR PA Gain and the four WSA RX Mux controls are enumerated, but their get and put callbacks acce...

5.8AI score0.00161EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 12:00 a.m.6 views

UBUNTU-CVE-2026-80743

In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data. However, the driver data is only set at the end of probe, after...

5.8AI score0.0021EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80743

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data...

5.6AI score0.0021EPSS
SaveExploits0References2
Rows per page
Query Builder