Lucene search
+L

48987 matches found

CVE
CVE
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74612

CVE-2026-74612 is a Linux kernel vulnerability in the veth (virtual Ethernet) driver. When an XDP program adjusts the fragment area, veth_xdp_rcv_skb() updates skb->data_len but leaves skb->len stale, causing skb_headlen() to exceed the actual linear area after a fragment shrink. In the UDP...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:31 p.m.7 views

CVE-2026-74603

CVE-2026-74603 is a buffer over-read in the Linux kernel's ptp: ocp (Open Compute Project PTP) driver. The EEPROM board ID is a fixed 13-byte field not guaranteed to contain a NUL terminator. Passing it directly to devlink_info_version_fixed_put() treats it as a C string, potentially reading beyo...

5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/22 3:31 p.m.6 views

CVE-2026-74598

CVE-2026-74598 is an off-by-one length validation error in the Linux kernel's rt6_route_rcv() function, which processes IPv6 Route Information options (RFC 4191) from Router Advertisements. The code accepts length >= 2 and length >= 1 where the RFC requires stricter minimums, causing ipv6_a...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74598 ipv6: fix Route Information option length validation

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:31 p.m.5 views

EUVD-2026-64535

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

5.6AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.8 views

PT-2026-79728

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject inline extents without valid headers BUG For a crafted btrfs image, the following KASAN can be triggered when reading an inline lzo compressed file extent: BUG: KASAN: slab-out-of-bounds in lzo...

5.7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.7 views

PT-2026-79715

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AF XDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at least one eight-byte request field. Such short metadata also lets the...

5.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.6 views

PT-2026-79603

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6 route rcv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of...

5.4AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.8 views

PT-2026-79688

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - sanitize event type index when fetching event masks The user-supplied event type index passed to EVIOCGMASK / EVIOCSMASK ioctls is used to index the static counts array in evdev get mask cnt and client evmasks arra...

5.4AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.7 views

PT-2026-79640

In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bit cursor bit cursor fetches the glyph under the cursor with c = scr readwvc pos; src = vc font.data + c & charmask w height; where charmask is 0x1ff when vc hi font mask is set. The...

6AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.6 views

PT-2026-79694

In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vcc setsockopt vcc setsockopt contained an ineffective optlen check: if SO LEVEL MATCHoptname, level && optlen != SO SIZEoptname return -EINVAL; If SO LEVEL MATCHoptname, level evaluated to...

5.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.5 views

PT-2026-79655

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in WMM param handler WMM param handler copies a fixed-size WMM parameter element out of a received information element without checking that the element is long enough, causing an out-of-bounds re...

5.5AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.4 views

PT-2026-79608

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlink info version fixed put treats it as a C string and may read beyond th...

5.3AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.7 views

PT-2026-79653

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: validate monitor transmit frame lengths rtw cfg80211 monitor if xmit entry removes the radiotap header and then reads the 802.11 frame control field without checking that a base 802.11 header remains. The data...

5.3AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.6 views

PT-2026-79716

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbus notify, the code unconditionally casts every attribute to a struct sensor device attribute: drivers/hwmon/pmbus/pmbus...

5.5AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.4 views

PT-2026-79656

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtw get wpa ie rtw get wpa ie reads bytes at fixed offsets into a vendor-specific information element without checking that the element is long enough, causing an out-of-bounds read for a short...

5.7AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.5 views

PT-2026-79672

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packet parse headers resets the MAC header only for a SOCK RAW frame whose socket did not bind a protocol. A protocol-bound SOCK RAW socket, any SOCK DGRAM frame...

5.5AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.6 views

PT-2026-79617

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdp buff. If an XDP program adjusts the fragment area, veth xdp rcv skb copies xdp frags size back to skb-data len but...

5.4AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.4 views

PT-2026-79684

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f ncm: Use unsigned int for ndp index The variable ndp index is declared as a signed integer, but it stores the return value of get ncm, which is unsigned. A malicious host can supply a large offset that overflows th...

5.4AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.5 views

PT-2026-79676

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattr verify The digest-length check in xattr verify mixes int and size t: if xattr len - sizeofxattr value-type - hash start = iint-ima hash-length sizeof yields size t, so the usual arithmetic...

5.4AI score
SaveExploits0References9
Rows per page
Query Builder