Lucene search
+L

14673 matches found

Tenable Nessus
Tenable Nessus
added 2024/08/08 12:00 a.m.94 views

Ubuntu 20.04 LTS / 22.04 LTS : Linux kernel vulnerabilities (USN-6950-1)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6950-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update...

9.8CVSS6.6AI score0.01305EPSS
SaveExploits2References51
BDU FSTEC
BDU FSTEC
added 2024/08/07 12:00 a.m.11 views

The vulnerability of the sof_ipc4_get_input_pin_audio_fmt() function in the audio subsystem of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the sofipc4getinputpinaudiofmt function in the sound/soc/sof/ipc4-topology.c file of the Linux kernel’s audio subsystem is related to the assignment of a null pointer. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0References13Affected Software5
OSV
OSV
added 2024/08/06 9:16 p.m.4 views

DEBIAN-CVE-2024-7536

Use after free in WebAudio in Google Chrome prior to 127.0.6533.99 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS7AI score0.00673EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/08/06 2:02 a.m.6 views

SUSE CVE-2024-41025

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix memory leak in audio daemon attach operation Audio PD daemon send the name as part of the init IOCTL call. This name needs to be copied to kernel for which memory is allocated. This memory is never freed which...

4.4CVSS7.5AI score0.00288EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.8 views

SUSE CVE-2024-41037

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

5.5CVSS7.6AI score0.00274EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.3 views

SUSE CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS6.7AI score0.0022EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.4 views

SUSE CVE-2024-42119

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

5.5CVSS6.7AI score0.00281EPSS
SaveExploits0References16
Vulnrichment
Vulnrichment
added 2024/08/05 2:21 p.m.15 views

CVE-2024-21479 Buffer Over-read in Audio

Transient DOS during music playback of ALAC content...

7.5CVSS7AI score0.00324EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/08/05 2:21 p.m.29 views

CVE-2024-21479 Buffer Over-read in Audio

Transient DOS during music playback of ALAC content...

7.5CVSS0.00324EPSS
SaveExploits0References1
CVE
CVE
added 2024/08/05 2:21 p.m.37 views

CVE-2024-21479

Technical details for CVE-2024-21479 are not publicly available in the provided documents. Monitor for updates from sources in the Connected documents; currently no specific affected products, root cause, impact, or fixes are disclosed here.

7.5CVSS7.6AI score0.00324EPSS
SaveExploits0References1Affected Software1
Ubuntu
Ubuntu
added 2024/08/02 9:36 a.m.241 views

USN-6895-4: Linux kernel vulnerabilities

It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service or possibly execute arbitrary code. CVE-2023-6270 It was discovered that the HugeTLB file syst...

9.8CVSS7.4AI score0.00748EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/08/02 12:00 a.m.146 views

Ubuntu 22.04 LTS : Linux kernel vulnerabilities (USN-6895-4)

The remote Ubuntu 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6895-4 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 vulnerability. An...

9.8CVSS7.5AI score0.00748EPSS
SaveExploits1References100
BDU FSTEC
BDU FSTEC
added 2024/07/31 12:00 a.m.12 views

The vulnerability of the asf_init_audio_stream() function in the Mplayer media player, related to writing beyond the memory boundaries, allows a hacker to cause a service failure.

The vulnerability of the asfinitaudiostream function in the Mplayer media player is related to writing beyond the memory boundaries. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00298EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-CVE-2024-42119

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

7.8CVSS5.6AI score0.00281EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.18 views

CVE-2024-42119 drm/amd/display: Skip finding free audio for unknown engine_id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

6.9AI score0.00281EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from an attempt to find a free audio resource in the drm/amd/display module with an unknown engineid, but...

7.8CVSS6.3AI score0.00281EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/29 5:15 p.m.1 views

DEBIAN-CVE-2024-42088

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Add platform entry for ETDM1OUTBE dai link Commit e70b8dd26711 "ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link" removed the codec entry for the ETDM1OUTBE dai link entirely instead ...

7.8CVSS4.9AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 5:15 p.m.2 views

DEBIAN-CVE-2024-42089

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

5.5CVSS5.5AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 5:15 p.m.13 views

UBUNTU-CVE-2024-42089

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv-pdev before using it priv-pdev pointer was set after being used in fslasoccardaudmuxinit. Move this assignment at the start of the probe function, so sub-functions can correctly use pdev through priv...

5.5CVSS6.2AI score0.00233EPSS
SaveExploits0References36
OSV
OSV
added 2024/07/29 4:15 p.m.29 views

AZL-47201 CVE-2024-42074 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chippdev structure When acp platform device creation is skipped, chip-chippdev value will remain NULL. Add NULL check for chip-chippdev structure in sndacpresume function to avoid null pointer...

5.5CVSS6.1AI score0.00224EPSS
SaveExploits0References1
Rows per page
Query Builder