Lucene search
+L

116 matches found

OSV
OSV
•added 2025/07/10 8:15 a.m.•11 views

CVE-2025-38341 eth: fbnic: avoid double free when failing to DMA-map FW msg

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: avoid double free when failing to DMA-map FW msg The semantics are that caller of fbnicmbxmapmsg retains the ownership of the message on error. All existing callers dutifully free the page...

7.8CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2025/07/10 8:15 a.m.•31 views

CVE-2025-38341 eth: fbnic: avoid double free when failing to DMA-map FW msg

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: avoid double free when failing to DMA-map FW msg The semantics are that caller of fbnicmbxmapmsg retains the ownership of the message on error. All existing callers dutifully free the page...

7.8CVSS0.00162EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/07/10 12:00 a.m.•1 views

CVE-2025-38341: Double Free

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: avoid double free when failing to DMA-map FW msg The semantics are that caller of fbnicmbxmapmsg retains the ownership of the message on error. All existing callers dutifully free the page...

7.8CVSS5.9AI score0.00162EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2025/03/06 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2024-57897

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core wil...

5.5CVSS6.7AI score0.00251EPSS
SaveExploits0References2
OSV
OSV
•added 2025/02/26 7:01 a.m.•16 views

UBUNTU-CVE-2022-49592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix dma queue left shift overflow issue When queue number is 4, left shift overflows due to 32 bits integer variable. Mask calculation is wrong for MTLRXQDMAMAP1. If CONFIGUBSAN is enabled, kernel dumps below warning...

7.8CVSS6.1AI score0.00284EPSS
SaveExploits0References10
OSV
OSV
•added 2025/02/14 3:26 p.m.•22 views

SUSE-SU-2025:0556-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-57897: drm/amdkfd: Correct the migration DMA map direction bsc1235969. - CVE-2024-57893: ALSA: seq: oss: Fix races at processing SysEx messages bsc123592...

9.8CVSS7.7AI score0.03395EPSS
SaveExploits2References199
NVD
NVD
•added 2025/01/15 1:15 p.m.•16 views

CVE-2024-57897

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core will report the following warning. Before finialize this solution,...

5.5CVSS0.00251EPSS
SaveExploits0References6
OSV
OSV
•added 2025/01/15 1:15 p.m.•30 views

UBUNTU-CVE-2024-57897

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core will report the following warning. Before finialize this solution,...

5.5CVSS6.4AI score0.00251EPSS
SaveExploits0References35
CVE
CVE
•added 2025/01/15 1:05 p.m.•1799 views

CVE-2024-57897

CVE-2024-57897 affects the Linux kernel’s DRM/AMDGPU/KFD path. The migration DMA map direction for the SVM DMA device map is set to BIDIRECTIONAL to match the DMA unmap setting, addressing a warning from the DMA core. The Tencent/Tenable entry includes a kernel log snippet showing a WARNING in ke...

5.5CVSS6.7AI score0.00251EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
•added 2025/01/15 1:05 p.m.•32 views

CVE-2024-57897 drm/amdkfd: Correct the migration DMA map direction

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core will report the following warning. Before finialize this solution,...

0.00251EPSS
SaveExploits0References5
OSV
OSV
•added 2025/01/15 1:05 p.m.•15 views

CVE-2024-57897 drm/amdkfd: Correct the migration DMA map direction

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core will report the following warning. Before finialize this solution,...

6.2AI score
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/01/11 12:21 a.m.•11 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
RedhatCVE
RedhatCVE
•added 2024/12/30 4:24 p.m.•16 views

CVE-2024-56719

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TSO DMA API usage causing oops Commit 66600fac7a98 "net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data" moved the assignment of txskbuffdma's members to be later in stmmactsoxmit. The buf dma...

5.5CVSS6.6AI score0.00496EPSS
SaveExploits0References4
NVD
NVD
•added 2024/12/29 9:15 a.m.•21 views

CVE-2024-56719

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TSO DMA API usage causing oops Commit 66600fac7a98 "net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data" moved the assignment of txskbuffdma's members to be later in stmmactsoxmit. The buf dma...

10CVSS0.00496EPSS
SaveExploits0References7
OSV
OSV
•added 2024/12/29 9:15 a.m.•19 views

UBUNTU-CVE-2024-56719

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TSO DMA API usage causing oops Commit 66600fac7a98 "net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data" moved the assignment of txskbuffdma's members to be later in stmmactsoxmit. The buf dma...

10CVSS6.2AI score0.00496EPSS
SaveExploits0References24
CVE
CVE
•added 2024/12/29 8:48 a.m.•154 views

CVE-2024-56719

The CVE-2024-56719 issue concerns the Linux kernel’s net/stmmac driver (stmmac_tso_xmit) where TX_SKB data was assigned to tx_skbuff_dma[] too late, causing a DMA cookie mismatch for dma_unmap_single() when priv->dma_cap.addr64 > 32. This could trigger Tx DMA map failures (DTM: device warns...

10CVSS6.3AI score0.00496EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2024/11/19 6:15 p.m.•30 views

AZL-53942 CVE-2024-53058 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data In case the non-paged data of a SKB carries protocol header and protocol payload to be transmitted on a certain platform that the DMA AXI address width is...

5.5CVSS7AI score0.00607EPSS
SaveExploits0References1
OSV
OSV
•added 2024/11/19 6:15 p.m.•12 views

AZL-53834 CVE-2024-53058 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data In case the non-paged data of a SKB carries protocol header and protocol payload to be transmitted on a certain platform that the DMA AXI address width is...

5.5CVSS7AI score0.00607EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2024/11/07 9:31 a.m.•3 views

CVE-2024-50171 net: systemport: fix potential memory leak in bcm_sysport_xmit()

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcmsysportxmit The bcmsysportxmit returns NETDEVTXOK without freeing skb in case of dmamapsingle fails, add devkfreeskb to fix it...

7.5AI score0.0024EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2024/08/22 2:58 a.m.•10 views

SUSE CVE-2024-43877

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma-SGlength' is 0. This value is later used to access 'dma-SGarraydma-SGlength - 1', which will cause out of bounds access. Add check to return early on invalid...

5.5CVSS7.3AI score0.00219EPSS
SaveExploits0References10
Rows per page
Query Builder