Lucene search
+L

84949 matches found

OSV
OSV
added 2026/08/15 5:55 a.m.12 views

CVE-2026-72343 net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5ehvvhcastatscreate is called from mlx5enicenable, before mlx5eopen. At that point priv-statsnch is still zero, because it is only ever incremented in...

8.4CVSS5.8AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:55 a.m.6 views

EUVD-2026-59242

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5ehvvhcastatscreate is called from mlx5enicenable, before mlx5eopen. At that point priv-statsnch is still zero, because it is only ever incremented in...

5.7AI score0.00196EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:55 a.m.6 views

EUVD-2026-59243

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailable mlx5laggetdevseq will return error when the peer isn't in the LAG or when no device is marked as master. Result bad memory access and kernel crash1. Hence, skip th...

5.3AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72344

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailable mlx5laggetdevseq will return error when the peer isn't in the LAG or when no device is marked as master. Result bad memory access and kernel crash1. Hence, skip th...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72343

Summary: Multiple sources report in the Linux kernel net/mlx5e HV VHCA stats path a zero-sized buffer allocation bug that can lead to a fault when stats are enabled. The root cause was calling kvzalloc(0) via mlx5e_hv_vhca_stats_create() before priv->stats_nch is populated, resulting in a ZERO...

8.4CVSS5.7AI score0.00196EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72344

Summary: CVE-2026-72344 affects the Linux kernel mlx5e features for TC offloads. The issue occurs when cleaning up peer flows in a Link Aggregation Group (LAG) if the peer is not in the LAG or no master is marked, causing mlx5_lag_get_dev_seq() to return an error, which can lead to bad memory acc...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72342 net/mlx5e: Fix HV VHCA stats agent registration race

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats agent registration race mlx5ehvvhcastatscreate registers the stats agent through mlx5hvvhcaagentcreate. The helper publishes the agent in hvvhca-agentstype under agentslock and immediately schedules a...

8.4CVSS0.00193EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:55 a.m.8 views

EUVD-2026-59241

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats agent registration race mlx5ehvvhcastatscreate registers the stats agent through mlx5hvvhcaagentcreate. The helper publishes the agent in hvvhca-agentstype under agentslock and immediately schedules a...

5.5AI score0.00193EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72342 net/mlx5e: Fix HV VHCA stats agent registration race

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats agent registration race mlx5ehvvhcastatscreate registers the stats agent through mlx5hvvhcaagentcreate. The helper publishes the agent in hvvhca-agentstype under agentslock and immediately schedules a...

8.4CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:55 a.m.25 views

CVE-2026-72342

The CVE-2026-72342 issue affects the Linux kernel’s net/mlx5e HV VHCA stats path. The race occurs in mlx5e_hv_vhca_stats_create() when publishing the stats agent via mlx5_hv_vhca_agent_create(): the agent is published and a delayed invalidation is scheduled before priv->stats_agent.agent and p...

8.4CVSS5.5AI score0.00193EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72341 net/mlx5e: Fix publication race for priv->channel_stats[]

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix publication race for priv-channelstats mlx5echannelstatsalloc publishes a new entry to priv-channelstats and then increments priv-statsnch as a publication token, but neither store carries any memory barrier:...

5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72341 net/mlx5e: Fix publication race for priv->channel_stats[]

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix publication race for priv-channelstats mlx5echannelstatsalloc publishes a new entry to priv-channelstats and then increments priv-statsnch as a publication token, but neither store carries any memory barrier:...

0.00207EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:55 a.m.20 views

CVE-2026-72341

CVE-2026-72341 affects the Linux kernel net/mlx5e: a publication race in priv->channel_stats[] where mlx5e_channel_stats_alloc() writes channel_stats[ix] before updating stats_nch, without memory barriers. On weakly-ordered architectures (ARM, PowerPC, RISC-V) readers may observe stats_nch == ...

5.5AI score0.00207EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59240

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix publication race for priv-channelstats mlx5echannelstatsalloc publishes a new entry to priv-channelstats and then increments priv-statsnch as a publication token, but neither store carries any memory barrier:...

5.5AI score0.00207EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72339 qede: fix off-by-one in BD ring consumption on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: qede: fix off-by-one in BD ring consumption on buildskb failure qederxbuildskb and qedetparxbuildskb do not check for a NULL return from qedebuildskb. When it returns NULL under memory pressure, the functions still consume a BD...

9.8CVSS0.00755EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59233

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

5.4AI score0.00341EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:55 a.m.9 views

CVE-2026-72334 Bluetooth: ISO: fix malformed ISO_END/CONT handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

8.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72331 accel/amdxdna: Fix VMA access race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:55 a.m.8 views

CVE-2026-72331 accel/amdxdna: Fix VMA access race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS5.6AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72327 drm/v3d: Reject invalid indirect BO handle in indirect CSD setup

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject invalid indirect BO handle in indirect CSD setup v3dgetcpuindirectcsdparams looks up the indirect buffer object from a userspace-supplied handle but never checks the result. A bogus or stale handle makes...

5.7AI score
SaveExploits0References7
Rows per page
Query Builder