64528 matches found
EUVD-2026-55238
An out-of-bounds read vulnerability in Redis through 8.8.1 allows an adjacent unauthenticated attacker to cause denial of service or information disclosure by sending a specially crafted PING message to the Redis Cluster Bus port...
CVE-2026-68388
The CVE-2026-68388 entry concerns the Linux kernel’s smb/client fallocate handling. It fixes an issue in smb3_simple_fallocate_range() where an allocated range returned by the server could begin before the current fallocate offset, causing the code to skip holes and potentially miszero-fill, with...
CVE-2026-68333
The CVE-2026-68333 issue affects the Linux kernel’s dpaa2-switch path. fsl_mc_get_endpoint() returns the MAC endpoint device with a reference taken via device_find_child(), and the switch port connect path stores this device in mac->mc_dev for the MAC’s lifetime. On disconnect, only the dpaa2_...
CVE-2026-68318
The CVE-2026-68318 entry concerns a Linux kernel use-after-free in pds_core during remove, caused by destroying the workqueue before pdsc_teardown() completes. The issue allows queued work on a destroyed workqueue via two paths: (1) a timeout in pdsc_teardown() -> pdsc_devcmd_reset() causes he...
CVE-2026-68313
The CVE-2026-68313 entry concerns a Linux kernel tipc issue where a negative return from the cmd->dumpit callback could cause an infinite loop in the __tipc_nl_compat_dumpit code path, because the while (len) loop never terminates and the genl_mutex is not released. The vulnerability is resolv...
CVE-2026-68261
Technical details about CVE-2026-68261 are not publicly provided in the supplied documents; monitor for updates.
CVE-2026-68248
CVE-2026-68248 affects the Linux kernel DRM/i915 driver. The vulnerability arises in the active_instance error path where a NULL node could be used, due to OOM during GFP_ATOMIC allocation, leading to unsafe return of a pointer. The fix modifies the path to return NULL on error instead of derefer...
CVE-2026-68226
The CVE affects the Linux kernel component media: cx23885. A vulnerability was resolved by adding a check for the return value of pci_ioremap_bar() in cx23885_dev_setup(). If ioremap for BAR0 fails, the code now releases the allocated PCI memory region, decrements the device count, and returns -E...
CVE-2026-68225
The CVE-2026-68225 entry covers a Linux kernel issue in the media: i2c/alvium driver where alvium_ctrl_init creates several controls and uses the returned pointer without validating it, enabling potential write access to a NULL pointer for multiple controls. The fix reworked alvium_ctrl_init to c...
CVE-2026-68224
CVE-2026-68224 relates to the Linux kernel Mali-C55 media driver. The issue arose from media_pad_remote_pad_unique() returning either a valid pointer or an ERR_PTR on failure (-ENOTUNIQ or -ENOLINK). The code assigned this return directly to isp->remote_src and dereferenced it without validati...
CVE-2026-68222
The CVE concerns the Linux kernel media: msi2500 driver. It fixes a leak of vb2 buffers when start_streaming() errors occur before buffers are returned with vb2_buffer_done(). The root cause was five error paths in msi2500_start_streaming() that overwrote or skipped error handling, causing queued...
CVE-2026-68212
The CVE affects the Linux kernel driver media: saa7134, specifically saa7134_video_init1. The issue is a memory leak risk caused by missing return-value checks on two saa7134_pgtable_alloc() calls and incomplete error handling when vb2_queue_init() for the VBI queue fails. If a pgtable allocation...
CVE-2026-68208
The CVE concerns the Linux kernel code in media: TI: VPE. In vip_probe_slice(), the error handling for devm_kzalloc() used PTR_ERR_OR_ZERO(), which incorrectly returns 0 on NULL and fails to signal allocation failure. The vulnerability is addressed by returning -ENOMEM when devm_kzalloc() fails. ...
CVE-2026-68163
The CVE-2026-68163 issue affects the Linux kernel’s memory management path, specifically mm/page_vma_mapped_walk with device-private PMD entries. The root cause was that device-private PMD entries were not properly handled by the rmap walk, failing to call check_pmd() for PFN overlaps and risking...
CVE-2026-68135
The CVE-2026-68135 entry concerns the Linux kernel NIC driver hip04, where build_skb() failures in hip04_rx_poll() could bypass the release of the current RX buffer and its DMA mapping, causing resource leaks when a replacement buffer is installed. The fix keeps the current slot intact and return...
CVE-2026-68099
The CVE-2026-68099 vulnerability is in ksmbd within the Linux kernel, where check_add_overflow() could cause an on-wire NT ACL to be malformed. In the affected DACL builders (set_posix_acl_entries_dacl() and set_ntacl_dacl()), overflow handling previously allowed the loop to break while the desti...
CVE-2026-68098
CVE-2026-68098 — ksmbd DACL dedup walk over copied ACEs (Linux kernel) : The issue arises in set_ntacl_dacl() when size accounting overflows and stops copying ACEs; nt_num_aces then represents only copied ACEs while the dedup walk in set_posix_acl_entries_dacl() continues using the (outdated) inp...
Astra Linux – Vulnerability in Linux 6.12
In the Linux kernel, the following vulnerability has been resolved: ext4: Do not zero the entire extent if EXT4EXTDATAPARTIALVALID1 is true. When allocating initialized blocks from a large unwritten extent, or when splitting an unwritten extent during end I/O and converting it to an initialized...
Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Avoid walking the Namespace if startnode is NULL Although commit 0c9992315e73 “ACPICA: Avoid walking the ACPI Namespace if it is not there” fixed the issue when both startnode and acpigblrootnode were NULL, the Linux kern...
Astra Linux – Vulnerability in Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Proper initialization of work context pointers Proper initialization of the pointers to the ops member by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise, the pointers may...