Lucene search
+L

234 matches found

Debian CVE
Debian CVE
added 2024/03/26 5:49 p.m.31 views

CVE-2023-52626

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix operation precedence bug in port timestamping napipoll context Indirection is of lower precedence than postfix increment ++. Logic in napipoll context would cause an out-of-bound read by first increment the pointer...

7.1CVSS6.4AI score0.00237EPSS
SaveExploits0
CVE
CVE
added 2024/03/26 5:49 p.m.186 views

CVE-2023-52626

CVE-2023-52626 (Linux kernel) affects net/mlx5e: fix an operation precedence bug in port timestamping napi_poll context, where indirection (*) has lower precedence than postfix ++, causing an out-of-bounds read after increment. The fix dereferences before increment, preventing the read. CVSS 3.1 ...

7.1CVSS6.4AI score0.00237EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.19 views

CVE-2021-47164

A vulnerability was found in the net/mlx5e driver in the Linux kernel where a NULL pointer dereference was caused when accessing a lag device. This issue occurred because the driver processed an event without confirming the existence of an upper device, which led to potential crashes. Mitigation...

4.4CVSS5.1AI score0.00232EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/25 10:15 a.m.11 views

CVE-2021-47164

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.5CVSS5.3AI score
SaveExploits0References3
CVE
CVE
added 2024/03/25 9:16 a.m.84 views

CVE-2021-47164

CVE-2021-47164 is a Linux kernel vulnerability fixed by correcting a NULL dereference in net/mlx5e related to lag device handling. Explanation: in bond_enslave(), the active/backup slave was set before the upper dev is assigned; a second event with an upper dev can occur, and if lag dev is NULL a...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.39 views

CVE-2021-47164

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.5CVSS5.4AI score0.00232EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.19 views

CVE-2021-47164

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/11 10:07 p.m.38 views

CVE-2023-52487

A NULL pointer dereference flaw was found in the Linux kernel, which affects the net/mlx5e component and may occur when a peer flow is not removed from the peer flows list because a concurrent user holds a reference to it. This can cause a NULL pointer dereference when attempting to remove the fl...

4.4CVSS7AI score0.00272EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/11 6:15 p.m.42 views

CVE-2023-52487

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5etcdelfdbpeerflow to only clear DUP flag when list of peer flows has become empty. However, if any concurrent user holds a reference to a peer flow for...

5.5CVSS7.2AI score0.00272EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/11 6:15 p.m.22 views

CVE-2023-52487

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5etcdelfdbpeerflow to only clear DUP flag when list of peer flows has become empty. However, if any concurrent user holds a reference to a peer flow for...

5.5CVSS6.1AI score0.00272EPSS
SaveExploits0References13
Prion
Prion
added 2024/02/27 10:15 a.m.23 views

Stack overflow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

7.2AI score0.00245EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/27 9:43 a.m.634 views

CVE-2021-46931

CVE-2021-46931 involves the Linux kernel mlx5e path (net/mlx5e, mlx5_core) where a TX-timeout-recovery flow calls mlx5e_tx_reporter_dump_sq() with a void* that is actually a mlx5e_tx_timeout_ctx*. The mismatch corrupts stack state and can trigger a kernel panic/stack overflow. The fix adds a wrap...

5.5CVSS6.1AI score0.00245EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2023/11/07 12:00 a.m.11 views

PT-2025-18869

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference issue has been identified in the Linux kernel, specifically in the net/mlx5e module. This issue occurs when a module is unloaded while a peer tc flow is still...

7.8CVSS6.1AI score0.0056EPSS
SaveExploits0References429
Oracle linux
Oracle linux
added 2023/04/05 12:00 a.m.75 views

kernel security, bug fix, and enhancement update

4.18.0-425.19.27.OL8 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and...

7.9CVSS7.4AI score0.0788EPSS
SaveExploits14
OSV
OSV
added 2023/02/13 5:31 p.m.21 views

GSD-2023-1001992 net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent

net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.7 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/02/13 5:31 p.m.12 views

GSD-2023-1001991 net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY)

net/mlx5e: Fix macsec possible null dereference when updating MAC security entity SecY This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.7 by...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/02/13 5:26 p.m.16 views

GSD-2023-1001930 net/mlx5e: Avoid false lock dependency warning on tc_ht even more

net/mlx5e: Avoid false lock dependency warning on tcht even more This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.9 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/02/13 12:00 a.m.7 views

PT-2023-35068 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.1.7 Description: The issue concerns the net/mlx5e driver in the Linux Kernel, specifically with IPoIB and Block PKEY interfaces having fewer receive queues than their parent interface. This could potentially...

7.3AI score
SaveExploits0References1
OSV
OSV
added 2023/01/31 3:41 p.m.13 views

GSD-2023-1001697 net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY)

net/mlx5e: Fix macsec possible null dereference when updating MAC security entity SecY This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.7 by...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/31 12:00 a.m.6 views

PT-2023-34773 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.1.7 Description: The issue is related to a possible null dereference when updating MAC security entity SecY in the net/mlx5e module. The actual impact and attack plausibility have not yet been proven...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder