Lucene search
+L

4640 matches found

Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.19 views

CVE-2024-40964

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41hdaunbind The cs35l41hdaunbind function clears the hdacomponent entry matching it's index and then dereferences the codec pointer held in the first element of the...

5.5CVSS5.7AI score0.00291EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.13 views

CVE-2024-40964 ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41hdaunbind The cs35l41hdaunbind function clears the hdacomponent entry matching it's index and then dereferences the codec pointer held in the first element of the...

6.8AI score0.00291EPSS
SaveExploits0References3
CVE
CVE
added 2024/07/12 12:32 p.m.85 views

CVE-2024-40964

The CVE-2024-40964 issue is in the Linux kernel ALSA: hda: cs35l41, where cs35l41_hda_unbind() dereferenced a codec pointer when device index could be 0. The fix uses the codec pointer stored in the cs35l41_hda structure, preventing the null pointer dereference. Severity is MEDIUM (CVSSv3.1: 5.5)...

5.5CVSS7.1AI score0.00291EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:32 p.m.25 views

CVE-2024-40964 ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41hdaunbind The cs35l41hdaunbind function clears the hdacomponent entry matching it's index and then dereferences the codec pointer held in the first element of the...

0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/12 12:32 p.m.20 views

CVE-2024-40964 ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41hdaunbind The cs35l41hdaunbind function clears the hdacomponent entry matching it's index and then dereferences the codec pointer held in the first element of the...

6AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2024/07/12 12:00 a.m.42 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel vulnerabilities (USN-6896-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6896-1 advisory. It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free...

9.8CVSS7.6AI score0.01635EPSS
SaveExploits1References150
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.4 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a possible null pointer dereference in the cs35l41hdaunbind function of the ALSA:hda:cs35l41 component...

5.5CVSS8.2AI score0.00291EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/07/11 12:00 a.m.30 views

AlmaLinux 8 : dotnet8.0 (ALSA-2024:4451)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2024:4451 advisory. dotnet: DoS in System.Text.Json CVE-2024-30105 dotnet: DoS in ASP.NET Core 8 CVE-2024-35264 dotnet: DoS when parsing X.509 Content and ObjectIdentifiers...

8.1CVSS7.7AI score0.02915EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/07/11 12:00 a.m.21 views

AlmaLinux 8 : virt:rhel and virt-devel:rhel (ALSA-2024:4420)

The remote AlmaLinux 8 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2024:4420 advisory. qemu-kvm: QEMU: 'qemu-img info' leads to host file read/write CVE-2024-4467 Tenable has extracted the preceding description block directly from the AlmaLinux...

7.8CVSS7.4AI score0.00336EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/07/11 12:00 a.m.30 views

AlmaLinux 9 : dotnet8.0 (ALSA-2024:4450)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2024:4450 advisory. dotnet: DoS in System.Text.Json CVE-2024-30105 dotnet: DoS in ASP.NET Core 8 CVE-2024-35264 dotnet: DoS when parsing X.509 Content and ObjectIdentifiers...

8.1CVSS7.7AI score0.02915EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/10 11:20 a.m.29 views

CVE-2024-39491

A flaw was found in the Linux kernel's HDA driver before initialization. This issue occurs when a user unloads and then reloads the module, and could allow a local user to crash the system...

4.1CVSS8AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/10 8:15 a.m.25 views

CVE-2024-39491

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

5.5CVSS0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/10 8:15 a.m.1 views

DEBIAN-CVE-2024-39491

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

5.5CVSS5.5AI score0.00211EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/10 8:15 a.m.17 views

CVE-2024-39491

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/10 7:14 a.m.13 views

CVE-2024-39491 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2024/07/10 7:14 a.m.169 views

CVE-2024-39491

CVE-2024-39491: In the Linux kernel ALSA: hda cs35l56 driver, the cs_dsp instance was created in probe() but could be used after a remove/rebind cycle, as cs_dsp_remove() was only called on the unbind path and not on error paths. The fix initializes cs_dsp in probe() so failure can be detected ea...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/10 7:14 a.m.17 views

CVE-2024-39491 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

6.7AI score0.00211EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/10 7:14 a.m.54 views

CVE-2024-39491 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

0.00211EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/07/10 12:00 a.m.33 views

AlmaLinux 9 : fence-agents (ALSA-2024:4422)

The remote AlmaLinux 9 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2024:4422 advisory. urllib3: proxy-authorization request header is not stripped during cross-origin redirects CVE-2024-37891 Tenable has extracted the preceding description block...

6.5CVSS6.6AI score0.01141EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
added 2024/07/10 12:00 a.m.27 views

AlmaLinux 8 : pki-core (ALSA-2024:4367)

The remote AlmaLinux 8 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2024:4367 advisory. dogtag ca: token authentication bypass vulnerability CVE-2023-4727 Tenable has extracted the preceding description block directly from the AlmaLinux security...

7.5CVSS7.4AI score0.00665EPSS
SaveExploits0References2
Rows per page
Query Builder