Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-56719— net: stmmac: fix TSO DMA API usage causing oops

EPSS 0.02% · P5
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-56719

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
net: stmmac: fix TSO DMA API usage causing oops
Source: NVD (National Vulnerability Database)
Vulnerability Description
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 tx_skbuff_dma[]'s members to be later in stmmac_tso_xmit(). The buf (dma cookie) and len stored in this structure are passed to dma_unmap_single() by stmmac_tx_clean(). The DMA API requires that the dma cookie passed to dma_unmap_single() is the same as the value returned from dma_map_single(). However, by moving the assignment later, this is not the case when priv->dma_cap.addr64 > 32 as "des" is offset by proto_hdr_len. This causes problems such as: dwc-eth-dwmac 2490000.ethernet eth0: Tx DMA map failed and with DMA_API_DEBUG enabled: DMA-API: dwc-eth-dwmac 2490000.ethernet: device driver tries to +free DMA memory it has not allocated [device address=0x000000ffffcf65c0] [size=66 bytes] Fix this by maintaining "des" as the original DMA cookie, and use tso_des to pass the offset DMA cookie to stmmac_tso_allocator(). Full details of the crashes can be found at: https://lore.kernel.org/all/d8112193-0386-4e14-b516-37c2d838171a@nvidia.com/ https://lore.kernel.org/all/klkzp5yn5kq5efgtrow6wbvnc46bcqfxs65nz3qy77ujr5turc@bwwhelz2l4dw/
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于net:stmmac子系统中TSO DMA API的使用问题。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux a3ff23f7c3f0e13f718900803e090fd3997d6bc9 ~ 6abcdc9a73274052a9e96a1926994ecf9aedad82 -
LinuxLinux 6.12 -

II. Public POCs for CVE-2024-56719

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-56719

登录查看更多情报信息。

Same Patch Batch · Linux · 2024-12-29 · 39 CVEs total

CVE-2024-56747scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()
CVE-2024-56730net/9p/usbg: fix handling of the failed kzalloc() memory allocation
CVE-2024-56740nfs/localio: must clear res.replen in nfs_local_read_done
CVE-2024-56739rtc: check if __rtc_read_time was successful in rtc_timer_do_work()
CVE-2024-56742vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
CVE-2024-56743nfs_common: must not hold RCU while calling nfsd_file_put_local
CVE-2024-56745PCI: Fix reset_method_store() memory leak
CVE-2024-56744f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()
CVE-2024-56746fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem()
CVE-2024-56748scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()
CVE-2024-56729smb: Initialize cfid->tcon before performing network ops
CVE-2024-56749dlm: fix dlm_recover_members refcount on error
CVE-2024-56750erofs: fix blksize < PAGE_SIZE for file-backed mounts
CVE-2024-56751ipv6: release nexthop on device removal
CVE-2024-56752drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
CVE-2024-56753drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module
CVE-2024-56754crypto: caam - Fix the pointer passed to caam_qi_shutdown()
CVE-2024-56755netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
CVE-2024-56756nvme-pci: fix freeing of the HMB descriptor table
CVE-2024-56720bpf, sockmap: Several fixes to bpf_msg_pop_data

Showing top 20 of 39 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-56719

No comments yet


Leave a comment