Lucene search
+L

690 matches found

Debian CVE
Debian CVE
added 2024/12/04 2:20 p.m.18 views

CVE-2024-53138

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of getpage and pagerefinc APIs to increment the page reference. But on the release path mlx5ektlstxhandleresyncdumpcomp, only putpage is use...

9.8CVSS5.7AI score0.00545EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/04 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 incorrect page reference count in the kTLS transport handling code in the net/mlx5e driver, which could...

5.5CVSS6.7AI score0.00545EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/02 3:27 p.m.35 views

CVE-2024-53120

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5tcctentryaddrule, in case ctruleadd callback returns error, zonerule-attr is used uninitiated. Fix it to use attr which has the needed pointer value...

4.4CVSS6.7AI score0.00658EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/02 2:15 p.m.24 views

CVE-2024-53120

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5tcctentryaddrule, in case ctruleadd callback returns error, zonerule-attr is used uninitiated. Fix it to use attr which has the needed pointer value...

7.5CVSS0.00658EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/02 2:15 p.m.13 views

AZL-54207 CVE-2024-53120 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5tcctentryaddrule, in case ctruleadd callback returns error, zonerule-attr is used uninitiated. Fix it to use attr which has the needed pointer value...

5.5CVSS6.3AI score0.00658EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.21 views

CVE-2024-53120 net/mlx5e: CT: Fix null-ptr-deref in add rule err flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5tcctentryaddrule, in case ctruleadd callback returns error, zonerule-attr is used uninitiated. Fix it to use attr which has the needed pointer value...

7.5CVSS0.00658EPSS
SaveExploits0References5
CVE
CVE
added 2024/12/02 1:44 p.m.200 views

CVE-2024-53120

CVE-2024-53120 concerns the Linux kernel net/mlx5e offload code (mlx5_core). In the error path of mlx5_tc_ct_entry_add_rule(), if ct_rule_add() returns an error, zone_rule->attr is used uninitialized, causing a NULL pointer dereference. The fix uses attr (with the required pointer value) inste...

7.5CVSS6.4AI score0.00658EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/12/02 1:44 p.m.22 views

CVE-2024-53120

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5tcctentryaddrule, in case ctruleadd callback returns error, zonerule-attr is used uninitiated. Fix it to use attr which has the needed pointer value...

7.5CVSS5.5AI score0.00658EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/22 12:00 a.m.8 views

Vulnerability of components of the Linux operating system’s kernel, net/mlx5e, which allows a hacker to cause a service failure

The vulnerability of the accel/ivpu components in Linux operating systems is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.00253EPSS
SaveExploits0References22Affected Software6
BDU FSTEC
BDU FSTEC
added 2024/11/19 12:00 a.m.12 views

Vulnerability of components of the Linux operating system’s kernel, net/mlx5e, which allows a hacker to cause a service failure

The vulnerability of the net/mlx5e components in the Linux operating system is related to errors in the double release function of fsanycreategroups. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00269EPSS
SaveExploits0References26Affected Software5
BDU FSTEC
BDU FSTEC
added 2024/11/18 12:00 a.m.9 views

Vulnerability of components of the Linux operating system’s kernel, net/mlx5e, which allows a hacker to cause a service failure

The vulnerability of the net/mlx5e components in the Linux operating system is related to errors in the double release function of arfscreategroups. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00668EPSS
SaveExploits0References37Affected Software5
Redos
Redos
added 2024/11/18 12:00 a.m.29 views

ROS-20241118-02

A vulnerability in the bcmasp component of the Linux kernel is related to a memory leak in the functions umacinit, bcmasptxpoll, bcmaspinittx and bcmaspnetifdeinit functions in drivers/net/ethernet/broadcom/asp2/bcmaspintf.c. Exploitation of the vulnerability could allow an attacker to cause a...

8.8CVSS6.8AI score0.00681EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.11 views

kernel: net/mlx5e: fix a double-free in arfs_create_groups

A double-free vulnerability was found in the arfscreategroups function in the Linux kernel's net/mlx5e driver. This issue could lead to memory corruption or a system crash if exploited, as freeing the same memory twice may cause undefined behavior...

7.8CVSS6.8AI score0.00668EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.11 views

kernel: net/mlx5e: Fix mlx5e_priv_init() cleanup flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix mlx5eprivinit cleanup flow The Linux kernel CVE team has assigned CVE-2024-35959 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024052019-CVE-2024-35959-6e06@gregkh/T...

5.5CVSS6.4AI score0.00253EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:00 a.m.7 views

net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()

...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/10 3:48 a.m.5 views

SUSE CVE-2024-50261

In the Linux kernel, the following vulnerability has been resolved: macsec: Fix use-after-free while sending the offloading packet KASAN reports the following UAF. The metadatadst, which is used to store the SCI value for macsec offload, is already freed by metadatadstfree in macsecfreenetdev,...

6.4CVSS7.7AI score0.00221EPSS
SaveExploits0References19
Rockylinux
Rockylinux
added 2024/11/08 3:56 p.m.66 views

kernel-rt security update

An update is available for kernel-rt. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel-rt packages provide the Real Time Linux Kernel, which enables...

9.8CVSS7.6AI score0.00922EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.6 views

SUSE CVE-2024-50146

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't call cleanup on profile rollback failure When profile rollback fails in mlx5enetdevchangeprofile, the netdev profile var is left set to NULL. Avoid a crash when unloading the driver by not calling profile-cleanup...

4.7CVSS7.5AI score0.00231EPSS
SaveExploits0References18
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.12 views

The vulnerability of the mlx5e component in the Linux operating system allows a hacker to execute arbitrary code.

The vulnerability of the mlx5e component in the Linux operating system is related to memory boundary errors. Exploiting this vulnerability can allow an attacker to execute arbitrary code...

8.8CVSS6.1AI score0.00492EPSS
SaveExploits0References10Affected Software2
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.8 views

The vulnerability of the mlx5e component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the mlx5e component in the Linux operating system is related to the assignment of the NULL pointer. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00234EPSS
SaveExploits0References12Affected Software4
Rows per page
Query Builder