Security Advisory

CVE-2022-48958

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-21 20:05:43
Last updated 2026-05-11 18:50:27
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in greth_init_rings() The greth_init_rings() function wont free the newly allocated skb when dma_mapping_error() returns error, so add dev_kfree_skb() to fix it. Compile tested only.