235913 matches found
CVE-2026-63891
A flaw was found in the Linux kernel's Thunderbolt property parsing. An untrusted Thunderbolt peer, such as a cable or dock, can send specially crafted property requests that create a recursive loop. This can lead to kernel stack exhaustion, resulting in a system crash and a Denial of Service DoS...
CVE-2026-64017
A flaw was found in the Linux kernel's blk-mq component. This use-after-free vulnerability occurs when a task attempts to submit a bio a data structure for I/O operations to blk-mq. If the task is interrupted and sleeps after checking for a cached request but before using it, the cached request c...
CVE-2026-63930
A flaw was found in the Linux kernel's Industrial I/O IIO hardware consumer buffer component. This use-after-free vulnerability occurs in the errputbuffers cleanup path of iiohwconsumeralloc. During buffer cleanup, the code incorrectly uses listforeachentry to iterate through buffers while...
CVE-2026-63933
A flaw was found in the Linux kernel's adis16260 gyroscope driver. A local user can trigger a division-by-zero error by writing a zero value to the samplingfrequency sysfs attribute. This can lead to a kernel panic, resulting in a system crash and a Denial of Service DoS...
CVE-2026-63881
A flaw was found in the Linux kernel's AMD KFD Kernel Fusion Driver debugger component. The getqueueids function, responsible for handling queue identifiers, contains an integer overflow vulnerability. This occurs when calculating the size of an array, where a malicious local user could provide a...
CVE-2026-63905
A flaw was found in the Linux kernel's USB/IP Virtual USB Device Controller vudc component. A race condition exists in the vudcremove function, which can lead to a use-after-free vulnerability. This occurs when the system attempts to free a data structure while a timer within it is still active o...
CVE-2026-63915
A flaw was found in the Linux kernel's Near Field Communication NFC Host Controller Interface HCI. A remote attacker, by sending a specially crafted 0-byte Host Controller Protocol HCP frame, could trigger an out-of-bounds read. This could lead to a system crash, resulting in a Denial of Service...
CVE-2026-64008
A flaw was found in the accel/rocket component of the Linux kernel. This vulnerability, a Use-After-Free UAF, occurs in the rocketioctlcreatebo function. A local attacker could exploit this by triggering a failure in subsequent operations after a Graphics Execution Manager GEM handle is created,...
CVE-2026-63929
A flaw was found in the Linux kernel's Industrial I/O iio buffer component. The iiobufferenqueuedmabuf function, responsible for managing Direct Memory Access DMA buffers, fails to properly release a memory reference. This oversight results in a continuous memory leak, where small blocks of memor...
CVE-2026-64019
A flaw was found in the Linux kernel's NVMe Non-Volatile Memory Express PCI Peripheral Component Interconnect driver. This vulnerability occurs due to a leak in the Direct Memory Access DMA mapping during data setup operations. Specifically, the system fails to properly unmap DMA resources when...
[SECURITY] [DSA 6393-1] linux security update
------------------------------------------------------------------------- Debian Security Advisory DSA-6393-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso July 21, 2026 https://www.debian.org/security/faq -...
SUSE CVE-2026-53366
In the Linux kernel, the following vulnerability has been resolved: ipv4: account for fraggap on the paged allocation path In ipappenddata, when the paged-allocation branch is taken, alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen;...
SUSE CVE-2026-53375
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: Prevent partial address patches In the case that only one of lo/hi is valid, the patching could result in a bad address written to in FW...
SUSE CVE-2026-53379
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov8856: free control handler on error in ov8856initcontrols The control handler wasn't freed if adding controls failed, add an error exit label and convert the existing error return to use it...
SUSE CVE-2026-63877
In the Linux kernel, the following vulnerability has been resolved: serial: dz: Convert to use a platform device Prevent a crash from happening as the first serial port is initialised: Console: switching to colour frame buffer device 160x64 tgafb: SFB+ detected, rev=0x02 fb0: Digital ZLX-E1 frame...
SUSE CVE-2026-63878
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check numentries in GEMOP GETMAPPINGINFO kvcallocargs-numentries, sizeofvmentries, GFPKERNEL at amdgpugem.c:1050 uses the user-supplied numentries directly without any upper bounds check. Since numentries is a u32 and...
SUSE CVE-2026-63881
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger getqueueids computes arraysize = numqueues sizeofuint32t, which could overflow on 32-bit sizet build. using arraysize instead, it saturates to SIZEMAX on overflo...
SUSE CVE-2026-63884
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential UAF in TTM object purge TLDR: The bo-ttm object might be changed by calling ttmbovalidate, move casting it to an i915tt object later to actually get the right pointer. A user reported hitting the following...
SUSE CVE-2026-63885
In the Linux kernel, the following vulnerability has been resolved: drm/gem: fix race between changehandle and handledelete drmgemchangehandleioctl leaves the old handle live in the IDR during the window between spinunlocktablelock and the final spinlocktablelock. A concurrent drmgemhandledelete ...
SUSE CVE-2026-63886
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for BASE64-encoded responses, passes chapr directly to chapbase64decode without...