Lucene search
+L

148453 matches found

OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74689

In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vccsetsockopt vccsetsockopt contained an ineffective optlen check: if SOLEVELMATCHoptname, level && optlen != SOSIZEoptname return -EINVAL; If SOLEVELMATCHoptname, level evaluated to false...

7.1CVSS5.8AI score0.00139EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74612

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 xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS5.8AI score0.00491EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.11 views

EUVD-2026-64410

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

5.8AI score0.0038EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:33 p.m.43 views

CVE-2026-74724

This vulnerability affects the Linux kernel's IPVS (IP Virtual Server) component, specifically the ip_vs_nat_icmp function. A local attacker with low privileges can modify a packet while it is being processed by IPVS. The root cause is that the IP IHL (Internet Header Length) field is read multip...

7.8CVSS5.5AI score0.00123EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 3:33 p.m.18 views

CVE-2026-74723 btrfs: lzo: reject inline extents without valid headers

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

9.8CVSS6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:33 p.m.10 views

EUVD-2026-64411

In the Linux kernel, the following vulnerability has been resolved: ipvs: avoid out-of-bounds write in ipvsnaticmp Sashiko warns that local attacker can modify the packet while it is processed by IPVS. Some places read the IP ihl field multiple times which can cause out-of-bounds access. One such...

5.5AI score0.00123EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.29 views

CVE-2026-74724 ipvs: avoid out-of-bounds write in ip_vs_nat_icmp

In the Linux kernel, the following vulnerability has been resolved: ipvs: avoid out-of-bounds write in ipvsnaticmp Sashiko warns that local attacker can modify the packet while it is processed by IPVS. Some places read the IP ihl field multiple times which can cause out-of-bounds access. One such...

7.8CVSS0.00123EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/22 3:33 p.m.34 views

CVE-2026-74723

A slab-out-of-bounds read in the Linux kernel's btrfs LZO decompression path is triggered when a crafted btrfs image contains an inline LZO compressed file extent with only an LZO header but no segment header or payload. The lzo_decompress() function reads beyond the item boundary; if the extent ...

9.8CVSS5.8AI score0.0038EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 3:33 p.m.21 views

CVE-2026-74724 ipvs: avoid out-of-bounds write in ip_vs_nat_icmp

In the Linux kernel, the following vulnerability has been resolved: ipvs: avoid out-of-bounds write in ipvsnaticmp Sashiko warns that local attacker can modify the packet while it is processed by IPVS. Some places read the IP ihl field multiple times which can cause out-of-bounds access. One such...

7.8CVSS5.7AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.29 views

CVE-2026-74723 btrfs: lzo: reject inline extents without valid headers

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

9.8CVSS0.0038EPSS
SaveExploits0References2
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.00142EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74712

CVE-2026-74712 is a slab-out-of-bounds read in the Linux kernel's vdpa/mlx5 driver. The create_direct_keys() function incorrectly calculates the input buffer size by including the entire structure (out + in + mtt[]) while the pointer passed to cmd_exec targets only the in field. This causes mlx5_...

9.3CVSS5.8AI score0.00142EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.16 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...

9.3CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.29 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...

9.3CVSS0.00142EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:33 p.m.28 views

CVE-2026-74711

A type confusion vulnerability in the Linux kernel's hwmon/pmbus driver (drivers/hwmon/pmbus/pmbus_core.c) arises in pmbus_notify(), which unconditionally casts every attribute in data->group.attrs to struct sensor_device_attribute. When the attribute is actually a struct pmbus_samples_reg, th...

8.4CVSS5.7AI score0.0014EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 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.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.21 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...

7.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:33 p.m.10 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.0014EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:33 p.m.30 views

CVE-2026-74710

CVE-2026-74710 is an out-of-bounds read in the Linux kernel's AF_XDP (xsk) component. The mechanism accepts a TX metadata length as small as eight bytes, but every supported request requires the flags field plus at least one eight-byte request field (16 bytes minimum). When metadata shorter than ...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:33 p.m.10 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:...

8.4CVSS5.8AI score
SaveExploits0References6
Rows per page
Query Builder