250249 matches found
kernel: drm/i915: Fix potential UAF in TTM object purge
A flaw was found in the Linux kernel's Intel i915 graphics driver drm/i915. This use-after-free UAF vulnerability occurs during the TTM object purge operation. An attacker could potentially exploit this to cause a system crash, leading to a denial of service...
kernel: mm/slub: avoid accessing metadata when pointer is invalid in object_err()
A flaw was found in the Linux kernel’s SLUB memory allocator mm/slub. The function objecterr — used for debugging object metadata freelist pointer, redzone, etc. — can access invalid pointers when reporting corruption, leading to a crash. In some cases, due to freelist corruption e.g., detected b...
kernel: drm/amd/display: Use krealloc_array() in dal_vector_reserve()
A flaw was found in the Linux kernel's drm/amd/display component. The dalvectorreserve function calculates memory allocation size using 32-bit arithmetic, which can lead to an integer overflow. This overflow causes a smaller memory buffer to be allocated than intended, resulting in a heap overflo...
kernel: drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate payload length and linkindex in dcprocessdmubauxtransferasync Why&How dcprocessdmubauxtransferasync copies payload-length bytes into a 16-byte stack buffer dpaux.data16 guarded only by an ASSERT, which i...
kernel: crypto: ccp - copy IV using skcipher ivsize
A flaw was found in the Linux kernel's cryptographic coprocessor CCP driver. When processing AFALG rfc3686-ctr-aes-ccp requests, the ccpaescomplete function attempts to restore more data than the allocated buffer for the Initialization Vector IV can hold. This leads to a buffer overrun, which can...
CVE-2026-74442
A flaw was found in the Linux kernel's drm/vmwgfx driver. This vulnerability occurs when the vmwvkmsinit function fails to initialize a workqueue, leaving a pointer as NULL. During module unload, the vmwvkmscleanup function attempts to destroy this NULL workqueue, leading to a kernel panic. A loc...
CVE-2026-72277
A flaw was found in the Linux kernel's KVM Kernel-based Virtual Machine for ARM64 systems. When KVM constructs an L1 VNCR Virtual Nested Control Register mapping, it incorrectly applies cacheable memory attributes even when the underlying physical memory is not normal memory. This can lead to a...
CVE-2026-72259
A flaw was found in the Linux kernel's ASoC Audio System on Chip Mediatek MT8192 audio driver. This vulnerability occurs because the driver fails to release reserved memory after a successful assignment during the probe process. This oversight can lead to a memory leak, potentially causing system...
CVE-2026-68474
A flaw was found in the Linux kernel, specifically within the powerpc/spufs component responsible for managing memory access. This vulnerability allows for an out-of-bounds memory access due to incorrect boundary checks in the spufsmemmmapaccess function. An attacker could exploit this to corrupt...
CVE-2026-68473
A flaw was found in the Linux kernel's powerpc/uaccess component. The maskuseraddress function incorrectly checks for CONFIGE500 instead of CONFIGPPCE500. This error prevents the maskuseraddressisel function from being used on PowerPC E500 hardware, which could lead to improper handling of user...
CVE-2026-68472
A flaw was found in the Linux kernel's cfg80211 Wi-Fi subsystem. A remote attacker, by operating a malicious Access Point AP, could send a specially crafted EHT Multi-Link Element MLE in an MBSSID beacon. This could cause the kernel to read beyond the intended memory boundary when processing the...
CVE-2026-68471
A flaw was found in the Wi-Fi IEEE 802.11 component of the Linux kernel. The ieee80211mlecommonsize function uses the first common-info octet as the length for all known MLE Management Link Establishment types. However, the ieee80211mlesizeok function did not properly validate this length for all...
CVE-2026-68468
A flaw was found in the mtd: virt-concat component of the Linux kernel. When a virtual concatenated device is already registered, the mtdvirtconcatcreatejoin function generates a duplicate name but fails to free the newly allocated string. This oversight leads to a memory leak, which could...
CVE-2026-68467
A flaw was found in the Linux kernel's mtd: mchp23k256 driver. This driver, responsible for managing memory technology devices MTD, incorrectly determined the capabilities of certain SPI Serial Peripheral Interface flash chips. This could lead to the system misinterpreting the memory device's...
CVE-2026-74561
A flaw was found in the Linux kernel, specifically within its nexthop component responsible for network routing. A timing issue, known as a race condition, allows the system to access memory after it has been freed. This occurs when the kernel attempts to flush its routing cache while other...
CVE-2026-74519
A flaw was found in the Linux kernel. An issue within the pinctrl subsystem's device tree handling could lead to a double-free vulnerability. This occurs when an error path during device binding attempts to free uninitialized memory, potentially allowing a local attacker to trigger a system crash...
CVE-2026-74511
A flaw was found in the Linux kernel's Bluetooth management component. A race condition exists during Extended Inquiry Response EIR updates when the MGMTOPSETLOCALNAME operation is processed concurrently with modifications to the UUID list. This can lead to a use-after-free vulnerability in the...
CVE-2026-74503
A flaw was found in the Linux kernel's Advanced Linux Sound Architecture ALSA timer component. An unprivileged local user with access to the /dev/snd/timer and /dev/snd/seq devices can exploit a race condition where a timer instance's SNDRVTIMERIFLGDEAD flag is not properly cleared after closing...
CVE-2026-72430
A flaw was found in the Linux kernel's network scheduling component. An unprivileged user with administrative privileges in a network environment can trigger a resource leak. This occurs when specific error handling paths fail to properly release network connection labels. Repeated exploitation o...
CVE-2026-72059
A flaw was found in the Linux kernel's net: wwan: t7xx component. This issue occurs during the initialization of the Cellular Direct Memory Access CLDMA module. If the setup of the transmit or receive rings fails, a dedicated memory resource, known as a Direct Memory Access DMA pool, is not...