6810 matches found
CVE-2026-45976 drm/amdgpu: Fix memory leak in amdgpu_ras_init()
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix memory leak in amdgpurasinit When amdgpunbiorasswinit fails in amdgpurasinit, the function returns directly without freeing the allocated con structure, leading to a memory leak. Fix this by jumping to the...
CVE-2026-45959
The CVE-2026-45959 issue affects the Linux kernel crypto: CCP driver. A local pointer annotated with __cleanup(kfree) could cause kfree to receive the local stack address instead of the allocated memory, leading to a crash. The underlying cause is incorrect cleanup usage; the repository indicates...
CVE-2026-45944
CVE-2026-45944 affects the Linux kernel IOMMU VT-d. During context-entry teardown, the implementation zeros a 128‑bit entry in two 64‑bit writes, risking a torn entry where the Present bit remains set while other fields are zeroed, potentially causing unpredictable behavior or spurious faults. Th...
CVE-2026-45921
In the Linux kernel, the memory leak in mtd_parser_tplink_safeloader_parse() was resolved. The function allocates a temporary buffer buf via mtd_parser_tplink_safeloader_read_table(), and if parts[idx].name allocation fails inside the loop, control jumps to err_free without freeing buf. The fix a...
CVE-2026-45862
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush cache for PASID table before using it When writing the address of a freshly allocated zero-initialized PASID table to a PASID directory entry, do that after the CPU cache flush for this PASID table, not before i...
CVE-2026-45853
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Use kvfree instead of kfree in amdgpugmcgetnpsmemranges amdgpudiscoverygetnpsinfo internally allocates memory for ranges using kvcalloc, which may use vmalloc for large allocation. Using kfree to release vmalloc memor...
CVE-2026-45853
In the Linux kernel vulnerability CVE-2026-45853, the AMDGPU driver component amdgpu_gmc_get_nps_memranges() allocated ranges with kvcalloc() (which may use vmalloc()) and previously released memory with kfree(), risking memory corruption when vmalloc memory is involved. The remediation is to use...
CVE-2026-46093
mm/vmalloc: take vmappurgelock in shrinker...
PT-2026-43730
In the Linux kernel, the following vulnerability has been resolved: i3c: dw: Fix memory leak in dw i3c master i2c xfers The dw i3c master i2c xfers function allocates memory for the xfer structure using dw i3c master alloc xfer. If pm runtime resume and get fails, the function returns without...
Linux Distros Unpatched Vulnerability : CVE-2026-46019
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: atmel-aes - Fix 3-page memory leak in atmelaesbuffcleanup atmelaesbuffinit allocates 4 pages using getfreepages with ATMELAESBUFFERORDER, but...
CVE-2026-45931
accel/amdxdna: Hold mm structure across iommusvaunbinddevice...
PT-2026-43671
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in arena vm close on fork arena vm open only bumps vml-mmap count but never registers the child VMA in arena-vma list. The vml-vma always points at the parent VMA, so after parent munmap the pointer dangle...
CVE-2026-45894
iommu/vt-d: Clear Present bit before tearing down PASID entry...
PT-2026-43826
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix a crash due to incorrect cleanup usage of kfree Annotating a local pointer variable, which will be assigned with the kmalloc-family functions, with the cleanupkfree attribute will make the address of the local...
Linux kernel 安全漏洞
The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the iommusvaunbinddevice function in accel/amdxdna, where it accesses iommumm after releasing the...
Linux kernel 安全漏洞
The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the lack of CPU cache flushing before writing PASID table addresses to the PASID directory entries. Thi...
PT-2026-43737
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: auth gss: fix memory leaks in XDR decoding error paths The gssx dec ctx, gssx dec status, and gssx dec name functions allocate memory via gssx dec buffer, which calls kmemdup. When a subsequent decode operation fails, the...
PT-2026-43812
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix race condition during PASID entry replacement The Intel VT-d PASID table entry is 512 bits 64 bytes. When replacing an active PASID entry e.g., during domain replacement, the current implementation calculates a ne...
CVE-2026-45944
iommu/vt-d: Clear Present bit before tearing down context entry...
PT-2026-43798
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Hold mm structure across iommu sva unbind device Some tests trigger a crash in iommu sva unbind device due to accessing iommu mm after the associated mm structure has been freed. Fix this by taking an explicit...