Lucene search
+L

378152 matches found

CVE
CVE
•added 2026/07/19 2:56 p.m.•20 views

CVE-2026-63993

CVE-2026-63993 corresponds to a Linux kernel issue in VXLAN handling: skb_tunnel_check_pmtu() may modify skb->head, causing a stale ip_hdr() reference to be reused and potentially leading to use-after-free (UAF). The advised remediation is to use ip_hdr(skb) instead of the cached value, as imp...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:56 p.m.•24 views

CVE-2026-63994

The CVE-2026-63994 issue affects the Linux kernel's tunnels code: iptunnel_pmtud_build_icmp(v6) and iptunnel_pmtud_build_icmp() cached ip_hdr()/ipv6_hdr() before skb_cow(), which could reallocate skb->head and cause use-after-free. The patch fixes this by initializing local variables after the...

9.8CVSS5.3AI score0.00521EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:56 p.m.•17 views

CVE-2026-63992

The CVE-2026-63992 issue affects the Linux kernel’s iptunnel_pmtud_check_icmp() in tunnels, where the skb transport_header may not be set, risking an out-of-bounds access (transport_header observed as 65535). The fix ensures the ICMP header is read based on the IPv4 network header after confirmin...

9.1CVSS5.3AI score0.00514EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:56 p.m.•16 views

CVE-2026-63991

The CVE CVE-2026-63991 concerns the Linux kernel Bluetooth 6lowpan path. The issue: skb_clone() may return NULL on allocation failure, and send_mcast_pkt() did not check this, risking a NULL pointer dereference in send_pkt() when dereferencing skb->data. The connected records indicate a fix wa...

5.4AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:56 p.m.•16 views

CVE-2026-63990

In CVE-2026-63990, the Linux kernel bonding code incorrectly allowed enslaving CAN devices (including vxcan) to a bonding master, which mutated CAN private state (can_ml_priv) rather than Ethernet-like structures. This caused a kernel paging request crash in can_rx_unregister() and potential memo...

5.5AI score0.00181EPSS
SaveExploits0References7
CVE
CVE
•added 2026/07/19 2:56 p.m.•13 views

CVE-2026-63989

CVE-2026-63989 concerns the Linux kernel bridge netlink path. The issue arises because br_setport() was historically called with the bridge lock held, but br_setport processes many attributes (flags, FDB flushing, multicast, group forward mask, backup port/NHID) that do not require the bridge loc...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•14 views

CVE-2026-63988

CVE-2026-63988 concerns a Linux kernel fix for sleeping in atomic context during sysfs path handling in bridge brport_store(). The root cause: brport_store() previously held the bridge lock for many attributes; now most attributes don’t require the lock. As a result, calling dev_set_promiscuity()...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•18 views

CVE-2026-63987

Summary: CVE-2026-63987 affects the Linux kernel’s ethtool/ethnl path. The issue arises in ethnl_update_profile(): it iterates a nested Netlink list with index i and writes new_profile[i++] without bounding i. The destination is kmemdup()’d at NET_DIM_PARAMS_NUM_PROFILES entries (5), while Netlin...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/19 2:56 p.m.•12 views

CVE-2026-63986

CVE-2026-63986 concerns the Linux kernel ethtool tsinfo handling. When ethnl_tsinfo_prepare_dump() fails, the code path incorrectly calls genlmsg_cancel(skb, ehdr) via a goto err, even though no genlmsg was started, risking a crash by passing an error pointer to genlmsg_cancel. The connected reco...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•30 views

CVE-2026-63985

CVE-2026-63985 affects the Linux kernel ethtool EEPROM Netlink fallback path. The vulnerability arises because the Netlink fallback function fallback_set_params() only validates that offset

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References7
CVE
CVE
•added 2026/07/19 2:56 p.m.•30 views

CVE-2026-63984

CVE-2026-63984 affects the Linux kernel, addressing an overflow in the IPv6 RPL SRH decompression path. The bug occurs in ipv6_rpl_srh_decompress(): hdrlen is computed as outhdr->hdrlen = (((n + 1) * sizeof(struct in6_addr)) >> 3); since hdrlen is an 8-bit value, for n >= 127 the resu...

9.8CVSS5.5AI score0.00514EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:56 p.m.•14 views

CVE-2026-63983

The CVE-2026-63983 entry concerns the Linux kernel net/sched component with netem, where duplicating a packet could cause recursive duplication loops in the qdisc tree, potentially exhausting stack or memory. Root cause: the old duplication guard invalidly zeroed q->duplicate around re-enqueue...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•12 views

CVE-2026-63982

This CVE concerns the Linux kernel net/sched mirred loop where redirecting between ingress and egress could lose the loop state in sched_mirred_dev, preventing discovery of a loop. The issue arises when packets are deferred to backlog and the sched_mirred_dev array is cleared, causing loop state ...

