← Back to CVE List

CVE-2023-52626

Published: 2024-03-26T18:15Z
Last Modified: 2025-03-17T15:19Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt