Lucene search
+L

250223 matches found

CVE
CVE
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74713

CVE-2026-74713 affects the Linux kernel vhost_iotlb subsystem. The root cause is that vhost_iotlb_add_range_ctx() only retires an old entry when the table has a non-zero limit, has exactly reached that limit, and has VHOST_IOTLB_FLAG_RETIRE set. Non-retiring tables can keep allocating entries aft...

5.6AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74714 bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: Fix use-after-free in bpfitertcpestablishedbatch reqskqueuehashreq publishes a TCPNEWSYNRECV requestsock onto the ehash chain, drops the bucket lock, and only afterwards sets rskrefcnt to 3. Lockless readers such as...

0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64401

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: Fix use-after-free in bpfitertcpestablishedbatch reqskqueuehashreq publishes a TCPNEWSYNRECV requestsock onto the ehash chain, drops the bucket lock, and only afterwards sets rskrefcnt to 3. Lockless readers such as...

5.7AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:33 p.m.9 views

EUVD-2026-64399

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix buffer length in createdirectkeys We have seen in our CI the following KASAN message: BUG: KASAN: slab-out-of-bounds in cmdexec+0x550/0xca0 mlx5core Read of size 272 at addr 0000000176795020 by task...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:33 p.m.12 views

CVE-2026-74712

CVE-2026-74712 is a slab-out-of-bounds read in the Linux kernel mlx5_vdpa driver, specifically in the create_direct_keys() function. The root cause is a size calculation mismatch: the input buffer length passed to cmd_exec includes the full structure size (out + in + mtt[]), but the pointer point...

5.8AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.6 views

CVE-2026-74712 vdpa/mlx5: Fix buffer length in create_direct_keys()

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix buffer length in createdirectkeys We have seen in our CI the following KASAN message: BUG: KASAN: slab-out-of-bounds in cmdexec+0x550/0xca0 mlx5core Read of size 272 at addr 0000000176795020 by task...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74712 vdpa/mlx5: Fix buffer length in create_direct_keys()

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix buffer length in createdirectkeys We have seen in our CI the following KASAN message: BUG: KASAN: slab-out-of-bounds in cmdexec+0x550/0xca0 mlx5core Read of size 272 at addr 0000000176795020 by task...

0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74712

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix buffer length in createdirectkeys We have seen in our CI the following KASAN message: BUG: KASAN: slab-out-of-bounds in cmdexec+0x550/0xca0 mlx5core Read of size 272 at addr 0000000176795020 by task...

5.8AI score0.00209EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 3:33 p.m.4 views

CVE-2026-74710 xsk: require at least 16 bytes of TX metadata

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP 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.6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74710

CVE-2026-74710 is a vulnerability in the Linux kernel's AF_XDP (xsk) subsystem . The kernel accepted a TX metadata length as small as 8 bytes , but every supported request requires flags plus at least one 8-byte request field. This insufficient validation allowed the kernel to read beyond the reg...

5.4AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:33 p.m.7 views

EUVD-2026-64397

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP 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.4AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.5 views

CVE-2026-74711 hwmon: (pmbus) Fix type confusion in notification logic

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 pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/08/22 3:33 p.m.13 views

CVE-2026-74711

CVE-2026-74711 is a type confusion vulnerability in the Linux kernel's hwmon pmbus driver (drivers/hwmon/pmbus/pmbus_core.c). In pmbus_notify(), the code unconditionally casts every attribute to struct sensor_device_attribute, but data->group.attrs may contain other types such as struct pmbus_...

5.7AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64398

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 pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

5.7AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74710

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP 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 score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.24 views

CVE-2026-74711 hwmon: (pmbus) Fix type confusion in notification logic

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 pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.22 views

CVE-2026-74710 xsk: require at least 16 bytes of TX metadata

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP 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...

0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74711

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 pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

5.6AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74709

In the Linux kernel, the following vulnerability has been resolved: xsk: clear metadata pointer when no timestamp is requested User space can change metadata flags after request processing. Rereading them during completion can therefore make the kernel write a timestamp that was not requested whe...

5.3AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64396

In the Linux kernel, the following vulnerability has been resolved: xsk: clear metadata pointer when no timestamp is requested User space can change metadata flags after request processing. Rereading them during completion can therefore make the kernel write a timestamp that was not requested whe...

5.5AI score0.00206EPSS
SaveExploits0References3
Rows per page
Query Builder