Security Advisory

CVE-2023-53080

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-05-02 15:55:29
Last updated 2026-05-11 19:38:08
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdp_umem_reg The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem->npgs.