378425 matches found
CVE-2026-64459
Summary: CVE-2026-64459 is a use-after-free risk in the Linux kernel TCP-AO code. A previous patch removed the RCU-based freeing of TCP-AO/TCP-MD5 info in tcp_ao_destroy_sock(), which could allow a race during socket connect when a socket is in TCP_SYN_SENT and still discoverable in the hash/inbo...
CVE-2026-64457
The CVE-2026-64457 issue affects the Linux kernel’s virtio_pci subsystem. When unbinding a virtio balloon device (e.g., echo virtio0 > /sys/bus/virtio/drivers/virtio_balloon/unbind), a NULL pointer dereference can occur due to a mismatch between sparse queue indices and dense queue indices (ho...
CVE-2026-64456
CVE-2026-64456 affects the Linux kernel virtio-rng driver. A malicious or buggy virtio-rng backend can over-report used.len to trap memcpy past the inline data buffer, reading adjacent slab memory. This enables a potential cross-boundary data leak of guest-kernel heap contents via /dev/hwrng and ...
CVE-2026-64454
CVE-2026-64454 affects the Linux kernel USB subsystem (dwc3) where gadget disconnect could run with IRQs disabled during suspend, triggering Lockdep warnings. Root cause: dwc3_gadget_suspend() holds dwc->lock with IRQs disabled and calls dwc3_disconnect_gadget(), causing gadget_driver->disc...
CVE-2026-64455
CVE-2026-64455 concerns the Linux kernel USB chaoskey driver. The vulnerability is a use-after-free in chaoskey_release: after the USB device is unplugged, a debugging log statement can access the usb_interface structure that has already been deallocated, potentially leading to a crash or memory ...
CVE-2026-64453
CVE-2026-64453 affects the Linux kernel USB subsystem (usbio) where usbio_disconnect() could use a freed object while iterating the usbio->cli_list in reverse during client teardown, leading to slab-use-after-free (KASAN) reported in the vulnerability validation. The root cause is iterating wi...
CVE-2026-64452
CVE-2026-64452 (Linux kernel 6LoWPAN) involves a race condition in 6LoWPAN’s Next Header Compression (NHC) handling that can cause a use-after-free in lowpan_nhc_do_uncompression when an NHC descriptor is freed while another path accesses nhc->name in an error path. The issue arises from holdi...
CVE-2026-64451
CVE-2026-64451 (Linux kernel) resolves a NULL pointer dereference in tracing: func_set_flag() dereferences tr->current_trace_flags before verifying the active tracer. If the function tracer is not active (e.g., switched to wakeup_rt), current_trace_flags can be NULL, causing a crash. Call path...
CVE-2026-64450
CVE-2026-64450: In Linux kernel TIPC, a broadcast Gap ACK blocks record could be read out-of-bounds due to a missing check that the record fits in the message data area. The bug occurs when tipc_get_gap_ack_blks() validates the len against ugack/bgack counts but not msg_data_sz(), allowing a reco...
CVE-2026-64449
CVE-2026-64449 relates to the Linux kernel staging/vme_user code. The vulnerability arises because the SLAVE-path helpers buffer_to_user() and buffer_from_user() copy count bytes using an unsafe offset (*ppos) into a fixed-size kern_buf (128 KiB), without bounding *ppos + count against size_buf. ...
CVE-2026-64447
CVE-2026-64447 maps to a Linux kernel issue in staging: ipu7 where pdata allocated in ipu7_isys_init() and ipu7_psys_init() can be freed twice via kfree pData in error paths. The two faulty paths are: (1) ipu7_mmu_init() fail leads to put_device() dropping refcount and freeing pdata via ipu7_bus_...
CVE-2026-64448
Summary (CVE-2026-64448): The Linux kernel fix addresses a SMB2 negotiation bug in CIFS/NTLM handling. A long-standing quirk in smb2_check_message() unconditionally granted a +1 length exemption for responses, even when a data area was present. This could cause the decoder to read past the receiv...
CVE-2026-64446
The connected sources confirm a concrete vulnerability in the Linux kernel’s rtl8723bs staging driver: a heap buffer overflow in rtw_cfg80211_set_wpa_ie() due to copying a WPA/WPA2 IE into a 256-byte supplicant_ie. If a 255-byte WPA IE is supplied, wpa_ielen+2 becomes 257, overflowing into adjace...
CVE-2026-64445
The CVE-2026-64445 record documents concrete fixes in the Linux kernel (staging: rtl8723bs) for WEP-related issues in the OnAuth() path. Specifically, a vulnerability existed where rtw_wep_decrypt() could read beyond the frame when the frame length was shorter than WLAN_HDR_A3_LEN + iv_len + icv_...
CVE-2026-64443
Summary (CVE-2026-64443): Linux kernel staging: rtl8723bs vulnerable in the update_beacon_info() IE loop, where parsing of IEs could read beyond the received frame. The loop advances by (pIE->length + 2) but only guards on i length extending beyond len. The fix adds two guards at the top of th...
CVE-2026-64444
CVE-2026-64444 - Linux kernel (rtl8723bs) OOB read in OnAssocRsp() IE loop . The vulnerability arises in the IE processing loop of OnAssocRsp(), which advances by (pIE->length + 2) per iteration but only checks i length from pframe[pkt_len] (past the buffer) and, even when headers are in bound...
CVE-2026-64442
The CVE-2026-64442 issue affects the Linux kernel rtl8723bs Wi‑Fi driver. It introduces out-of-bounds reads in two IE parsing loops (issue_assocreq and join_cmd_hdl) due to missing header bounds checks when parsing Information Elements from AP beacon/probe responses. The vulnerability arises if a...
CVE-2026-64441
The CVE-2026-64441 fix applies to the Linux kernel staging rtl8723bs code and addresses out-of-bounds reads in three IE/attribute parsers: rtw_get_sec_ie(), rtw_get_wapi_ie(), and rtw_get_wps_attr(). The patch adds cnt+2 bounds checks before loop bodies in rtw_get_sec_ie() and rtw_get_wapi_ie(), ...
CVE-2026-64440
CVE-2026-64440 (Linux kernel) : The vulnerability affects the rtl8723bs HT_capabilities handling in staging. HT_caps_handler() reads pIE->length bytes and writes into a fixed 26-byte HT_cap[]; since pIE->length is from an unvalidated 802.11 AssocResponse, an AP can set it to 255, causing up...
CVE-2026-64439
CVE-2026-64439: In the Linux kernel, the krb5 AEAD path could free a buffer while an async AEAD worker still held a pointer, causing a use-after-free (KASAN). The fix filters out async AEAD implementations at allocation time in krb5_aead_encrypt()/krb5_aead_decrypt() and corresponding rfc3961_sim...
CVE-2026-64437
CVE-2026-64437 affects the ksmbd component of the Linux kernel. A use-after-free in a deferred file_lock can be triggered by a sequence of SMB2_CLOSE followed by SMB2_CANCEL, allowing an authenticated SMB client to cause a kernel crash (denial of service) via the freed file_lock. The root cause i...
CVE-2026-64438
Summary of CVE-2026-64438 : In the Linux kernel’s crypto: qat path, a race during VF2PF teardown could cause use-after-free of per-VF state (vf_info) due to tearing down per-VF locks and state before in-flight VF2PF work completes. The fix introduces a PF-local flag (vf2pf_disabled) that gates wo...
CVE-2026-64436
The CVE-2026-64436 issue in the Linux kernel affects IPComp state handling in PF_KEY paths. In pfkey_msg2xfrm_state, x->calg is allocated and the algorithm name is copied, but calg->alg_key_len is never initialized, even though calg is 68 bytes and alg_key_len is used later during xfrm_algo...
CVE-2026-64434
The provided reports (Linux kernel CVE-2026-64434) detail a use-after-free in Bluetooth L2CAP channel timeout (l2cap_chan_timeout) where chan->conn could be freed while a timer is pending. The effective fix is to have the channel hold a reference to the associated l2cap_conn (via l2cap_conn_ge...
CVE-2026-64435
CVE-2026-64435 documents a data race in the Linux kernel where multiple readers access audit_queue.qlen via skb_queue_len() without proper synchronization while kauditd writes through skb_dequeue()/__skb_unlink() under WRITE_ONCE() with a spinlock. The race is demonstrated by a conflicting access...
CVE-2026-64433
Summary: CVE-2026-64433 affects the Linux kernel Bluetooth MGMT path, where add_device_complete() can perform a use-after-free due to missing locking around hci_conn_params_lookup() and access to params->flags. A concurrent MGMT_OP_REMOVE_DEVICE under hci_dev_lock can free the looked-up hci_co...
CVE-2026-64432
Summary: CVE-2026-64432 affects the Linux kernel, specifically the ntfs3 filesystem code path used during NTFS image replay. The issue stems from validating the Dirty Page Table (DPT) capacity in log_replay() when copying LCNs; if dp->lcns_follow (capacity) is smaller than lrh->lcns_follow,...
CVE-2026-64431
Summary of CVE-2026-64431 (Linux kernel NTFS driver): A memory corruption vulnerability arises when post_write_mst_fixup() is called for an invalid index_block after ntfs_ib_write() returns an error. The root cause is that ntfs_icx_ib_sync_write() treated any error as a write failure and invoked ...
CVE-2026-64430
CVE-2026-64430 affects the Linux kernel NTB EPF subsystem. ntb_epf_vec_isr previously called pci_irq_vector() in hardirq context, and pci_irq_vector() may call msi_get_virq() which takes a mutex and can trigger scheduling while atomic. The fix caches the Linux IRQ number for vector 0 when vectors...
CVE-2026-64429
CVE-2026-64429 : In the Linux kernel, the gpio eic-sprd driver used a sleeping lock during irq startup (spin_lock_irqsave) which could be invoked from an irq_startup path, leading to a sleeping function in an invalid context on PREEMPT_RT. The fix converts the Spreadtrum EIC controller lock to a ...
CVE-2026-64428
In CVE-2026-64428, a Linux kernel vulnerability was fixed in the GPIO SCH irq path. The issue arose because sch_irq_unmask() enables the GPIO IRQ and then updates controller state via sch_irq_mask_unmask(), which uses sch->lock with spin_lock_irqsave(). The callback could reach irq_startup() w...
CVE-2026-64427
Consolidated data for CVE-2026-64427 shows a resolved Linux kernel HID issue in the Logitech DJ driver. Root cause: the DJ short report validation could dereference rep->field[0] when rep->maxfield was zero, even after a prior fix, due to a crafted descriptor that creates a 0x20 report with...
CVE-2026-64426
Summary (CVE-2026-64426) Multiple sources describe a Linux kernel vulnerability in io_uring/nop where a file reference leak occurs when IOSQE_FIXED_FILE is set but IORING_NOP_FIXED_FILE is not; if REQ_F_FIXED_FILE is set, io_nop() may take the normal path and grab a real reference via io_file_get...
CVE-2026-64425
CVE-2026-64425 affects the Linux kernel io_uring/io-wq component. The vulnerability arises from where io_worker_handle_work() snapshots IO_WQ_BIT_EXIT and only later re-checks it inside the outer work loop, allowing linked work items to run after exit has begun if IO_WQ_BIT_EXIT is set post-start...
CVE-2026-64424
CVE-2026-64424 affects the Linux kernel netpoll path: a use-after-free during shutdown when a TX work may still be active, racing with cleanup. The fix described across connected docs is to use disable_delayed_work_sync() to ensure the worker is fully stopped before npinfo is freed, preventing re...
CVE-2026-64423
CVE-2026-64423 affects the Linux kernel IPv4 IGMP multicast handling. The root cause is that, when a device is destroyed, ip_mc_destroy_dev() decrements the multicast membership refcount but fails to unlink the membership from the device’s multicast hash table (mc_hash) before RCUs reclaim the ob...
CVE-2026-64422
CVE-2026-64422 describes a Linux kernel vulnerability in net/ipv4: bound TCP reordering sysctl writes and MTU probe sizes. The issue arises when negative values written to net.ipv4.tcp_reordering are copied into the u32 tp->reordering field for new sockets, allowing wraparound and potential mi...
CVE-2026-64420
Summary : CVE-2026-64420 affects the Linux kernel in the Cros EC (ChromeOS) subsystem. The issue arises during driver probing where dev_set_drvdata() is set before probe success, allowing sub-drivers such as cros_ec_typec to retain a stale pointer to the device even if ec_device_probe() fails. Th...
CVE-2026-64421
The CVE-2026-64421 issue affects the Linux kernel driver for imx8-isi (NXP), causing a slab-use-after-free in __media_entity_remove_link() during rmmod. The root cause is in mxc_isi_remove() calling mxc_isi_crossbar_cleanup() before mxc_isi_v4l2_cleanup(), which frees media entity pads that later...
CVE-2026-64419
The CVE-2026-64419 entry concerns the Linux kernel mm/shrinker path, where shrinker_debugfs_count_show() invokes the ->count_objects() callback while holding rcu_read_lock, allowing a sleep in that context. The root cause is that the debugfs count probe for memcg-aware shrinkers slept inside a...
CVE-2026-64418
CVE-2026-64418 is a Linux kernel memory-management race in the shrinker subsystem. The vulnerability arises when the shrinker_info array is freed while still accessible, causing use-after-free or double-free. The root cause is that alloc_shrinker_info() can drop shrinker_mutex before finishing in...
CVE-2026-64417
CVE-2026-64417 relates to the Linux kernel mm shrinker and a NULL pointer dereference in debugfs. The issue arose because shrinker_debugfs_add() created both the optional debugfs files “count” and “scan” unconditionally, assuming every shrinker implements both count_objects() and scan_objects(). ...
CVE-2026-64416
CVE-2026-64416 is a Linux kernel vulnerability affecting the memory management subsystem (mm) where a NULL dereference can occur in swap_cgroup handling on swapless hosts. The root cause is that lookup_swap_cgroup_id() may pass swap_cgroup_ctrl[type].map to __swap_cgroup_id_lookup() without verif...
CVE-2026-64415
CVE-2026-64415 is a Linux kernel vulnerability resolved by inserting periodic cond_resched() calls in mm/swap/swapon_reclaim_full_clusters to prevent softlockups. The issue manifested as a long-running softlockup under heavy memory/swap stress on large arm64 systems (e.g., 320 CPUs, ~1 TB RAM, ~8...
CVE-2026-64414
CVE-2026-64414 : In the Linux kernel, the netfilter path handling unreadable fragments has been resolved. The issue arises when an skb with unreadable fragments (eg, from devmem TCP) is processed by the u32 module, causing skb_copy_bits() to return a negative error code. Mitigations described acr...
CVE-2026-64413
CVE-2026-64413 relates to the Linux kernel netfilter/ebtables path, specifically the zero chainstack array issue. The advisory describes that if cpu_possible_mask is sparse (e.g., CPU 0 and CPU 2 possible, CPU 1 not), the allocation loop can skip an entry and, if vmalloc_node() fails later, the c...
CVE-2026-64412
The CVE-2026-64412 issue affects the Linux kernel’s netfilter ebtables component, where module names must be null-terminated. The root cause is failing to explicitly check length, which could allow passing a non-null terminated string to request_module(), potentially enabling a local impact as de...
CVE-2026-64411
Linux kernel vulnerability CVE-2026-64411 affects netfilter/ebtables: update_counters() and compat_update_counters() pass a 32-byte user-supplied table name to find_table_lock() without NUL-termination, allowing vsnprintf() to read past the name and trigger a KASAN stack-out-of-bounds condition. ...
CVE-2026-64410
The CVE-2026-64410 entry concerns the Linux kernel netfilter flowtable for IPIP tunnels where hardware offload is not yet supported. The provided descriptions indicate that no driver supports IPIP tunnels for offload, and a stub has been added to handle unsupported configurations by enqueueing wo...
CVE-2026-64409
The CVE-2026-64409 issue concerns the Linux kernel Bluetooth btmtksdio driver. The problem is an infinite loop in btmtksdio_txrx_work() caused by incorrect timeout logic using time_is_before_jiffies, which can cause the loop to continue after a 5HZ threshold and prevent releasing the SDIO host, y...