Lucene search
+L

207 matches found

OSV
OSV
added 2024/12/27 3:2 p.m.6 views

CVE-2024-56635 net: avoid potential UAF in default_operstate()

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential UAF in defaultoperstate syzbot reported an UAF in defaultoperstate 1 Issue is a race between device and netns dismantles. After calling rtnlunlock from netdevruntodo, we can not assume the netns of each devic...

7.8CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2024/11/19 6:15 p.m.2 views

DEBIAN-CVE-2024-50304

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: Fix suspicious RCU usage warning in iptunnelfind The per-netns IP tunnel hash table is protected by the RTNL mutex and iptunnelfind is only called from the control path where the mutex is taken. Add a lockdep...

5.5CVSS5.7AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.1 views

DEBIAN-CVE-2024-50128

In the Linux kernel, the following vulnerability has been resolved: net: wwan: fix global oob in wwanrtnlpolicy The variable wwanrtnllinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. Exactly same bug cause as the oob fixed in commit...

7.1CVSS6AI score0.00228EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/05 5:10 p.m.2 views

CVE-2024-50128 net: wwan: fix global oob in wwan_rtnl_policy

In the Linux kernel, the following vulnerability has been resolved: net: wwan: fix global oob in wwanrtnlpolicy The variable wwanrtnllinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. Exactly same bug cause as the oob fixed in commit...

7.8CVSS7.3AI score0.00228EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/11/05 12:0 a.m.7 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 Linux kernel that originates from a global out-of-bounds read issue in the net module, wwanrtnlpolicy, due to an overly large maxtype assigne...

7.1CVSS6.7AI score0.00228EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:0 a.m.11 views

Vulnerability of the __rtnl_newlink() function (net/core/rtnetlink.c) in the Linux operating system kernel, which allows a hacker to increase their privileges

The vulnerability of the rtnlnewlink function net/core/rtnetlink.c in the Linux operating system is related to the use of memory after it has been freed. Exploiting this vulnerability could allow an attacker to increase their privileges...

7.8CVSS6.4AI score0.00239EPSS
SaveExploits0References24Affected Software9
RedHat Linux
RedHat Linux
added 2024/09/24 12:49 a.m.22 views

kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()

A vulnerability was found in the Linux kernel's networking subsystem in the actapi implementation within the tcfidrcheckalloc function, which lead to a possible infinite loop when multiple actions with the same index are added, causing the second request to block indefinitely while holding the...

5.5CVSS6.8AI score0.00289EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/18 8:15 a.m.30 views

CVE-2024-46765

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in icexdp is a possible asynchronous PF reset. It can be triggered by a user or by TX timeout handler. XDP setup and PF reset code access the same...

7.8CVSS0.00244EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46766

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

7.8CVSS5.9AI score0.00229EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/18 8:15 a.m.17 views

CVE-2024-46766

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

7.8CVSS0.00229EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/18 7:12 a.m.14 views

CVE-2024-46766 ice: move netif_queue_set_napi to rtnl-protected sections

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

6.3AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.20 views

CVE-2024-46766 ice: move netif_queue_set_napi to rtnl-protected sections

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

6.5AI score0.00229EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 7:12 a.m.114 views

CVE-2024-46766

CVE-2024-46766 affects the Linux kernel, specifically the ice driver’s VSI handling. The issue comes from moving netif_queue_set_napi to rtnl-protected sections, since netif_queue_set_napi() could be invoked from ice_vsi_rebuild() without rtnl locking during reset. The recommended fix fills napi-...

7.8CVSS7.8AI score0.00229EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.33 views

CVE-2024-46766 ice: move netif_queue_set_napi to rtnl-protected sections

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

0.00229EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.36 views

CVE-2024-46766

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

7.8CVSS5.9AI score0.00229EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.46 views

CVE-2024-46765 ice: protect XDP configuration with a mutex

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in icexdp is a possible asynchronous PF reset. It can be triggered by a user or by TX timeout handler. XDP setup and PF reset code access the same...

6.7AI score0.00244EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.40 views

CVE-2024-46765 ice: protect XDP configuration with a mutex

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in icexdp is a possible asynchronous PF reset. It can be triggered by a user or by TX timeout handler. XDP setup and PF reset code access the same...

7.8CVSS0.00244EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/13 11:42 a.m.19 views

CVE-2024-46678

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS6.8AI score0.00174EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.30 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

7.8CVSS0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/13 5:29 a.m.137 views

CVE-2024-46678

CVE-2024-46678 affects the Linux kernel bonding subsystem. The issue arises from bond->ipsec_lock being a spin lock used to protect ipsec_list, which can sleep in xdo_dev_state_add/delete during active-slave changes, triggering scheduling while atomic. The fix replaces the spin lock with a mut...

7.8CVSS5.3AI score0.00174EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder