Lucene search
+L

84280 matches found

CVE
CVE
added 2 days ago13 views

CVE-2026-72343

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.7AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago19 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.00215EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago6 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.00215EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago13 views

CVE-2026-72342

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.5AI score0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2 days ago3 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 2 days ago19 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 2 days ago10 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 2 days ago4 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 2 days ago18 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.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago5 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.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago20 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.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago3 views

EUVD-2026-59226

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.6AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago18 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...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-59215

In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadataopen metadataopen returns NULL when kzallocobj fails, but the caller eractr only checks ISERRmd. Since ISERRNULL returns false, the NULL pointer is treated as a valid result and lat...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago21 views

CVE-2026-72316 dm era: fix NULL pointer dereference in metadata_open()

In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadataopen metadataopen returns NULL when kzallocobj fails, but the caller eractr only checks ISERRmd. Since ISERRNULL returns false, the NULL pointer is treated as a valid result and lat...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago12 views

CVE-2026-72316

In the Linux kernel vulnerability CVE-2026-72316, the metadata_open() path used by device-mapper metadata handling returns NULL on kzalloc_obj() failure, but era_ctr() only checks IS_ERR(md). Since IS_ERR(NULL) is false, a NULL is treated as valid and later dereferenced (era->md). The fix is t...

5.4AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59206

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspvrslpmtreereplace When mlxswspvrslpmtreereplace fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but...

5.4AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago3 views

EUVD-2026-59156

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm: fix NULL pointer dereference in graphcallback When q6apmfreefragments is called it frees rxdata.buf/txdata.buf and sets them to NULL under graph-lock. A late DSP buffer-done response can race with this:...

5.5AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-72257 ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm: fix NULL pointer dereference in graphcallback When q6apmfreefragments is called it frees rxdata.buf/txdata.buf and sets them to NULL under graph-lock. A late DSP buffer-done response can race with this:...

0.00205EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago12 views

CVE-2026-72257

CVE-2026-72257 affects the Linux kernel ASoC qcom stack (q6apm). The root cause is a potential NULL pointer dereference in graph_callback when a late DSP buffer-done response races with q6apm_free_fragments() which frees and NULLs rx/tx buffers under graph->lock. The code path can dereference ...

5.4AI score0.00205EPSS
SaveExploits0References6
Rows per page
Query Builder