Lucene search
+L

644 matches found

OSV
OSV
added 2024/11/19 6:15 p.m.29 views

AZL-53912 CVE-2024-53088 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: i40e: fix race condition by adding filter's intermediate sync state Fix a race condition in the i40e driver that leads to MAC/VLAN filters becoming corrupted and leaking. Address the issue that occurs under heavy load when multip...

4.7CVSS6.2AI score0.00187EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.11 views

kernel: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink

In Linux kernel net/mlx5e, for SHAMPO, it is possible to receive CQEs with 0 consumed strides for the same WQE even after the WQE is fully consumed and unlinked. This triggers an additional unlink for the same wqe which corrupts the linked list...

9.8CVSS6.9AI score0.00564EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:00 a.m.6 views

r8169: add tally counter fields added with RTL8125

...

7.8CVSS6.7AI score0.00259EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:00 a.m.5 views

net: ethernet: lantiq_etop: fix memory disclosure

...

7.5CVSS7.2AI score0.01064EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 6:15 a.m.5 views

DEBIAN-CVE-2024-50206

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix memory corruption during fq dma init The loop responsible for allocating up to MTKFQDMALENGTH buffers must only touch as many descriptors, otherwise it ends up corrupting unrelated memory. Fix the lo...

5.5CVSS5.9AI score0.00367EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:00 a.m.14 views

The vulnerability of the ltq_etop_free_channel() function in the Linux kernel Ethernet driver allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the ltqetopfreechannel function in the drivers/net/ethernet/lantiqetop.c file of the Linux kernel’s Ethernet driver is related to the repeated release of previously released memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality,...

7.8CVSS7.1AI score0.00435EPSS
SaveExploits0References39Affected Software5
CNNVD
CNNVD
added 2024/10/21 12:00 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 the Linux kernel that stems from an issue with the igb driver rebooting a device after handling a non-fatal error...

5.5CVSS6.6AI score0.00258EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.9 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 possible skb leak in the grethinitrings function of the ethernet driver aeroflex...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References10
Microsoft CVE
Microsoft CVE
added 2024/10/16 12:00 a.m.7 views

CVE-2024-44984

...

10CVSS7AI score0.00737EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/10/15 12:00 a.m.8 views

CVE-2024-44997

...

7.8CVSS7.4AI score0.00214EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/24 1:43 a.m.12 views

kernel: ice: Fix improper extts handling

A vulnerability was found in the Linux kernel's ethernet ice driver, where EXTTS events are improperly handled. If the driver is removed while the managing application is running, certain EXTT events might remain enabled. This issue can lead to system instability and crashes...

5.5CVSS7.1AI score0.002EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.11 views

kernel: asix: fix uninit-value in asix_mdio_read()

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asixmdioread asixreadcmd may read less than sizeofsmsr bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in asixcheckhostenable drivers/net/usb/asixcommon.c:82 inline...

7.1CVSS6.3AI score0.00221EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/18 8:15 a.m.8 views

UBUNTU-CVE-2024-46799

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS5.7AI score0.00447EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/18 7:15 a.m.11 views

AZL-68346 CVE-2024-46717 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix incorrect page release Under the following conditions: 1 No skb created yet 2 headersize == 0 no SHAMPO header 3 headerindex + 1 % MLX5ESHAMPOWQHEADERPERPAGE == 0 this is the last page fragment of a SHAMPO...

9.8CVSS6.6AI score0.00535EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.11 views

AZL-49236 CVE-2024-45030 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAXSKBFRAGS Sabrina reports that the igb driver does not cope well with large MAXSKBFRAG values: setting MAXSKBFRAG to 45 causes payload corruption on TX. An easy reproducer is to run ssh to connect to the...

5.5CVSS6.6AI score0.00478EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.10 views

DEBIAN-CVE-2024-45019

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

5.5CVSS5.5AI score0.0018EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.6 views

net: ethernet: lantiq_etop: fix double free in detach

...

8.8CVSS6.2AI score0.00435EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 8:15 p.m.9 views

UBUNTU-CVE-2024-44984

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix double DMA unmapping for XDPREDIRECT Remove the dmaunmappageattrs call in the driver's XDPREDIRECT code path. This should have been removed when we let the page pool handle the DMA mapping. This bug causes the warning...

10CVSS6.5AI score0.00737EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/08/17 2:00 a.m.6 views

SUSE CVE-2024-21806

Improper conditions check in Linux kernel mode driver for some IntelR Ethernet Network Controllers and Adapters E810 Series before version 28.3 may allow an authenticated user to potentially enable denial of service via local access...

6.8CVSS6.3AI score0.00161EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/14 1:45 p.m.11 views

CVE-2024-22376

Uncontrolled search path element in some installation software for IntelR Ethernet Adapter Driver Pack before version 28.3 may allow an authenticated user to potentially enable escalation of privilege via local access...

6.7CVSS7.2AI score0.00153EPSS
SaveExploits0References1
Rows per page
Query Builder