Lucene search
+L

1523 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68411

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: clamp virtio RX length before skbput hwsimvirtiorxwork passes the virtqueue used-ring length reported by the device straight to skbput on a fixed-size receive skb. A backend reporting a length larger than the...

0.00168EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68170

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix stale skb-sk reference on subflow close The backlog list is updated by mptcpdataready under mptcpdatalock. The cleanup of backlog references to a closing subflow, however, was performed in mptcpclosessk, before...

9.8CVSS0.00516EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:19 p.m.5 views

CVE-2026-68123

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix GSO userspace truncation underflow OVSACTIONATTRTRUNC currently stores a delta from the original skb length in OVSCBskb-cutlen. When a later userspace action segments a GSO skb, queuegsopackets reuses that delta...

9.8CVSS0.00497EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:19 p.m.7 views

CVE-2026-68121

In the Linux kernel, the following vulnerability has been resolved: pppoe: reload header pointer after devhardheader pppoesendmsg saves a pointer to the PPPoE header before calling devhardheader. Device header callbacks are allowed to reallocate the skb head, invalidating pointers into it. This c...

7.8CVSS0.00138EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:4 p.m.49 views

CVE-2026-68426

CVE-2026-68426 affects the Linux kernel xfrm subsystem. A bug in async crypto handling can leave skb->prev pointing to freed memory when GSO segments are stolen, causing a use-after-free. Reported impact includes potential denial of service or, in some cases, arbitrary code execution. The fix ...

9.8CVSS5.3AI score0.00367EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.35 views

CVE-2026-68426 xfrm: fix stale skb->prev after async crypto steals a GSO segment

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix stale skb-prev after async crypto steals a GSO segment skbgsosegment leaves the segment list head with -prev pointing at the last segment, an invariant validatexmitskblist relies on when it sets its tail pointer tail =...

9.8CVSS0.00367EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:4 p.m.7 views

EUVD-2026-55597

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: clamp virtio RX length before skbput hwsimvirtiorxwork passes the virtqueue used-ring length reported by the device straight to skbput on a fixed-size receive skb. A backend reporting a length larger than the...

5.5AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:4 p.m.29 views

CVE-2026-68411

The CVE affects the Linux kernel’s wifi/mac80211_hwsim path. In hwsim_virtio_rx_work(), the virtqueue used-ring length reported by the device could be passed directly to skb_put() on a fixed-size receive skb, allowing skb_over_panic() and a host-triggerable guest panic (DoS) when length exceeds t...

5.5AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:4 p.m.30 views

CVE-2026-68405

CVE-2026-68405 (Linux kernel, wifi/mac80211) describes a bug where AP_VLAN bc_buf SKBs could be freed outside the IRQ lock. During ieee80211_do_stop(), AP_VLAN packets are removed from ps->bc_buf while ps->bc_buf.lock is held with IRQs disabled, then ieee80211_free_txskb() is called after r...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.33 views

CVE-2026-68405 wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: free APVLAN bcbuf SKBs outside IRQ lock ieee80211dostop removes APVLAN packets from the parent AP ps-bcbuf while holding ps-bcbuf.lock with IRQs disabled. It then calls ieee80211freetxskb before dropping the lock...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.9 views

CVE-2026-68387

In the Linux kernel, the following vulnerability has been resolved: can: raw: add locking for raw flags bitfield With commit 890e5198a6e5 "can: raw: use bitfields to store flags in struct rawsock" the formerly separate integer values have been integrated into a single bitfield. This led to a...

7.8CVSS5.3AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:3 p.m.9 views

CVE-2026-68378

In the Linux kernel, the following vulnerability has been resolved: dpll: fix NULL pointer dereference in dpllmsgaddpinrefsync When a dpllpin is shared across multiple dplldevice instances and those devices are being unregistered e.g. during driver module removal, a NULL pointer dereference can...

5.3AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:3 p.m.8 views

CVE-2026-68343

In the Linux kernel, the following vulnerability has been resolved: smb: client: validate DFS referral PathConsumed parsedfsreferrals validates that the response contains the fixed referral entry array and, on for-next, the per-referral string offsets. However, the response also contains a...

9.1CVSS5.2AI score0.00484EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:2 p.m.9 views

EUVD-2026-55403

In the Linux kernel, the following vulnerability has been resolved: amt: re-read skb header pointers after every pull Several AMT receive and transmit paths cache a pointer into the skb head iphdr, ipv6hdr, ethhdr or the AMT message header and then call a helper that can reallocate that head befo...

5.2AI score0.0045EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:2 p.m.10 views

CVE-2026-68299

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: fix BUGON in vmxnet3gethdrlen for Geneve packets vmxnet3gethdrlen assumes gdesc-rcd.v4/v6/tcp always describe the outer header, but for a Geneve-encapsulated packet the device can set them based on the inner header...

7.5CVSS5.3AI score0.00446EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:1 p.m.8 views

CVE-2026-68274

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix buffer overflow in steered register list allocation The size calculation for the steered register extarray uses only the geometry DSS mask gdssmask to determine the number of entries to allocate: total =...

7.8CVSS5.6AI score0.00151EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:1 p.m.7 views

CVE-2026-68253

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: check streams bounds before overflow The data-streams overflow check is done after the buffer overflow has already happened. Move the overflow check before the write. Side note, emitting a warning splat with a...

7.8CVSS5.5AI score0.00142EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:1 p.m.9 views

CVE-2026-68249

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit 8d144a0eb09537055841af48c9e7c2d4cd48e84d...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:0 p.m.10 views

CVE-2026-68231

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

5.2AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:0 p.m.10 views

CVE-2026-68205

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-fwnode: Fix subdev owner overwritten in v4l2asyncregistersubdevsensor The v4l2 helper v4l2asyncregistersubdevsensor calls v4l2asyncregistersubdev, which is a macro that expands to v4l2asyncregistersubdevsd,THISMODULE...

5.3AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder