Lucene search
+L

714 matches found

CBLMariner
CBLMariner
added 2025/01/14 12:27 a.m.11 views

CVE-2024-45338 affecting package sriov-network-device-plugin for versions less than 3.6.2-7

CVE-2024-45338 affecting package sriov-network-device-plugin for versions less than 3.6.2-7. A patched version of the package is available...

5.3CVSS5.6AI score0.00874EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/29 2:26 p.m.24 views

CVE-2024-53183

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

5.5CVSS6.7AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/29 9:15 a.m.6 views

UBUNTU-CVE-2024-56716

In the Linux kernel, the following vulnerability has been resolved: netdevsim: prevent bad user input in nsimdevhealthbreakwrite If either a zero count or a large one is provided, kernel can crash...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References34
RedhatCVE
RedhatCVE
added 2024/12/28 2:59 a.m.15 views

CVE-2024-56648

In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid potential out-of-bound access in fillframeinfo syzbot is able to feed a packet with 14 bytes, pretending it is a vlan one. Since fillframeinfo is relying on skb-maclen already, extend the check to cover this case...

5.5CVSS6.8AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 2:15 p.m.10 views

CVE-2024-53183

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

5.5CVSS0.00247EPSS
SaveExploits0References11
OSV
OSV
added 2024/12/27 2:15 p.m.1 views

DEBIAN-CVE-2024-53183

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

5.5CVSS5.6AI score0.00247EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.23 views

CVE-2024-53183 um: net: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

0.00247EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 1:49 p.m.12 views

CVE-2024-53183 um: net: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

5.5CVSS6.2AI score0.00247EPSS
SaveExploits0References14
CVE
CVE
added 2024/12/27 1:49 p.m.2426 views

CVE-2024-53183

CVE-2024-53183 concerns a Linux kernel vulnerability: in uml/net handling, the code previously used drvdata during device release, but drvdata may not exist at release time. The fix is to retrieve the uml_net instance with container_of() instead of drvdata, preventing a crash when removing a netw...

5.5CVSS6.5AI score0.00247EPSS
SaveExploits0References11Affected Software1
Positive Technologies
Positive Technologies
added 2024/12/23 12:0 a.m.7 views

PT-2024-36023 · Unknown · Home 5G Hr02 +1

Name of the Vulnerable Software and Affected Versions: home 5G HR02 and Wi-Fi STATION SH-54C affected versions not specified Description: The issue is an OS command injection vulnerability in the configuration restore function. This allows an arbitrary OS command to be executed with root privileg...

7.2CVSS7.5AI score0.01211EPSS
SaveExploits0References8
CBLMariner
CBLMariner
added 2024/11/26 10:39 a.m.27 views

CVE-2024-24786 affecting package sriov-network-device-plugin for versions less than 3.6.2-6

CVE-2024-24786 affecting package sriov-network-device-plugin for versions less than 3.6.2-6. A patched version of the package is available...

7.5CVSS7.9AI score0.01262EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 5:19 p.m.13 views

CVE-2024-53044 net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()

In the Linux kernel, the following vulnerability has been resolved: net/sched: schapi: fix xainsert error path in tcfblockgetext This command: $ tc qdisc replace dev eth0 ingressblock 1 egressblock 1 clsact Error: block dev insert failed: -EBUSY. fails because user space requests the same block...

5.5CVSS6.2AI score0.002EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/11/15 12:0 a.m.5 views

TP-LINK VN020 安全漏洞

TP-LINK vn020-f3vt is a wireless modem from China P&L TP-LINK. A buffer overflow vulnerability exists in the TP-Link vn020-f3vt, which stems from the fact that incorrect manipulation of the parameter hostname can cause a stack-based buffer overflow. The vulnerability stems from a network system o...

9.8CVSS7.4AI score0.05198EPSS
SaveExploits3References8
OSV
OSV
added 2024/10/29 2:15 a.m.4 views

CVE-2024-22065

There is a command injection vulnerability in ZTE MF258 Pro product. Due to insufficient validation of Ping Diagnosis interface parameter, an authenticated attacker could use the vulnerability to execute arbitrary commands...

8.8CVSS6AI score0.01157EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.5 views

SUSE CVE-2022-49008

In the Linux kernel, the following vulnerability has been resolved: can: can327: can327feedframetonetdev: fix potential skb leak when netdev is down In can327feedframetonetdev, it did not free the skb when netdev is down, and all callers of can327feedframetonetdev did not free allocated skb too...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/10/21 8:5 p.m.10 views

CVE-2022-48972 mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix missing INITLISTHEAD in ieee802154ifadd Kernel fault injection test reports null-ptr-deref as follows: BUG: kernel NULL pointer dereference, address: 0000000000000008 RIP: 0010:cfg802154netdevnotifiercall+0x120/0x3...

7.1AI score0.0028EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.3 views

SUSE CVE-2024-47734

In the Linux kernel, the following vulnerability has been resolved: bonding: Fix unnecessary warnings and logs from bondxdpgetxmitslave syzbot reported a WARNING in bondxdpgetxmitslave. To reproduce this1, one bond device bond1 has xdpdrv, which increases bpfmasterredirectenabledkey. Another bond...

4.4CVSS6.4AI score0.00239EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.22 views

CVE-2024-47707 ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in rt6uncachedlistflushdev Blamed commit accidentally removed a check for rt-rt6iidev being NULL, as spotted by syzbot: Oops: general protection fault, probably for non-canonical address...

6.8AI score0.00237EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/10/16 12:36 a.m.7 views

kernel: mlxsw: spectrum: Protect driver from buggy firmware

A vulnerability was found in the Linux kernel's mlxsw spectrum driver, where processing port up/down events leads to a NULL pointer dereference. This issue occurs when the driver fails to handle events for the CPU port, which exists but lacks a corresponding network device, resulting in system...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 1:17 a.m.6 views

kernel: hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove

A vulnerability was found in the hvnetvsc driver in the Linux kernel, where a race condition is present between the netvscprobe and netvscremove functions. This race condition could lead to system hangs during network device removal...

4.7CVSS7.1AI score0.00183EPSS
SaveExploits0References5
Rows per page
Query Builder