Security Advisory

CVE-2023-52532

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-02 21:52:36
Last updated 2026-05-11 19:29:07
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix TX CQE error handling For an unknown TX CQE error type (probably from a newer hardware), still free the SKB, update the queue tail, etc., otherwise the accounting will be wrong. Also, TX errors can be triggered by injecting corrupted packets, so replace the WARN_ONCE to ratelimited error logging.