Lucene search
+L

4970 matches found

OSV
OSV
added 2025/01/11 12:39 p.m.13 views

CVE-2024-57805 ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP The linkDMA should not be released on stop trigger since a stream re-start might happen without closing of the stream. This leaves a short time for other streams to...

6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/11 12:39 p.m.24 views

CVE-2024-57805 ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP The linkDMA should not be released on stop trigger since a stream re-start might happen without closing of the stream. This leaves a short time for other streams to...

0.00177EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/01/11 12:39 p.m.23 views

CVE-2024-57805

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP The linkDMA should not be released on stop trigger since a stream re-start might happen without closing of the stream. This leaves a short time for other streams to...

5.5CVSS5.6AI score0.00177EPSS
SaveExploits0
CVE
CVE
added 2025/01/11 12:39 p.m.2480 views

CVE-2024-57800

CVE-2024-57800 affects the Linux kernel in ALSA memalloc handling. When DMA API debugging is enabled, it may warn about a device driver failing to check a DMA address map, e.g. device address 0x00000000ffff0000, due to explicit address checks instead of using dma_mapping_error(). The documented f...

5.5CVSS7AI score0.00207EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/01/11 12:39 p.m.19 views

CVE-2024-57800 ALSA: memalloc: prefer dma_mapping_error() over explicit address checking

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/11 12:39 p.m.32 views

CVE-2024-57800 ALSA: memalloc: prefer dma_mapping_error() over explicit address checking

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

0.00207EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/01/11 12:39 p.m.27 views

CVE-2024-57800

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.5CVSS5.6AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2025/01/11 12:25 p.m.26 views

CVE-2024-47143 dma-debug: fix a possible deadlock on radix_lock

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

5.5CVSS6AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/01/11 12:25 p.m.12 views

CVE-2024-47143 dma-debug: fix a possible deadlock on radix_lock

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

7.4AI score0.00186EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/01/11 12:25 p.m.21 views

CVE-2024-47143

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/01/11 12:25 p.m.40 views

CVE-2024-47143 dma-debug: fix a possible deadlock on radix_lock

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

0.00186EPSS
SaveExploits0References6
CVE
CVE
added 2025/01/11 12:25 p.m.167 views

CVE-2024-47143

CVE-2024-47143 relates to the Linux kernel and describes a potential deadlock in the dma-debug flow caused by holding radix_lock while dma_hash_entry locks are held. The fix, as documented in the connected sources, is to perform dma_entry_free() after put_hash_bucket() inside check_unmap() to pre...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/01/11 12:25 p.m.22 views

CVE-2024-45828 i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request Bus cleanup path in DMA mode may trigger a RINGOPSTAT interrupt when the ring is being stopped. Depending on timing between ring stop request completion, interrupt...

0.00252EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/11 12:25 p.m.10 views

CVE-2024-45828 i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request Bus cleanup path in DMA mode may trigger a RINGOPSTAT interrupt when the ring is being stopped. Depending on timing between ring stop request completion, interrupt...

5.5CVSS6.4AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/01/11 12:25 p.m.3 views

CVE-2024-45828 i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request Bus cleanup path in DMA mode may trigger a RINGOPSTAT interrupt when the ring is being stopped. Depending on timing between ring stop request completion, interrupt...

7.7AI score0.00252EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/01/11 12:21 a.m.10 views

SUSE CVE-2024-56594

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: set the right AMDGPU sg segment limitation The driver needs to set the correct maxsegmentsize; otherwise debugdmamapsg will complain about the over-mapping of the AMDGPU sg length as following: WARNING: CPU: 6 PID: 19...

5.5CVSS7.7AI score0.00227EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/01/11 12:00 a.m.14 views

PT-2025-3583 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns the Linux kernel's ASoC: SOF: Intel: hda-dai component, where the link DMA should not be released on a stop trigger, as a stream re-start might occur without closing...

8.1CVSS7.6AI score0.00822EPSS
SaveExploits3References921
OSV
OSV
added 2025/01/06 7:14 p.m.25 views

USN-7184-1 linux-aws, linux-kvm vulnerabilities

Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local attacker could use this to cause a denial of service system crash. CVE-2022-36402 Zheng Wang discovered a use-after-free in the Renesas Ethernet AVB driver in th...

7.8CVSS6.8AI score0.00886EPSS
SaveExploits2References31
OSV
OSV
added 2025/01/06 5:15 p.m.4 views

DEBIAN-CVE-2024-56767

In the Linux kernel, the following vulnerability has been resolved: dmaengine: atxdmac: avoid nullprtderef in atxdmacprepdmamemset The atxdmacmemsetcreatedesc may return NULL, which will lead to a null pointer dereference. For example, the len input is error, or the atchan-freedescslist is empty...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/06 11:15 a.m.47 views

CVE-2024-33055

Memory corruption while invoking IOCTL calls to unmap the DMA buffers...

7.8CVSS0.00102EPSS
SaveExploits0References1
Rows per page
Query Builder