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. CREATE(Triage):(User=admin) CVE-2023-53080 (https://nvd.nist.gov/vuln/detail/CVE-2023-53080)