Lucene search
+L

190 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-9334

Malicious code in bioql PyPI...

7.2AI score0.00142EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2025-19829

Malicious code in bioql PyPI...

7.6AI score0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-26749

Malicious code in bioql PyPI...

6.4AI score0.00112EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-5997

Malicious code in bioql PyPI...

7.2AI score0.00196EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-11179

Malicious code in bioql PyPI...

7.3AI score0.00191EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.19 views

PT-2025-46614

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the smc module. The smc clc prfx set function is called during the connect process without proper read-copy update RCU or routing table lock RTNL...

6.8CVSS5.5AI score0.00144EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/10 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-39733

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: team: replace team lock with rtnl lock syszbot reports various ordering issues for lower...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/07 11:22 p.m.5 views

SUSE CVE-2025-39733

In the Linux kernel, the following vulnerability has been resolved: team: replace team lock with rtnl lock syszbot reports various ordering issues for lower instance locks and team lock. Switch to using rtnl lock for protecting team device, similar to bonding. Based on the patch by Tetsuo Handa...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/07 3:16 p.m.28 views

CVE-2025-39733

CVE-2025-39733 affects the Linux kernel where the issue centers on protecting the team network device. The root cause is ordering issues with lower instance locks and the team lock; the fix switches to using the rtnl lock (as done for bonding) to guard the team device, based on a patch by Tetsuo ...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/07 3:16 p.m.10 views

CVE-2025-39733 team: replace team lock with rtnl lock

In the Linux kernel, the following vulnerability has been resolved: team: replace team lock with rtnl lock syszbot reports various ordering issues for lower instance locks and team lock. Switch to using rtnl lock for protecting team device, similar to bonding. Based on the patch by Tetsuo Handa...

6.5AI score
SaveExploits0References6
NVD
NVD
added 2025/09/04 4:15 p.m.13 views

CVE-2025-38720

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix rtnl deadlock issue Currently, the hibmcge netdev acquires the rtnllock in pcierrorhandlers.resetprepare and releases it in pcierrorhandlers.resetdone. However, in the PCI framework: pciresetbus - pciresetslot -...

5.5CVSS0.00112EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/04 4:15 p.m.7 views

UBUNTU-CVE-2025-38720

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix rtnl deadlock issue Currently, the hibmcge netdev acquires the rtnllock in pcierrorhandlers.resetprepare and releases it in pcierrorhandlers.resetdone. However, in the PCI framework: pciresetbus - pciresetslot -...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/08/16 11:22 p.m.5 views

SUSE CVE-2025-38551

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix recursived rtnllock during probe The deadlock appears in a stack trace like: virtnetprobe rtnllock virtioconfigchangedwork netdevnotifypeers rtnllock It happens if the VMM sends a VIRTIONETSANNOUNCE request while...

5.5CVSS6.5AI score0.00113EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/08/16 12:0 a.m.4 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 a recursive fetch of rtnllock during probing, which could result in a deadlock...

5.5CVSS6.5AI score0.00113EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53060

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b igb: Add lock to avoid data race adds rtnllock to eliminate a false data race shown below FREE...

5.5CVSS6.6AI score0.00144EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/25 4:15 p.m.13 views

UBUNTU-CVE-2025-38460

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in toatmarpd. atmarpd is protected by RTNL since commit f3a0592b37b8 "ATM: clip causes unregister hang". However, it is not enough because toatmarpd is called without RTNL, especially...

7CVSS6.1AI score0.00162EPSS
SaveExploits0References42
CVE
CVE
added 2025/07/25 3:27 p.m.107 views

CVE-2025-38460

CVE-2025-38460 relates to the Linux kernel, fixing a potential null pointer dereference in the ATM clip path (to_atmarpd()). The issue arises because to_atmarpd() can be called without RTNL protection, notably via clip_neigh_solicit() / neigh_ops->solicit(), and there is no RTNL dependency aro...

7CVSS6.3AI score0.00162EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/07/25 3:27 p.m.14 views

CVE-2025-38460 atm: clip: Fix potential null-ptr-deref in to_atmarpd().

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in toatmarpd. atmarpd is protected by RTNL since commit f3a0592b37b8 "ATM: clip causes unregister hang". However, it is not enough because toatmarpd is called without RTNL, especially...

7CVSS6.3AI score
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.9 views

SUSE CVE-2025-38271

In the Linux kernel, the following vulnerability has been resolved: net: prevent a NULL deref in rtnlcreatelink At the time rtnlcreatelink is running, dev-netdevops is NULL, we must not use netdevlockops or risk a NULL deref if CONFIGNETSHAPER is defined. Use netifsetgroup instead of devsetgroup...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/10 9:15 a.m.13 views

CVE-2025-38324

In the Linux kernel, the following vulnerability has been resolved: mpls: Use rcudereferencertnl in mplsrouteinputrcu. As syzbot reported 0, mplsrouteinputrcu can be called from mplsgetroute, where is under RTNL. net-mpls.platformlabel is only updated under RTNL. Let's use rcudereferencertnl in...

5.5CVSS0.00184EPSS
SaveExploits0References10
Rows per page
Query Builder