5.4AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•19 views

CVE-2026-63981

CVE-2026-63981 — Linux kernel net/sched act_mirred blockcast recursion fix . The issue arises in tcf_mirred_act() where, on a blockcast path (tcfm_blockid != 0), the recursion counter sched_mirred_nest isn’t incremented before calling tcf_blockcast(), allowing MIRRED_NEST_LIMIT to be bypassed and...

5.4AI score0.00188EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•17 views

CVE-2026-63979

CVE-2026-63979: In the Linux kernel, a use-after-free-like window can occur during TLS handshakes in net/handshake where accept-side dereferences use sock->file via req->hr_sk->sk_socket. The fix retargets dereferences to req->hr_file (pinned at submit time) and adds an extra file ref...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/19 2:56 p.m.•14 views

CVE-2026-63980

CVE-2026-63980 affects the Linux kernel net/handshake path in NVMe targets. nvmet_tcp_state_change() can reach handshake_req_cancel() via nvmet_tcp_schedule_release_queue() and tls_handshake_cancel(), where hn_lock was acquired with spin_lock(). If a process-context thread holds the lock while a ...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/19 2:56 p.m.•13 views

CVE-2026-63978

The CVE-2026-63978 issue affects the Linux kernel in net/handshake handling during net namespace exit. The root cause is reversed arguments to list_splice_init() in handshake_net_exit(), which transfers the pending handshake requests to the wrong list, causing the drain loop to skip, leaving some...

9.8CVSS5.3AI score0.00598EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:56 p.m.•13 views

CVE-2026-63976

Summary (CVE-2026-63976) : In the Linux kernel’s Bluetooth L2CAP path, ECRED reconfiguration success could fail to clear chan->ident, allowing a remote peer to replay a failure with the stale ident and cause the kernel to match/destroy an already-established channel (via l2cap_chan_del with EC...

8.8CVSS5.5AI score0.00443EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:56 p.m.•15 views

CVE-2026-63977

The CVE-2026-63977 entry concerns the Linux kernel dpll ( zl3073x ) subsystem. The fix replaces the change_work mechanism with the exported __dpll_device_change_ntf(), calling it directly while holding dpll_lock, and removes the change_work infrastructure. This addresses a race where change_work ...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/19 2:56 p.m.•19 views

CVE-2026-63975

In the Linux kernel Bluetooth L2CAP stack, CVE-2026-63975 describes a crash when a dcid arrives for an already-assigned destination CID. The fix avoids invalidating a temporary cursor from list_for_each_entry_safe and instead defers closing the channel by scheduling l2cap_chan_timeout with a dela...

8.8CVSS5.3AI score0.00345EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•13 views

CVE-2026-63973

Concrete details found: Linux kernel net: mana module added NULL guards in teardown paths to prevent panics when attach fails. The fix protects against dereferencing apc->rxqs and apc->tx_qp after partial queue allocation failures. Affected functions and behavior: mana_chn_setxdp() now chec...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/19 2:55 p.m.•17 views

CVE-2026-63974

CVE-2026-63974 affects the Linux kernel Bluetooth subsystem. The issue arises in hci_sync where HCI_CMD_DRAIN_WORKQUEUE must be set during device close because hci_dev_close_sync() can be invoked on a reset path, preventing timeouts from being queued while the hdev workqueue drains. The consequen...

8.8CVSS5.3AI score0.00317EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/19 2:55 p.m.•26 views

CVE-2026-63972

The CVE-2026-63972 entry concerns the Linux kernel vulnerability in the mana net driver. Affected component: mana per-port queue handling in the kernel’s mana_detach path. Root cause: after a prior detach succeeded but attach failed, a port remained detached with apc->tx_qp and apc->rxqs fr...

7.5CVSS5.4AI score0.00576EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:55 p.m.•21 views

CVE-2026-63970

CVE-2026-63970 — Linux kernel vulnerability in vsock/virtio where zerocopy skb handling could fail due to allocation order: uarg must be bound before filling the skb to ensure correct lifetime handling. The fix ensures the zerocopy uarg is passed into virtio_transport_alloc_skb() and bound prior ...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/19 2:55 p.m.•20 views

CVE-2026-63971

CVE-2026-63971 — Linux kernel SCTP race : The issue occurs when sctp_wait_for_connect drops and re-acquires the socket lock while waiting for an association to reach ESTABLISHED. During this window, another thread can peeloff the association to a new socket via getsockopt(SCTP_SOCKOPT_PEELOFF), c...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•17 views

CVE-2026-63969

The CVE-2026-63969 entry describes a Linux kernel issue where a potential infinite loop in rt6_fill_node() can occur due to unsafe manipulation of fib6_siblings while holding tb6_lock. The root cause is that rt->fib6_siblings.next can point into the old ring if a walker runs concurrently with ...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/19 2:55 p.m.•16 views

CVE-2026-63968

In CVE-2026-63968, the Linux kernel fixes an infinite loop in IPv6 path selection (fib6_select_path). The advisory notes that writers holding tb6_lock could list_del_rcu(&first->fib6_siblings) without waiting for RCU readers, causing first->fib6_siblings.next to reference the old ring and a...

7.5CVSS5.4AI score0.00647EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/19 2:55 p.m.•12 views

CVE-2026-63967

The CVE-2026-63967 entry fixes a stack leak in the Linux kernel’s IIO IMU driver for the ST LSM6DSX when using the tagged FIFO path. The iio_buff is allocated on the stack with __aligned(8) but, prior to the fix, was not zero-initialized, leaving a hole in the structure that could leak ST_LSM6DSX...

5.6AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•11 views

CVE-2026-63966

The CVE-2026-63966 issue affects the Linux kernel IIO imu driver for adis16550. The trigger handler allocates a scan data array on the stack but does not initialize it. A memcpy fills only the first 28 bytes (TEMP + 6 channels of GYRO/ACCEL), while a timestamp is written at offset 32, leaving byt...

5.4AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:55 p.m.•61 views

CVE-2026-63965

The CVE-2026-63965 entry describes a Linux kernel IIO BMP280/BMP580 trigger handler stack leak: bmp580_trigger_handler() allocated a stack scan buffer and copied 24-bit sensor data into 32-bit fields without proper initialization, leaving high bytes uninitialized and causing two stack bytes per s...

5.5AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:55 p.m.•22 views

CVE-2026-63964

The CVE-2026-63964 entry describes a Linux kernel vulnerability in usb: typec: ucsi: ccg where do_flash() searches firmware records for a ':' header. If a firmware image lacks ':' bytes, strnchr() returns NULL, and the loop uses p+1 and a large length, causing a crash. A root user could place a c...

5.4AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•17 views

CVE-2026-63963

Summary: CVE-2026-63963 affects the Linux kernel USB Type-C TCPM code. Specifically, in Discover Identity ACK handlers, the VDO count passed from a device must be validated before calling svdm_consume_identity() or svdm_consume_identity_sop_prime(). The device-controlled value could index off the...

5.4AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/19 2:55 p.m.•13 views

CVE-2026-63962

The CVE-2026-63962 entry describes a Linux kernel vulnerability in usb: typec: tcpm: bound altmode_desc[] per iteration in svdm_consume_modes(). The root cause is that svdm_consume_modes() checked pmdata->altmodes against the array size only once before looping over the count, not at every ite...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/19 2:55 p.m.•20 views

CVE-2026-63961

CVE-2026-63961 affects the Linux kernel’s USB Type-C altmodes/displayport code. A broken/malicious device could send an incorrect status-update VDO count, causing the kernel to read uninitialized stack data and potentially forward it elsewhere. The issue is resolved by correctly validating the up...

5.3AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•17 views

CVE-2026-63960

In the Linux kernel, CVE-2026-63960 affects usb: typec: wcove by allowing wcove_read_rx_buffer() to copy the PD RX FIFO into struct pd_message beyond its bounds. The loop uses USBC_RXINFO_RXBYTES(info) (5-bit, max 31) while the destination is 30 bytes, enabling a mis-sized copy. Additionally, reg...

5.3AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•19 views

CVE-2026-63959

The CVE-2026-63959 vulnerability affects the Linux kernel USB Type-C support (tcpm/tcpci_maxim). A broken/malicious USB-C port could transmit a CRC-valid frame where the header advertises up to seven data objects but the body carries fewer, causing the driver to read from uninitialized stack memo...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
•added 2026/07/19 2:55 p.m.•28 views

CVE-2026-63957

The CVE-2026-63957 issue affects the Linux kernel USB serial safe_serial implementation. The vulnerability is a memory corruption risk when using a small endpoint, arising from an inadequately sized bulk-out buffer; in safe mode, a malicious device reporting a smaller size could lead to user-cont...

5.7AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•18 views

CVE-2026-63958

The CVE affects the Linux kernel USB Type-C UCSI implementation. In ucsi_connector_change(), the 7-bit connector number from a UCSI CCI notification is used to index ucsi->connector[] without validating it against the number of connectors reported at init time. A buggy/malicious PPM (EC firmwa...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/19 2:55 p.m.•21 views

CVE-2026-63956

The CVE-2026-63956 entry describes a Linux kernel vulnerability in USB serial for Cypress M8 devices. The issue occurs when the interrupt-out endpoint max packet size is smaller than eight bytes, enabling potential user-controlled slab corruption or NULL-pointer dereference if a malicious device ...

5.6AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•21 views

CVE-2026-63954

CVE-2026-63954 pertains to the Linux kernel, specifically the hpfs driver. The issue occurs when hpfs_map_dnode_bitmap fails, which would cause the code to call hpfs_brelse4 on an uninitialized quad buffer head, resulting in a crash. The vulnerability has been resolved by the kernel patch referen...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•12 views

CVE-2026-63955

The CVE-2026-63955 entry concerns a Linux kernel issue in mm/vmalloc where __get_vm_area_node() would trigger BUG_ON(in_interrupt()) even when BH were disabled. The call path through __vlan_add()/br_fdb_add_local() and rhashtable_lookup_insert_fast() could reach kvmalloc/vmalloc, leading to a BUG...

7.5CVSS5.5AI score0.00468EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/19 2:55 p.m.•16 views

CVE-2026-63953

CVE-2026-63953 concerns a Linux kernel memory-leak after migrate_vma_insert_huge_pmd_page() jumps to unlock_abort on PMD check failure. The pgtable allocated via pte_alloc_one() could remain unreleased in the error path, leading to a leak. The fix adds a free_abort path to release the pgtable whe...

5.4AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/19 2:55 p.m.•24 views

CVE-2026-63951

The CVE-2026-63951 issue concerns the Linux kernel zram subsystem, specifically a use-after-free in zram_writeback_endio. The root cause is a race between the bio completion handler and the writeback task: wake_up is invoked after releasing wb_ctl->done_lock, creating a window where the writeb...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/19 2:55 p.m.•32 views

CVE-2026-63952

CVE-2026-63952 affects the Linux kernel: when SEAL_EXEC is added, SEAL_WRITE is implied to enforce W^X, but the implied seal is applied after the write-mapping check. This allows a memfd to be modified via writable mappings despite being marked as write-sealed. The fix adds the implied seals befo...

8.4CVSS5.4AI score0.0016EPSS
SaveExploits0References5
CVE
CVE
•added 2026/07/19 2:55 p.m.•18 views

CVE-2026-63950

Summary: CVE-2026-63950 pertains to the Linux kernel mm/rmap path. The issue arose from not reinitializing nr_pages at the start of each loop in try_to_unmap_one, allowing a value from a previous folio_unmap_pte_batch() to be reused in a later iteration. This could cause corruption of folio refco...

7.8CVSS5.3AI score0.00162EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/19 2:55 p.m.•20 views

CVE-2026-63949

The CVE-2026-63949 issue is a Linux kernel auxdisplay vulnerability in which linedisp_display() unconditionally reads msg[count - 1] before confirming count > 0, allowing an OOB read on zero-length writes to the message sysfs attribute. The underlying problem occurs in the message_store() call...

5.5AI score0.00172EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/19 2:55 p.m.•17 views

CVE-2026-63948

The CVE affects the Linux kernel Bluetooth L2CAP stack, where l2cap_chan_timeout() leaks a l2cap_chan reference when chan->conn is NULL because the early return skips l2cap_chan_put() after __set_chan_timer() holds the reference via l2cap_chan_hold(). The fix adds the missing l2cap_chan_put() ...

5.4AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/19 2:55 p.m.•23 views

CVE-2026-63947

CVE-2026-63947 concerns the Linux kernel Bluetooth HIDP path. The vulnerability arises in hidp_input_report(), which reads keyboard/mouse payloads from an skb without first ensuring skb->len has enough data. The caller hidp_recv_intr_frame() fetches the 1-byte HIDP header before dispatching to...

8.8CVSS5.3AI score0.00337EPSS
SaveExploits0References7
CVE
CVE
•added 2026/07/19 2:55 p.m.•19 views

CVE-2026-63946

CVE-2026-63946: In the Linux kernel Bluetooth ISO path, iso_recv_frame can use a freed sk due to holding iso_conn_lock but releasing it before using conn->sk. The fix replaces a bare pointer read with iso_sock_hold(conn), which holds the sock while the spinlock is still held and atomically inc...

8.8CVSS5.4AI score0.00327EPSS
SaveExploits0References6
CVE
CVE
•added 2026/07/19 2:55 p.m.•20 views

CVE-2026-63945

CVE-2026-63945 affects the Linux kernel Bluetooth ISO code. The vulnerability arises when iso_sock_clear_timer() reads iso_pi(sk)->conn twice without holding the socket lock, while iso_chan_del() may NULL the connection under lock_sock, creating a window where the reference can be dropped and ...

7.8CVSS5.3AI score0.0016EPSS
SaveExploits0References6
Total number of security vulnerabilities378152