Lucene search
+L

2432 matches found

OSSF Malicious Packages
OSSF Malicious Packages
•added 2024/06/25 12:23 p.m.•5 views

Malicious code in -john-wick-4-keanu-reeves-peliculas-completa-varindo-h-d-varindo-en-casa-lliena-espanol (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
CVE
CVE
•added 2024/06/21 10:18 a.m.•212 views

CVE-2024-36286

CVE-2024-36286 is a Linux kernel issue where netfilter nfnetlink_queue could call nf_reinject() without holding rcu_read_lock, risking suspicious RCU usage. The resolution adds proper RCU handling in instance_destroy_rcu() and related paths (e.g., nf_reinject, nfqnl_flush) to ensure rcu_read_lock...

7.8CVSS6.5AI score0.00277EPSS
SaveExploits0References12Affected Software1
Vulnrichment
Vulnrichment
•added 2024/06/21 10:18 a.m.•31 views

CVE-2024-36286 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS6.7AI score0.00277EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2024/06/21 10:18 a.m.•48 views

CVE-2024-36286 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS0.00277EPSS
SaveExploits0References8
NVD
NVD
•added 2024/06/19 2:15 p.m.•31 views

CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS0.00257EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2024/06/19 2:15 p.m.•24 views

CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6.4AI score0.00257EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
•added 2024/06/19 1:35 p.m.•23 views

CVE-2024-36979 net: bridge: mst: fix vlan use-after-free

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

6.6AI score0.00257EPSS
SaveExploits0References5
HackRead
HackRead
•added 2024/05/20 1:28 p.m.•22 views

New Antidot Android Malware Poses as Google Update to Steal Funds

By Waqas New Android Malware "Antidot" disguises itself as Google Update to steal banking info. Don't click suspicious update links! Download apps only from Google Play & keep software updated. This is a post from HackRead.com Read the original post: New Antidot Android Malware Poses as Google...

7.3AI score
SaveExploits0
NVD
NVD
•added 2024/05/20 10:15 a.m.•29 views

CVE-2024-35959

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

5.5CVSS6.3AI score0.00255EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2024/05/20 10:15 a.m.•38 views

CVE-2024-35959

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

5.5CVSS6.1AI score0.00255EPSS
SaveExploits0References10
OSV
OSV
•added 2024/05/20 10:15 a.m.•21 views

UBUNTU-CVE-2024-35959

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

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References11
CVE
CVE
•added 2024/05/20 9:41 a.m.•198 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.00255EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
•added 2024/05/20 9:41 a.m.•46 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.3AI score0.00255EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2024/05/20 9:41 a.m.•22 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.00255EPSS
SaveExploits0References4
CVE
CVE
•added 2024/05/19 8:34 a.m.•185 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.00172EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/19 8:34 a.m.•32 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.00172EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2024/05/09 12:00 a.m.•20 views

PT-2024-4483 · Lenovo · Lenovo Service Bridge

Name of the Vulnerable Software and Affected Versions: Lenovo Service Bridge versions prior to 5.0.2.17 Description: A privilege escalation issue was reported that could allow operating system commands to be executed if a specially crafted link is visited. The vulnerability is related to the...

7.6CVSS8.4AI score0.00442EPSS
SaveExploits0References6
OSV
OSV
•added 2024/05/04 5:00 a.m.•24 views

MAL-2024-1323 Malicious code in @socialdeal/uikit-whitelabel (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis d53c0749d21786a6b7eeea319c37d26573f1ded671dc9cbed9e4508d9b65a2c0 The OpenSSF Package Analysis project identified '@socialdeal/uikit-whitelabel' @ 999.100.1 npm as malicious. It is considered malicious because:...

7.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
•added 2024/05/01 1:15 p.m.•33 views

CVE-2024-27053

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: ============================= WARNING: suspicious RCU usage 6.7.0-rc1-wt+ 333 N...

8.8CVSS6.3AI score0.01635EPSS
SaveExploits0References30
CVE
CVE
•added 2024/05/01 12:54 p.m.•192 views

CVE-2024-27053

The Linux kernel is affected by a vulnerability in the wifi: wilc1000 driver. Specifically, calls to the connect function from the cfg802.11 layer cause a suspicious RCU usage warning because an RCU pointer is dereferenced outside of an RCU critical section during the parsing of target BSS parame...

8.8CVSS6.4AI score0.01635EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder