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.
Metrics
Affected Vendors & Products
References
History
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-26T17:49:59.220Z
Updated: 2024-11-04T14:49:58.841Z
Reserved: 2024-03-06T09:52:12.090Z
Link: CVE-2023-52626
Vulnrichment
Updated: 2024-08-02T23:03:21.274Z
NVD
Status : Awaiting Analysis
Published: 2024-03-26T18:15:09.087
Modified: 2024-11-21T08:40:13.930
Link: CVE-2023-52626
Redhat