mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 10:41:43 +00:00
18 lines
948 B
Markdown
18 lines
948 B
Markdown
![]() |
### [CVE-2023-52626](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-52626)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
In the Linux kernel, the following vulnerability has been resolved:net/mlx5e: Fix operation precedence bug in port timestamping napi_poll contextIndirection (*) is of lower precedence than postfix increment (++). Logicin napi_poll context would cause an out-of-bound read by first incrementthe pointer address by byte address space and then dereference the value.Rather, the intended logic was to dereference first and then increment theunderlying value.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
No PoCs from references.
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
||
|
|