Lucene search
+L

1491 matches found

OSV
OSV
added 2025/12/04 4:16 p.m.14 views

AZL-71420 CVE-2025-40251 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: devlink: rate: Unset parent pointer in devlratenodesdestroy The function devlratenodesdestroy is documented to "Unset parent for all rate objects". However, it was only calling the driver-specific rateleafparentset or...

7.8CVSS5.9AI score0.00151EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/04 4:16 p.m.8 views

CVE-2025-40250

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the other threads tries to access this, when requestirq fails due to exhauste...

7.8CVSS0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/04 4:16 p.m.12 views

AZL-71417 CVE-2025-40250 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the other threads tries to access this, when requestirq fails due to exhauste...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/04 4:16 p.m.10 views

CVE-2025-40238

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix IPsec cleanup over MPV device When we do mlx5edetachnetdev we eventually disable blocking events notifier, among those events are IPsec MPV events from IB to core. So before disabling those blocking events, make sur...

0.00194EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/04 4:16 p.m.11 views

UBUNTU-CVE-2025-40238

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix IPsec cleanup over MPV device When we do mlx5edetachnetdev we eventually disable blocking events notifier, among those events are IPsec MPV events from IB to core. So before disabling those blocking events, make sur...

5.7AI score0.00194EPSS
SaveExploits0References21
CVE
CVE
added 2025/12/04 4:8 p.m.37 views

CVE-2025-40251

CVE-2025-40251 affects the Linux kernel devlink rate code. The root cause was devl_rate_nodes_destroy not clearing devlink_rate->parent (only calling rate_leaf_parent_set/rate_node_parent_set and decrementing the parent’s refcount), leaving a dangling pointer. This could trigger refcount warni...

7.8CVSS6AI score0.00151EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/12/04 4:8 p.m.6 views

EUVD-2025-201206

In the Linux kernel, the following vulnerability has been resolved: devlink: rate: Unset parent pointer in devlratenodesdestroy The function devlratenodesdestroy is documented to "Unset parent for all rate objects". However, it was only calling the driver-specific rateleafparentset or...

5.8AI score0.00151EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/12/04 4:8 p.m.6 views

CVE-2025-40251 devlink: rate: Unset parent pointer in devl_rate_nodes_destroy

In the Linux kernel, the following vulnerability has been resolved: devlink: rate: Unset parent pointer in devlratenodesdestroy The function devlratenodesdestroy is documented to "Unset parent for all rate objects". However, it was only calling the driver-specific rateleafparentset or...

5.6AI score0.00151EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/04 4:8 p.m.7 views

CVE-2025-40251 devlink: rate: Unset parent pointer in devl_rate_nodes_destroy

In the Linux kernel, the following vulnerability has been resolved: devlink: rate: Unset parent pointer in devlratenodesdestroy The function devlratenodesdestroy is documented to "Unset parent for all rate objects". However, it was only calling the driver-specific rateleafparentset or...

7.8CVSS6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/04 4:8 p.m.8 views

CVE-2025-40250

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the other threads tries to access this, when requestirq fails due to exhauste...

7.8CVSS5.2AI score0.00154EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/04 4:8 p.m.9 views

EUVD-2025-201207

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the other threads tries to access this, when requestirq fails due to exhauste...

5.9AI score0.00154EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/04 4:8 p.m.37 views

CVE-2025-40250 net/mlx5: Clean up only new IRQ glue on request_irq() failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the other threads tries to access this, when requestirq fails due to exhauste...

7.8CVSS0.00154EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/04 4:8 p.m.42 views

CVE-2025-40250

CVE-2025-40250 affects the Linux kernel mlx5 driver (net/mlx5) where mlx5_irq_alloc() could incorrectly free the entire rmap on a request_irq() failure, causing a crash if other threads access it. The fix changes cleanup to remove only the specific IRQ mapping added for the failed allocation, pre...

7.8CVSS6.1AI score0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/04 4:8 p.m.9 views

CVE-2025-40250 net/mlx5: Clean up only new IRQ glue on request_irq() failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the other threads tries to access this, when requestirq fails due to exhauste...

7.8CVSS6.3AI score
SaveExploits0References8
OSV
OSV
added 2025/12/04 3:31 p.m.16 views

CVE-2025-40238 net/mlx5: Fix IPsec cleanup over MPV device

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix IPsec cleanup over MPV device When we do mlx5edetachnetdev we eventually disable blocking events notifier, among those events are IPsec MPV events from IB to core. So before disabling those blocking events, make sur...

6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/04 3:31 p.m.9 views

CVE-2025-40238

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix IPsec cleanup over MPV device When we do mlx5edetachnetdev we eventually disable blocking events notifier, among those events are IPsec MPV events from IB to core. So before disabling those blocking events, make sur...

5.2AI score0.00194EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.9 views

PT-2025-49080

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The mlx5 irq alloc function in the Linux kernel could inadvertently free the entire rmap, leading to a crash when request irq fails due to exhausted IRQ vectors. This issue occurs when...

6.1AI score0.00154EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-40250

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/mlx5: Clean up only new IRQ glue on requestirq failure The mlx5irqalloc function can inadvertently free the entire rmap and end up in a crash1 when the othe...

7.8CVSS7AI score0.00154EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2025-40251

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - devlink: rate: Unset parent pointer in devlratenodesdestroy The function devlratenodesdestroy is documented to Unset parent for all rate objects. However, it wa...

7.8CVSS6.3AI score0.00151EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/12/03 12:0 a.m.7 views

Vulnerability of components of the Linux operating system’s kernel, net/mlx5, which allows a hacker to cause a service failure

The vulnerability of the net/mlx5 components in the Linux operating system’s kernel is related to the insufficient use of the assert function. Exploiting this vulnerability allows attackers to cause service failures...

5.5CVSS6.2AI score0.00114EPSS
SaveExploits0References15Affected Software6
Rows per page
Query Builder