Lucene search
+L

14049 matches found

CVE
CVE
added 2024/05/20 9:41 a.m.184 views

CVE-2024-35959

CVE-2024-35959 is an Linux kernel issue fixed in the mlx5e path. The fix addresses a cleanup flow: when mlx5e_priv_init() fails, mlx5e_priv_init’s cleanup calls mlx5e_selq_cleanup, which previously could lead to a misordered lock usage. The cleanup calls mlx5e_selq_apply() that assumes priv->s...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.21 views

CVE-2024-35959 net/mlx5e: Fix mlx5e_priv_init() cleanup flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix mlx5eprivinit cleanup flow When mlx5eprivinit fails, the cleanup flow calls mlx5eselqcleanup which calls mlx5eselqapply that assures that the priv-statelock is held using lockdepisheld. Acquire the statelock in...

6.5AI score0.00253EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/20 12:00 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from incorrect list API usage...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References10
NVD
NVD
added 2024/05/19 9:15 a.m.28 views

CVE-2024-35892

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

5.5CVSS6.4AI score0.00171EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.23 views

CVE-2024-35892

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

5.5CVSS6.4AI score0.00171EPSS
SaveExploits0References10
CVE
CVE
added 2024/05/19 8:34 a.m.169 views

CVE-2024-35892

CVE-2024-35892 stems from a Linux kernel net/sched issue where qdisc_tree_reduce_backlog() was called with the qdisc lock held while RTNL was not held, triggering a lockdep splat due to unsafe RCU usage. The fix switches from qdisc_lookup() to qdisc_lookup_rcu() to safely dereference qdisc data u...

5.5CVSS6.6AI score0.00171EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.18 views

CVE-2024-35892 net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

6.7AI score0.00171EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:22 p.m.23 views

CVE-2024-35787

A security vulnerability was identified in the Linux kernel's MD Multiple Device subsystem, specifically within the bitmap handling code for clustered environments. The issue arises from incorrect usage of the sbindex field, leading to potential system crashes in clustered configurations...

5.5CVSS9AI score0.00228EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 3:15 p.m.15 views

UBUNTU-CVE-2024-35839

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS6.2AI score0.00222EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/17 3:15 p.m.8 views

UBUNTU-CVE-2024-35857

In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmpbuildprobe First problem is a double call to indevgetrcu, because the second one could return NULL. if indevgetrcudev && indevgetrcudev-ifalist Second problem is a read from...

7.5CVSS6.2AI score0.00975EPSS
SaveExploits0References21
OSV
OSV
added 2024/05/17 2:15 p.m.5 views

DEBIAN-CVE-2023-52672

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7CVSS5.4AI score0.00255EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.39 views

CVE-2023-52672

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7CVSS7.4AI score0.00255EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.25 views

CVE-2023-52672

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7CVSS5.9AI score0.00255EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/17 2:15 p.m.8 views

UBUNTU-CVE-2023-52672

In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wrwait after setting maxusage Commit c73be61cede5 "pipe: Add general notification queue support" a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in 1. The...

7CVSS6.2AI score0.00255EPSS
SaveExploits0References17
OSV
OSV
added 2024/05/17 2:15 p.m.12 views

UBUNTU-CVE-2024-35823

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 "vt: fix memory overlapping when deleting chars in the buffer". The cure is also the...

5.3CVSS6.3AI score0.00907EPSS
SaveExploits0References24
NVD
NVD
added 2024/05/17 1:15 p.m.27 views

CVE-2024-35787

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix incorrect usage for sbindex Commit d7038f951828 "md-bitmap: don't use -index for pages backing the bitmap file" removed page-index from bitmap code, but left wrong code logic for clustered-md. current code never...

7.8CVSS7.5AI score0.00228EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 12:24 p.m.158 views

CVE-2024-35787

CVE-2024-35787 affects the Linux kernel’s md/md-bitmap logic. The root issue stemmed from removing page->index (via commit d7038f951828) in the bitmap code while leaving faulty logic for clustered-md, causing slots to be mis-set for cluster nodes and potentially crashes in clustered environmen...

7.8CVSS6.9AI score0.00228EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/17 12:24 p.m.22 views

CVE-2024-35787 md/md-bitmap: fix incorrect usage for sb_index

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix incorrect usage for sbindex Commit d7038f951828 "md-bitmap: don't use -index for pages backing the bitmap file" removed page-index from bitmap code, but left wrong code logic for clustered-md. current code never...

7.8CVSS6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/17 12:24 p.m.38 views

CVE-2024-35787 md/md-bitmap: fix incorrect usage for sb_index

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix incorrect usage for sbindex Commit d7038f951828 "md-bitmap: don't use -index for pages backing the bitmap file" removed page-index from bitmap code, but left wrong code logic for clustered-md. current code never...

7.8CVSS7.5AI score0.00228EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/17 2:56 a.m.11 views

SUSE CVE-2024-4140

An excessive memory use issue CWE-770 exists in Email-MIME, before version 1.954, which can cause denial of service when parsing multipart MIME messages. The patch set from 2020 and 2024 limits excessive depth and the total number of parts...

7.5CVSS7.6AI score0.01132EPSS
SaveExploits0References3
Rows per page
Query Builder