In the Linux kernel, the following vulnerability has been resolved:
mlx5: fix possible ptp queue fifo use-after-free
Fifo indexes are not checked during pop operations and it leads to
potential use-after-free when poping from empty queue. Such case was
possible during re-sync action. WARN_ON_ONCE covers future cases.
There were out-of-order cqe spotted which lead to drain of the queue and
use-after-free because of lack of fifo pointers check. Special check and
counter are added to avoid resync operation if SKB could not exist in the
fifo because of OOO cqe (skb_id must be between consumer and producer
index).
References
Configurations
Configuration 1 (hide)
|
History
12 Dec 2025, 20:33
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/3a50cf1e8e5157b82268eee7e330dbe5736a0948 - Patch | |
| References | () https://git.kernel.org/stable/c/52e6e7a0bc04c85012a9251c7cf2d444a77eb966 - Patch | |
| References | () https://git.kernel.org/stable/c/6afdedc4e66e3846ce497744f01b95c34bf39d21 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-416 |
18 Sep 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-18 14:15
Updated : 2025-12-12 20:33
NVD link : CVE-2023-53398
Mitre link : CVE-2023-53398
CVE.ORG link : CVE-2023-53398
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
