In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context
Indirection (*) is of lower precedence than postfix increment (++). Logic
in napi_poll context would cause an out-of-bound read by first increment
the pointer address by byte address space and then dereference the value.
Rather, the intended logic was to dereference first and then increment the
underlying value.
References
Configurations
Configuration 1 (hide)
|
History
17 Mar 2025, 15:19
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/33cdeae8c6fb58cc445f859b67c014dc9f60b4e0 - Patch | |
References | () https://git.kernel.org/stable/c/3876638b2c7ebb2c9d181de1191db0de8cac143a - Patch | |
References | () https://git.kernel.org/stable/c/40e0d0746390c5b0c31144f4f1688d72f3f8d790 - Patch | |
CWE | CWE-125 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.1 |
First Time |
Linux
Linux linux Kernel |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* |
21 Nov 2024, 08:40
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/33cdeae8c6fb58cc445f859b67c014dc9f60b4e0 - | |
References | () https://git.kernel.org/stable/c/3876638b2c7ebb2c9d181de1191db0de8cac143a - | |
References | () https://git.kernel.org/stable/c/40e0d0746390c5b0c31144f4f1688d72f3f8d790 - |
26 Mar 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-26 18:15
Updated : 2025-03-17 15:19
NVD link : CVE-2023-52626
Mitre link : CVE-2023-52626
CVE.ORG link : CVE-2023-52626
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read