← Back to CVE List

CVE-2023-52532

Published: 2024-03-02T22:15Z
Last Modified: 2025-01-16T16:48Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt