Lucene search
+L

21490 matches found

CVE
CVE
added 4 days ago22 views

CVE-2026-68165

The CVE affects the Linux kernel DAMON subsystem (mm/damon/core) where damon_set_regions() did not validate zero-length regions created by certain callers (DAMON_SYSFS, DAMON_RECLAIM, DAMON_LRU_SORT). This could trigger WARN_ONCE on CONFIG_DAMON_DEBUG_SANITY and cause a divide-by-zero in damon_me...

5.3AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-55546

In the Linux kernel, the following vulnerability has been resolved: ceph: fix pre-auth out-of-bounds read on snaptrace in cephhandlecaps cephhandlecaps reads snaptracelen from the wire-format cephmdscaps header and uses it unconditionally to build a fake end pointer snaptrace + snaptracelen that ...

5.6AI score0.00216EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-68160 ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix pre-auth out-of-bounds read on snaptrace in cephhandlecaps cephhandlecaps reads snaptracelen from the wire-format cephmdscaps header and uses it unconditionally to build a fake end pointer snaptrace + snaptracelen that ...

9.8CVSS0.00216EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago37 views

CVE-2026-68160

Summary: CVE-2026-68160 is a pre-auth, out-of-bounds read vulnerability in the Linux kernel’s Ceph code path (ceph_handle_caps) caused by using attacker-controlled snap_trace_len to compute an end pointer without proper bounds checks. The issue can lead to out-of-bounds reads of encoded snap data...

9.8CVSS5.6AI score0.00216EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-55529

In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmapset with zero-length range ifssetrangedirty and ifssetrangeuptodate compute lastblk as off + len - 1 iblkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZEMAX, producing a...

5.5AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago34 views

CVE-2026-68145 iomap: fix out-of-bounds bitmap_set() with zero-length range

In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmapset with zero-length range ifssetrangedirty and ifssetrangeuptodate compute lastblk as off + len - 1 iblkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZEMAX, producing a...

7.8CVSS0.00175EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago26 views

CVE-2026-68145

CVE-2026-68145 describes a Linux kernel iomap vulnerability where zero-length ranges in ifs_set_range_dirty() and ifs_set_range_uptodate() cause an unsigned underflow in (off + len - 1) >> i_blkbits, producing a huge last_blk and nr_blks and leading to out-of-bounds bitmap_set() writes. A f...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago34 views

CVE-2026-68125 mac802154: llsec: reject frames shorter than the authentication tag

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: reject frames shorter than the authentication tag llsecdodecryptauth computes the associated-data length for the AEAD request as assoclen += datalen - authlen; where datalen is the number of bytes after the MAC...

8.8CVSS0.0021EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-55506

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: reject frames shorter than the authentication tag llsecdodecryptauth computes the associated-data length for the AEAD request as assoclen += datalen - authlen; where datalen is the number of bytes after the MAC...

5.4AI score0.0021EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago13 views

EUVD-2026-55505

In the Linux kernel, the following vulnerability has been resolved: mctp: serial: handle zero-length frames to prevent rx buffer overflow The MCTP serial receive state machine reads a frame length byte in mctpserialpushheader case 2 and validates it upper-bound-only: if c MCTPSERIALFRAMEMTU...

5.6AI score0.00193EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago33 views

CVE-2026-68124

CVE-2026-68124 affects the Linux kernel MCTP serial driver. A zero-length frame could cause an out-of-bounds write in the receive path when rxlen == 0, requiring CAP_NET_ADMIN to attach the MCTP line discipline and bring up the netdev. The fix routes zero-length frames to STATE_TRAILER (instead o...

9.6CVSS5.6AI score0.00193EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-68124 mctp: serial: handle zero-length frames to prevent rx buffer overflow

In the Linux kernel, the following vulnerability has been resolved: mctp: serial: handle zero-length frames to prevent rx buffer overflow The MCTP serial receive state machine reads a frame length byte in mctpserialpushheader case 2 and validates it upper-bound-only: if c MCTPSERIALFRAMEMTU...

9.6CVSS0.00193EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-55504

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...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-68123 openvswitch: fix GSO userspace truncation underflow

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.00175EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago33 views

CVE-2026-68123

The CVE-2026-68123 issue affects the Linux kernel Open vSwitch path handling GSO packets in userspace. OVS_ACTION_ATTR_TRUNC previously stored a delta from the original skb length in OVS_CB(skb)->cutlen, and when a later segmenting action processed a GSO skb, queue_gso_packets() reused that de...

9.8CVSS5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago33 views

CVE-2026-68119 tcp: initialize standalone TCP-AO response padding

In the Linux kernel, the following vulnerability has been resolved: tcp: initialize standalone TCP-AO response padding tcpv4sendack and tcpv6sendresponse construct standalone TCP responses with TCP-AO options. The option length carries the actual MAC length, but the TCP header length includes the...

7.5CVSS0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago33 views

CVE-2026-68107 drm/amdgpu/vcn4: avoid rereading IB param length

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcnv40encfindibparam instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. cherr...

8.8CVSS0.00168EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago5 views

CVE-2026-68107 drm/amdgpu/vcn4: avoid rereading IB param length

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcnv40encfindibparam instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. cherr...

8.8CVSS5.3AI score
SaveExploits0References8
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-55488

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcnv40encfindibparam instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. cherr...

5.2AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago24 views

CVE-2026-68107

The CVE-2026-68107 relates to the Linux kernel’s drm/amdgpu/vcn4 component, where a TOCTOU vulnerability arises from rereading the IB parameter length instead of reusing the value previously obtained. The fix reuses the length returned by vcn_v4_0_enc_find_ib_param() rather than rereading it from...

8.8CVSS5.2AI score0.00168EPSS
SaveExploits0References5
Rows per page
Query Builder