Description
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).
Product status
58a518948f60153e8f6cb8361d2712aa3a1af94a (git) before 52e6e7a0bc04c85012a9251c7cf2d444a77eb966
58a518948f60153e8f6cb8361d2712aa3a1af94a (git) before 6afdedc4e66e3846ce497744f01b95c34bf39d21
58a518948f60153e8f6cb8361d2712aa3a1af94a (git) before 3a50cf1e8e5157b82268eee7e330dbe5736a0948
6.0
Any version before 6.0
6.1.18 (semver)
6.2.5 (semver)
6.3 (original_commit_for_fix)
References
git.kernel.org/...c/52e6e7a0bc04c85012a9251c7cf2d444a77eb966
git.kernel.org/...c/6afdedc4e66e3846ce497744f01b95c34bf39d21
git.kernel.org/...c/3a50cf1e8e5157b82268eee7e330dbe5736a0948