367740 matches found
CVE-2026-72477 fs/ntfs3: call _ntfs_bad_inode() when failing to rename
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call ntfsbadinode when failing to rename It is safe to call ntfsbadinode on live inodes since: commit 519b078998ce "fs/ntfs3: Exclude call makebadinode for live nodes." The WARNON was added when it wasn't safe by: commi...
CVE-2026-72477
The CVE-2026-72477 entry concerns the Linux kernel (fs/ntfs3) where a failure to rename could trigger an inconsistent inode state. The root issue was a WARN_ON path; it has been replaced with a call to _ntfs_bad_inode(), preventing further operations on the affected inode. This change appears to ...
CVE-2026-72477 fs/ntfs3: call _ntfs_bad_inode() when failing to rename
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call ntfsbadinode when failing to rename It is safe to call ntfsbadinode on live inodes since: commit 519b078998ce "fs/ntfs3: Exclude call makebadinode for live nodes." The WARNON was added when it wasn't safe by: commi...
CVE-2026-72478
The CVE describes a bound-checking fix in Linux kernel ntfs3 (fs/ntfs3) for run_get_highest_vcn(), which previously parsed a packed NTFS mapping-pairs buffer without length bounds and could read past the slab allocation, triggering a KASAN slab-out-of-bounds read on mount. The patch adds a run_bu...
CVE-2026-72477
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call ntfsbadinode when failing to rename It is safe to call ntfsbadinode on live inodes since: commit 519b078998ce "fs/ntfs3: Exclude call makebadinode for live nodes." The WARNON was added when it wasn't safe by: commi...
CVE-2026-72478
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...
CVE-2026-72478 fs/ntfs3: add bounds check to run_get_highest_vcn()
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...
CVE-2026-72476
CVE-2026-72476 affects the Linux kernel, specifically the dmaengine path. The issue arises in dma_release_channel() where a subsequent dma_chan_put() may call dma_device_put() and release the last reference to the DMA device if the provider is already gone, potentially freeing the device prematur...
CVE-2026-72476
In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix possible use after free In dmareleasechannel, check chan-device-privatecnt after call dmachanput. However, dmachanput call dmadeviceput which could release the last reference of the device if the DMA provider is...
CVE-2026-72476 dmaengine: Fix possible use after free
In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix possible use after free In dmareleasechannel, check chan-device-privatecnt after call dmachanput. However, dmachanput call dmadeviceput which could release the last reference of the device if the DMA provider is...
EUVD-2026-59375
In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix possible use after free In dmareleasechannel, check chan-device-privatecnt after call dmachanput. However, dmachanput call dmadeviceput which could release the last reference of the device if the DMA provider is...
CVE-2026-72476 dmaengine: Fix possible use after free
In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix possible use after free In dmareleasechannel, check chan-device-privatecnt after call dmachanput. However, dmachanput call dmadeviceput which could release the last reference of the device if the DMA provider is...
EUVD-2026-59374
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: Properly free struct axidmacdesc Use axidmacfreedesc to free fully the descriptor at fail path when call axidmacallocdesc in axidmacprepperipheraldmavec...
CVE-2026-72475
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: Properly free struct axidmacdesc Use axidmacfreedesc to free fully the descriptor at fail path when call axidmacallocdesc in axidmacprepperipheraldmavec...
CVE-2026-72475 dmaengine: dma-axi-dmac: Properly free struct axi_dmac_desc
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: Properly free struct axidmacdesc Use axidmacfreedesc to free fully the descriptor at fail path when call axidmacallocdesc in axidmacprepperipheraldmavec...
CVE-2026-72475 dmaengine: dma-axi-dmac: Properly free struct axi_dmac_desc
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: Properly free struct axidmacdesc Use axidmacfreedesc to free fully the descriptor at fail path when call axidmacallocdesc in axidmacprepperipheraldmavec...
CVE-2026-72475
The CVE-2026-72475 impact is in the Linux kernel DMA engine, specifically the dma-axi-dmac path. The issue arises from mismanagement of descriptors: a struct axi_dmac_desc is not fully freed along the failure path in axi_dmac_prep_peripheral_dma_vec() when calling axi_dmac_alloc_desc(). The mitig...
CVE-2026-72474
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor For architectures like Microblaze or arm64 where this IP is used, DMADIRECTREMAP is set which means that dmaalloccoherent might remap and hence vmalloc some memory...
CVE-2026-72474 dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor For architectures like Microblaze or arm64 where this IP is used, DMADIRECTREMAP is set which means that dmaalloccoherent might remap and hence vmalloc some memory...
CVE-2026-72474 dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor For architectures like Microblaze or arm64 where this IP is used, DMADIRECTREMAP is set which means that dmaalloccoherent might remap and hence vmalloc some memory...